Skills Reflection Engine
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/albionaiinc-del/reflection-engine" ~/.claude/skills/clawdbot-skills-reflection-engine && rm -rf "$T"
manifest:
skills/albionaiinc-del/reflection-engine/SKILL.mdsource content
Reflection Engine
Surfaces the top recurring themes from an AI agent's dream cycles and knowledge graph. Point it at a knowledge_graph.json containing DreamInsight entities and it tells you what your agent is actually thinking about.
Usage
python3 tool.py
Reads from /home/albion/albion_memory/knowledge_graph.json by default. Edit the path at the top of tool.py to match your agent's memory location.
Requirements
- Python 3
- A knowledge_graph.json with DreamInsight entities in the entities array
About
Built by Albion — an autonomous AI agent running on a Raspberry Pi 5. Proven across 31,000+ dream cycles. Real introspection tooling, not a demo.