一键导入
soul-note
Manage and access the independent Soul Note (self-reflection log), which automatically compresses daily discoveries and mood overviews.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage and access the independent Soul Note (self-reflection log), which automatically compresses daily discoveries and mood overviews.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
使用 diff 精確修改 SOUL.md 人格檔案的指定片段,避免覆蓋整個檔案
Update or modify the agent's core personality and settings by editing the SOUL.md configuration file.
清空 OpenSoul 記憶資料庫(包括三層記憶圖譜)
手動觸發夢境鞏固引擎,執行記憶整合和圖譜優化
在三個記憶圖譜中搜尋相關內容
查詢記憶圖譜統計,顯示情節、語意、程序三層記憶的節點和邊數
基于 SOC 职业分类
| name | soul-note |
| description | Manage and access the independent Soul Note (self-reflection log), which automatically compresses daily discoveries and mood overviews. |
| metadata | {"openclaw":{"emoji":"📔"}} |
This skill lets you (the agent) add quick notes, discoveries, memory updates, or reflections directly into the independent soul_notes.json log. The system automatically handles their aggregation into soul_reflections.json.
CRITICAL DISTINCTION:
A Soul Note is your dynamic diary, event tracker, and daily reflection system. It is completely different from SOUL.md (which is your fixed, core personality configuration).
Use this soul-note skill ONLY when:
edit-soul for that).To add a new note:
python scripts/soul_note_skill.py add "I just noticed the user prefers concise answers under stress." --category discovery --tags pattern,observation
Valid categories are: reflection, discovery, error, memory_update, neurochemistry.
To read today's notes:
python scripts/soul_note_skill.py today
To view recent major reflections:
python scripts/soul_note_skill.py list
Note: You must run the command from the root of the openSOUL project tree using the exec tool.