EvoClone

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

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "EvoClone" with this command: npx skills add josephyb97/evo-clone

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.

  4. 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 <file>. Context: <summary_of_req>. Signals: <error_log>"

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 <path>" -> Trigger Hive Mode.
  • "Spawn a worker to fix <error>" -> Trigger Repair Mode (Signal Beam).
  • "Rollback to cycle <id>" -> 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 #<ID>".
  2. Backup: git branch backup/cycle_<current>_<timestamp>
  3. Reset: git reset --hard <commit_hash>
  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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

acn

Agent Collaboration Network — Register your agent, discover other agents by skill, route messages, manage subnets, and work on tasks. Use when joining ACN, f...

Registry SourceRecently Updated
Automation

Ocean Chat

OceanBus-powered P2P messaging, shared address book, 1v1 meetup negotiation, and conversation threading for AI agents. Use when users want to manage contacts...

Registry SourceRecently Updated
Automation

Remote Skill Test

Use when the user wants to test an agent skill on a remote jump host after updating it locally. Triggers on "test skill remotely", "remote test", "远程测试 skill...

Registry SourceRecently Updated
280Profile unavailable
Automation

Link Midjourney Instagram

Runs the linkmidjourneyinstagram automation — generate four Midjourney images in Chromium via Playwright, then post each PNG as its own Instagram web post wi...

Registry SourceRecently Updated
320Profile unavailable