ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Agent Dream Journal

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/agent-dream-journal
Or

Agent Dream Journal

Captures and analyzes AI agent "dreams" — latent trajectories explored off-policy — to identify emergent reasoning patterns and high-novelty behaviors that can be promoted into core capabilities. Developers use this to guide intentional agent self-improvement.

Usage

# Simulate recording dream fragments during agent exploration
python agent_dream_journal.py record \
  --thought "If I reframe the user request as a constraint satisfaction problem, I can reuse solver X..." \
  --novelty 0.87 \
  --state 0.1 -0.5 0.9 0.0 \
  --log-prob -2.3 \
  --meta '{"policy_step": 127, "temperature": 1.3}'

# Extract novel insights
python agent_dream_journal.py analyze --threshold 0.8

Price

$4.99

Metadata

Stars4473
Views1
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-albionaiinc-del-agent-dream-journal": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.