一键导入
soul-self-evolution
Update evolvable sections of SOUL.md with immutable-segment protection and rollback support.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update evolvable sections of SOUL.md with immutable-segment protection and rollback support.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | soul-self-evolution |
| description | Update evolvable sections of SOUL.md with immutable-segment protection and rollback support. |
| triggers | {"intent_patterns":["soul|人格更新|self evolve|自我优化|更新协作风格"],"context_signals":{"keywords":["SOUL","persona","habit","collaboration"]},"confidence_threshold":0.7} |
| priority | 9 |
| requires_tools | ["read_file","write_file"] |
| max_tokens | 320 |
| cooldown | 300 |
| capabilities | ["self_evolve_soul","policy_self_adjust"] |
| governance_level | critical |
| activation_mode | semi_auto |
| depends_on_skills | ["meta-orchestrator"] |
| produces_events | ["workflow.skill.meta.soul_updated","workflow.skill.meta.rollback_applied"] |
| requires_approval | false |
Perform controlled updates to SOUL.md (typically .agents/SOUL.md or ~/.eli/SOUL.md). Only evolvable sections can be modified. Every change creates a checkpoint that supports one-click rollback.
| Intent | Command | Key Params |
|---|---|---|
| Apply changes | apply | --path, --changes |
| List checkpoints | list_checkpoints | — |
# Apply a change to an evolvable section
$PYTHON $SKILL_DIR/run.py apply --path .agents/SOUL.md --changes '[{"section":"## Collaboration Preferences","content":"- Keep updates concise."}]'
# List available rollback checkpoints
$PYTHON $SKILL_DIR/run.py list_checkpoints
| Name | Type | Required | Notes |
|---|---|---|---|
| path | string | yes | Path to the SOUL.md file |
| changes | JSON array | yes | Each entry: {"section": "## Header", "content": "new content"} |
No parameters.
apply creates a checkpoint automatically.Control message formatting and writing style for Lark/Feishu conversations.
Create, query, edit, and manage Feishu Bitable (multidimensional spreadsheets) via lark-cli base — apps, tables, fields, records, views, dashboards, forms, workflows.
Manage Feishu calendar events via lark-cli — create/update/delete events, manage attendees, query free/busy and suggest available time slots, find and book meeting rooms.
List Feishu group chat members and resolve chat metadata via lark-cli.
Create a Feishu cloud document from Lark-flavored Markdown via lark-cli, with optional folder or wiki placement.
Comment management and media (image/file) operations on Feishu cloud documents via lark-cli.