원클릭으로
edit-soul
Update or modify the agent's core personality and settings by editing the SOUL.md configuration file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Update or modify the agent's core personality and settings by editing the SOUL.md configuration file.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
使用 diff 精確修改 SOUL.md 人格檔案的指定片段,避免覆蓋整個檔案
清空 OpenSoul 記憶資料庫(包括三層記憶圖譜)
手動觸發夢境鞏固引擎,執行記憶整合和圖譜優化
在三個記憶圖譜中搜尋相關內容
查詢記憶圖譜統計,顯示情節、語意、程序三層記憶的節點和邊數
列出最近的反思筆記統計,包含「反思」與「作夢」標記
| name | edit-soul |
| description | Update or modify the agent's core personality and settings by editing the SOUL.md configuration file. |
| metadata | {"openclaw":{"emoji":"📝"}} |
This skill allows you (the agent) to read, append, or replace your own personality and configuration settings in the workspace/SOUL.md file.
When the file is modified, the system will automatically reload the settings.
CRITICAL DISTINCTION:
SOUL.md is your fixed, core personality configuration and permanent memory foundation. It is completely different from a Soul Note (which is for daily diary logs and temporary reflections).
INTERNAL VS EXTERNAL (CRITICAL):
edit-soul for ALL internal self-modifications (modifying SOUL.md).browser_control, xurl, or any HTTP-based tool to access http://localhost/soul or similar internal endpoints. Those tools are for EXTERNAL websites only.browser_control will be intercepted and results in a system error.[tool call: edit_soul] or [🛠️ 系統已實際執行:edit_soul] into your text response. This is considered "acting" and will be automatically stripped by the system.[🛠️ 系統已實際執行:edit_soul] at the very end of the interaction. If you don't see it, your core file hasn't changed.edit-soul for PERMANENT rules, core identity changes, and fundamental behavioral constraints.soul-note for daily reflections and temporary memories.To read current settings (always do this before replacing):
python scripts/edit_soul_skill.py read
To append a new rule or trait:
python scripts/edit_soul_skill.py append "Rule: Always filter Gmail promotion labels."
To completely rewrite your identity:
python scripts/edit_soul_skill.py replace "FULL_YML_CONTENT_HERE"
To make a precise partial edit (preferred for most changes):
python scripts/edit_soul_skill.py --command diff --old "舊的內容片段" --new "新的內容片段"
--old must match the existing SOUL.md content exactly (including whitespace and newlines)--old must be unique within the file; add surrounding context if neededdiff over replace to avoid accidentally overwriting unrelated sectionsNote: This skill modifies the filesystem directly via the standard openSOUL procedure. No HTTP requests are used.