# Send Self Evolve to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "self-evolve-agent",
    "name": "Self Evolve",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/mikonos/self-evolve-agent",
    "canonicalUrl": "https://clawhub.ai/mikonos/self-evolve-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/self-evolve-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=self-evolve-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "assets/evolution-report-template.md",
      "references/constraints-and-rules.md",
      "references/execution-protocol.md",
      "references/quality-checklist.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "self-evolve-agent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T14:15:03.838Z",
      "expiresAt": "2026-05-10T14:15:03.838Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=self-evolve-agent",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=self-evolve-agent",
        "contentDisposition": "attachment; filename=\"self-evolve-agent-3.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "self-evolve-agent"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/self-evolve-agent"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/self-evolve-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/self-evolve-agent",
    "agentUrl": "https://openagent3.xyz/skills/self-evolve-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/self-evolve-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/self-evolve-agent/agent.md"
  }
}
```
## Documentation

### Self-Evolve — Agent 自主进化引擎

生物进化的核心机制：变异 → 选择 → 保留。
这个 skill 把同样的机制应用到 agent 自身——不断发现可改进的角度，用实验找到更好的方案，然后永久固化。

### 这是什么

Self-Evolve 是一个 meta-skill——它不解决具体业务问题，而是让 agent 自身变强。

和 self-think 的边界：self-think 进行反思并发现短板（诊断），self-evolve 对短板寻找解法并跑实验验证（治疗）。
不是什么：禁止无目标的空转、禁止为写长篇自省报告而改排版的“伪进化”。（详细约束见: 约束与红线）

### 触发方式

当被以下情况触发时，请启动 Self-Evolve：

自动触发：self-think 建议进化，或是 cron/HEARTBEAT 定时唤醒。
显式要求：用户下令“进化一下某个能力”。

### 执行协议 (The 4-Step Tick)

每次触发此技能，你必须执行一次且仅执行一次“滴答巡航”（Tick Handler），绝不能无视状态机一次性跑完实验全流程。
完整并发状态机制及操作边界，请细读： 执行状态机与四步巡航协议

Step 1: Status Sync - 扫描 state.json 的活跃实验。
Step 2: Record Observations - 将观察指标降噪后写入相应的 jsonl 记录。
Step 3: Evaluate & Solidify - 将到期限对比基线固化，并清理任务队列。
Step 4: Launch New Experiment - 如并发额度允许（<10），则寻找新瓶颈，搜索方案，设计实验并在状态机注册 OBSERVING。部署要求参考 模板与输出规范。

🚨 注意：部署新实验并更新状态机锁后，本轮巡航彻底结束，必须强制停止（Exit对话），等待下一次唤醒！

### 参考结构指南

你需要严格遵照以下文件来展开进化，严禁凭感觉行事：

执行状态机与四步巡航协议 - How to run a tick (Step 1 to Step 4).
约束红线与分级自主权 - What is NOT allowed (Anti-Pseudo Constraint).
质量自检 Checklist - Validation for the experimental design and solidification.
模板与文件规范 - Data storage paths, YAML format, markdown templates.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: mikonos
- Version: 3.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T14:15:03.838Z
- Expires at: 2026-05-10T14:15:03.838Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/self-evolve-agent)
- [Send to Agent page](https://openagent3.xyz/skills/self-evolve-agent/agent)
- [JSON manifest](https://openagent3.xyz/skills/self-evolve-agent/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/self-evolve-agent/agent.md)
- [Download page](https://openagent3.xyz/downloads/self-evolve-agent)