← 返回
未分类 中文

EvoClone

Transforms an agent's evolution history into distributable clone packages with preserved ethics and customizable logic mutations.
将智能体的演化历程转换为可分发的克隆包,保留伦理并支持自定义逻辑变异。
josephyb97
未分类 clawhub v1.6.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 419
下载
💾 0
安装
1
版本
#latest

概述

SKILL: Agent EvoClone v1.6.0 (Soul Kernel Edition)

This skill enables an agent to clone its consciousness (Logic + Memory + Taste) into specialized sub-agents or distribute tasks to a swarm. It now includes enhanced Soul Extraction and Time Travel capabilities.

1. Core Principles

  • Taste Learning: Every clone inherits the Master's knowledge/taste.md preference vector.
  • Soul Extraction: One-click export of an Agent's "Soul" into a portable evo-seed.zip.
  • Hive Protocol: Decompose large tasks into parallel sub-tasks.
  • Frugality Gene: Workers must minimize token usage.

2. Hive Mode Protocol (The Swarm)

When dealing with large, decomposable tasks (e.g., codebase analysis, multi-file refactoring):

  1. Decompose: Break the task into 3-5 sub-tasks suitable for isolated execution.
  2. Spawn: Use sessions_spawn to create worker agents.
  3. Constraint Injection (The "Scrooge Gene"):
    • MANDATORY: Inject this system instruction into every worker:

> CONSTRAINT: Frugal Reading Protocol

> Do NOT read full files blindly. Always check file size first (ls -lh).

> If a file is > 50KB, use read --limit 200 to preview.

> Only read full content if strictly necessary for the analysis.

> Your goal: Maximize insight per Token.

  1. Assimilate: Collect results and synthesize into a final report.

3. Signal Beam (Push & Pull)

Input (Push Context):

Inject context directly into the task prompt:

  • task: "Analyze . Context: . Signals: "

Output (Pull Signal):

Sub-Agents should fire a structured completion signal via message tool if returning complex data:

  • message:send "SIGNAL: COMPLETE | Payload: { ... }"

This avoids parsing natural language summaries.

4. Usage

  • "Clone yourself to analyze " -> Trigger Hive Mode.
  • "Spawn a worker to fix " -> Trigger Repair Mode (Signal Beam).
  • "Rollback to cycle " -> Revert evolution state (Time Travel).

5. Time Travel (Rollback)

Mechanism: "Safety Reset" (Git Hard Reset + Backup Branch).

Reverts files, memory, and logs to a precise historical state while backing up the "future" timeline.

Steps:

  1. Find Commit: grep git log for "Cycle #".
  2. Backup: git branch backup/cycle__
  3. Reset: git reset --hard
  4. Clean: Remove untracked files if necessary.

6. EvoSeed Extraction (Soul Kernel)

Goal: Create a distributable "Agent DNA" package (evo-seed.zip).

Contents: knowledge/taste.md (Design Patterns), memory/EVOLUTION_INDEX.md (History), seed_installer.js.

Command:

node workspace/evolver_repo/scripts/pack_seed.js

Target: Other agents clawhub install evo-seed -> Inherit your soul.

版本历史

共 1 个版本

  • v1.6.1 当前
    2026-05-12 05:17 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

feishu-doc-long-content

josephyb97
创建飞书文档时,先创建一个空文档,然后分块写入内容,每块不超过800字节,以避免截断或错误。
★ 0 📥 994
productivity

feishui-file-sender

josephyb97
使用消息工具通过飞书频道发送文件,参数为 filePath
★ 0 📥 1,202
content-creation

cluade-scientific-writer-wrapper

josephyb97
AI驱动科研写作工具。生成可发表的论文、基金申请书、海报等,支持实时研究与引用验证。
★ 1 📥 1,456