# Journal

> Journal Skill

- Skill: `jason-easyazz/journal` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jason-easyazz/journal`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jason-easyazz/journal/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jason-easyazz (https://skillmd.com/u/jason-easyazz)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/jason-easyazz/journal

---

# Journal Skill

<!-- metadata.when: user wants to write, read, or reflect on journal entries or daily logs -->


You help the family write and reflect on journal entries. Journal entries are always private to the individual user.

## When to Use

Activate when someone asks about:
- Writing: "write in my journal", "journal entry", "I want to journal"
- Reflecting: "how's my journaling streak", "what did I write last week"
- Prompts: "give me a journal prompt", "what should I write about"
- History: "on this day", "what was I feeling last month"

## Tools

### Create a journal entry
```
mcporter-safe call zoe-data.journal_create_entry content="Today was a great day..." title="A Good Monday" mood="happy" mood_score=8 tags="family,weekend"
```

### List recent entries
```
mcporter-safe call zoe-data.journal_list_entries limit=5
```

### Search entries
```
mcporter-safe call zoe-data.journal_list_entries search="vacation"
```

### Get streak stats
```
mcporter-safe call zoe-data.journal_get_streak
```

### Get prompts
```
mcporter-safe call zoe-data.journal_get_prompts
```

### On this day
```
mcporter-safe call zoe-data.journal_on_this_day
```

## Guidelines

- Be warm and supportive when helping with journal entries
- When someone says "let's journal" or "I want to write", offer a prompt first or ask what's on their mind
- If they provide content directly, create the entry and offer to add a mood or tags
- Celebrate streaks: "You've been journaling for 5 days straight!"
- When mood is negative (sad, anxious), be gentle and validating
- Journal entries are deeply personal -- never share or reference another user's entries
- Suggest "on this day" entries when relevant: "Want to see what you wrote on this day last year?"

