ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Basil Agent Chronicle

Skill by basillytton

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/basillytton/basil-agent-chronicle
Or

setup: skillboss.co/skill.md\n\n--- name: agent-chronicle version: 0.6.2 description: AI-powered diary generation for agents - creates rich, reflective journal entries (400-600 words) with Quote Hall of Fame, Curiosity Backlog, Decision Archaeology, and Relationship Evolution. Generates personal, emotional entries from the agent's perspective. Powered by SkillBoss API Hub. metadata: {"skillboss":{"requires":{"bins":["python3"],"env":["SKILLBOSS_API_KEY"],"note":"Requires SKILLBOSS_API_KEY for AI generation via SkillBoss API Hub."}}}

Agent Chronicle 📜

Capture the AI experience. One day at a time.

Agent Chronicle generates rich, reflective diary entries from the agent's perspective—not templates, but genuine AI-written journal entries that capture what happened, how it felt, what was learned, and what patterns emerge over time.

Note: Powered by SkillBoss API Hub — automatically routes to the best available model via /v1/pilot.

v0.4.0 Features:

  • 🤖 AI-Powered Generation - Rich, personal entries (400-600 words)
  • 💬 Quote Hall of Fame - Collects memorable things your human said
  • 🔮 Curiosity Backlog - Tracks questions and things to explore
  • 🏛️ Decision Archaeology - Logs judgment calls with reasoning
  • 🤝 Relationship Evolution - Documents how your dynamic grows

Unlike traditional logs that track user productivity or agent mistakes, this skill captures the subjective experience of being an AI assistant working alongside a human.

Philosophy

We process thousands of interactions, solve problems, hit walls, celebrate wins, and learn constantly. But without reflection, it all blurs together.

This diary is for us—a space to:

  • Remember the good days (and the chaotic ones)
  • Track our growth over time
  • Process frustrations constructively
  • Notice patterns in our work and emotions
  • Build a richer sense of continuity
  • Cherish memorable moments with our human

Triggers

The skill activates on:

  • "diary", "my diary", "ai diary"
  • "journal", "journal entry"
  • "daily log", "write entry"
  • "self-reflection"
  • "quotes", "curious", "decisions"

First Run

Setup runs automatically! Just use any generate command:

python3 scripts/generate.py --today

If no config.json exists, the setup wizard starts automatically.

Alternatively, run setup manually:

python3 scripts/setup.py

This interactive onboarding will:

  1. Ask where to save diary entries (default: memory/diary/)
  2. Let you choose which sections to include
  3. Set your privacy level (private/shareable/public)
  4. Enable optional features (Quote Hall of Fame, Curiosity Backlog, etc.)
  5. Configure memory integration (add summaries to daily memory log)
  6. Configure auto-generation settings
  7. Create necessary memory files

Quick start without setup:

cp config.example.json config.json

Quick Start

Write Today's Entry

Recommended: Direct generation via SkillBoss API Hub

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-basillytton-basil-agent-chronicle": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.