在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用soul-edit
星标19
分支3
更新时间2026年4月3日 11:26
使用 diff 精確修改 SOUL.md 人格檔案的指定片段,避免覆蓋整個檔案
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
使用 diff 精確修改 SOUL.md 人格檔案的指定片段,避免覆蓋整個檔案
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Update or modify the agent's core personality and settings by editing the SOUL.md configuration file.
清空 OpenSoul 記憶資料庫(包括三層記憶圖譜)
手動觸發夢境鞏固引擎,執行記憶整合和圖譜優化
在三個記憶圖譜中搜尋相關內容
查詢記憶圖譜統計,顯示情節、語意、程序三層記憶的節點和邊數
列出最近的反思筆記統計,包含「反思」與「作夢」標記
| name | soul-edit |
| description | 使用 diff 精確修改 SOUL.md 人格檔案的指定片段,避免覆蓋整個檔案 |
優先使用 diff 指令——只替換指定的舊文字片段,不重寫整個檔案。
cd /Users/mac/Desktop/coding/py/OpenSoul/OpenSoul
python scripts/edit_soul_skill.py --command diff \
--old "要被替換的舊文字(需與 SOUL.md 完全一致)" \
--new "替換後的新文字"
注意事項:
--old 必須與 SOUL.md 現有內容完全一致(含空白、換行符)--old 在檔案中必須唯一,若不唯一請提供更多上下文read 確認當前內容python scripts/edit_soul_skill.py --command read
python scripts/edit_soul_skill.py --command append --text "新增的內容"
python scripts/edit_soul_skill.py --command replace --text "完整的新內容"
read 確認當前 SOUL.md 內容diff 指令替換,提供完整的 --old 與 --newread 確認修改結果