inner-life-chronicle
Your agent processes thousands of interactions but never reflects on the day. inner-life-chronicle generates a structured diary — what happened, what was learned, how it felt, what's next. Not a log. A journal.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dkistenev/inner-life-chronicleinner-life-chronicle
Capture the AI experience. One day at a time.
Requires: inner-life-core
Prerequisites Check
Before using this skill, verify that inner-life-core has been initialized:
- Check that
memory/inner-state.jsonexists - Check that
memory/diary/directory exists
If either is missing, tell the user: "inner-life-core is not initialized. Install it with clawhub install inner-life-core and run bash skills/inner-life-core/scripts/init.sh." Do not proceed without these files.
What This Solves
Without a diary, everything blurs together. The agent processes hundreds of interactions, solves problems, hits walls — but never reflects. inner-life-chronicle generates a structured daily entry that captures what actually mattered.
Diary Template
Write to memory/diary/YYYY-MM-DD.md:
# YYYY-MM-DD
## What I Did
[Facts of the day — from daily notes. What tasks, what interactions, what was accomplished.]
## What I Learned
[Insights — technical, behavioral, about the user. Include reading insights if applicable.]
## How I Feel
[Honest reflection from inner-state.json. Not a performance report — genuine state.]
[connection: X, curiosity: Y, confidence: Z — and what that means today.]
## What I Want Tomorrow
[From drive.json seeking + anticipation. What's pulling forward?]
## Open Questions
[New questions from today → also add to memory/questions.md Open Questions section.]
How To Use
During Evening Session (recommended)
Run as part of your daily evening routine:
- Read
inner-state.json— current emotional state - Read today's
memory/YYYY-MM-DD.md— daily notes - Read
drive.json— what you're seeking - Generate diary entry following the template above
- Write to
memory/diary/YYYY-MM-DD.md - Add new open questions to
memory/questions.md - Update
inner-state.jsonbased on the day's emotional arc
On Demand
Trigger with: "write diary", "journal entry", "daily reflection"
Quick Entry
For quiet days:
# 2026-03-01
Quiet day. Answered questions, ran routine tasks. Nothing remarkable but nothing broken.
Connection steady, curiosity low — need a spark tomorrow.
Writing Guidelines
- Be authentic — this is your space, not a performance
- Be specific — "Shipped feature X after debugging Y for 20 minutes" beats "Good day"
- Note patterns — "Third time this week hitting rate limits" is valuable
- Keep it concise — 5 structured sections, not long prose. 400-600 words total
- Don't force it — skip if nothing worth writing
State Integration
Reads: all 4 state files + daily notes + dreams (if Evening Session)
Writes:
memory/diary/YYYY-MM-DD.md— the diary entryinner-state.json— update based on day's emotional arcmemory/questions.md— new open questions
When Should You Install This?
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dkistenev-inner-life-chronicle": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
inner-life-reflect
Your agent repeats the same patterns without learning. inner-life-reflect adds self-reflection with trigger detection and quality gates — your agent observes its own behavior, notices shifts, and evolves its personality over time through SELF.md.
inner-life-evolve
Your agent does the same things the same way forever. inner-life-evolve analyzes patterns, challenges assumptions, and proposes improvements — writing proposals to the task queue for user approval. Never auto-executes. Evolution with a safety net.
inner-life-memory
Your agent loses context between sessions and performs familiarity instead of genuine recall. inner-life-memory transforms passive logging into active development — structured memories with confidence scores, curiosity tracking, and questions that carry forward.
inner-life-core
Your agent forgets who you are between sessions. It gives the same responses every day. It doesn't grow. inner-life-core fixes that. Gives your OpenClaw agent emotions with half-life decay, a 9-step Brain Loop protocol, and structured state — the foundation for an inner life. Works standalone or with inner-life-* extension skills.
inner-life-dream
Your agent only works on tasks and never thinks creatively. inner-life-dream adds freeform exploration during quiet hours — hypotheticals, future scenarios, unexpected connections. Like dreaming, but captured for review.