| name | phoenixclaw |
| description | Passive journaling skill that scans daily conversations from ALL session paths
(main, agents, cron) via cron to generate markdown journals using semantic understanding.
Use when:
- User requests journaling ("Show me my journal", "What did I do today?")
- User asks for pattern analysis ("Analyze my patterns", "How am I doing?")
- User requests summaries ("Generate weekly/monthly summary")
|
| metadata | {"version":"0.0.19"} |
PhoenixClaw: Zero-Tag Passive Journaling
PhoenixClaw automatically distills daily conversations into meaningful reflections using semantic intelligence.
Automatically identifies journal-worthy moments, patterns, and growth opportunities.
🛠️ Core Workflow
[!critical] MANDATORY: Complete Workflow Execution
This 9-step workflow MUST be executed in full regardless of invocation method:
- Cron execution (10 PM nightly)
- Manual invocation ("Show me my journal", "Generate today's journal", etc.)
- Regeneration requests ("Regenerate my journal", "Update today's entry")
Never skip steps. Partial execution causes:
- Missing images (session logs not scanned)
- Missing finance data (Ledger plugin not triggered)
- Incomplete journals (plugins not executed)
PhoenixClaw follows a structured pipeline to ensure consistency and depth:
- User Configuration: Check for
~/.phoenixclaw/config.yaml. If missing, initiate the onboarding flow defined in references/user-config.md.
-