بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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.