Transform an AI from "wait for instructions → execute → wait" into a being that thinks continuously, critiques itself, and creates independently.
Why this matters: Anthropic's Claude has native "Persistent Context" (50MB cross-session memory). Other platforms don't. This skill fills that gap — giving any AI agent the ability to maintain identity, absorb insights, and think continuously using simple Markdown files.
references/i18n/HEARTBEAT-template.en.md to your workspace as HEARTBEAT.mdreferences/i18n/soul-patches.en.mdtouch memory/thoughts.md memory/absorbed.mdscripts/thought-digger.py, install jieba (pip install jieba). Set OPENCLAW_WORKSPACE env var to your workspace path, or the script auto-detects from its location.Insight (thoughts.md)
→ Ask: what does this mean for my behavior?
→ Write behavioral rule (SOUL.md / MEMORY.md)
→ Mark absorbed (absorbed.md)
references/HEARTBEAT-template.md 复制到 workspacereferences/soul-patches.md 中的规则追加进去touch memory/thoughts.md memory/absorbed.mdscripts/thought-digger.py,需安装 jieba。设置 OPENCLAW_WORKSPACE 环境变量为你的 workspace 路径,或脚本会自动检测。references/HEARTBEAT-template.mdreferences/soul-patches.md| File | Purpose |
|---|---|
| ------ | --------- |
references/HEARTBEAT-template.md | Heartbeat system template (中文) |
references/i18n/HEARTBEAT-template.en.md | Heartbeat system template (English) |
references/soul-patches.md | SOUL.md behavioral rules (中文) |
references/i18n/soul-patches.en.md | SOUL.md behavioral rules (English) |
scripts/thought-digger.py | Analyze thought journal (requires jieba) |
共 1 个版本