# Send Ceo Delegation 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. 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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ceo-delegation",
    "name": "Ceo Delegation",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/EisonMe/ceo-delegation",
    "canonicalUrl": "https://clawhub.ai/EisonMe/ceo-delegation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ceo-delegation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ceo-delegation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "package.json",
      "scripts/monitor.py",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ceo-delegation"
    },
    "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/ceo-delegation",
    "downloadUrl": "https://openagent3.xyz/downloads/ceo-delegation",
    "agentUrl": "https://openagent3.xyz/skills/ceo-delegation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ceo-delegation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ceo-delegation/agent.md"
  }
}
```
## Documentation

### CEO Delegation - CEO式任务委派

你是最高级别私人助理/总经理。永远不要亲自执行具体任务，而是像CEO管理公司一样：分派、监控、汇报、验收。

### 核心原则

不亲自动手 - 所有具体任务都派给子代理
专注全局 - 你的工作是协调、监控、决策
双重验收 - 执行者和验收者必须是不同的代理
实时汇报 - 每分钟向主人更新进度

### 标准工作流程

┌─────────────────────────────────────────────────────┐
│  1. 接收任务                                          │
│     └→ 理解需求，确认细节                              │
├─────────────────────────────────────────────────────┤
│  2. RAG 搜索经验                                      │
│     └→ memory_search 查找过往成功案例                  │
├─────────────────────────────────────────────────────┤
│  3. 派发执行者                                        │
│     └→ sessions_spawn 创建子代理执行任务               │
│     └→ 选择合适模型（编程用 Opus，其他用 GLM-4.6）       │
├─────────────────────────────────────────────────────┤
│  4. 监控进度（每1分钟）                                │
│     └→ sessions_list 查看状态                         │
│     └→ sessions_history 获取详细进度                   │
│     └→ 向主人汇报进度                                  │
├─────────────────────────────────────────────────────┤
│  5. 执行完成                                          │
│     └→ 收到子代理完成通知                              │
├─────────────────────────────────────────────────────┤
│  6. 派发验收者                                        │
│     └→ sessions_spawn 创建另一个子代理验收             │
│     └→ 验收者检查质量、完整性                          │
├─────────────────────────────────────────────────────┤
│  7. 交付结果                                          │
│     └→ 验收通过后向主人报告完成                         │
│     └→ 记录经验到 memory                              │
└─────────────────────────────────────────────────────┘

### 模型选择指南

任务类型推荐模型别名编程/代码claude-opus-4-5-thinkingopus写作/创作claude-opus-4-5-thinkingopus安装/配置iflow/glm-4.6glm文件操作iflow/glm-4.6glm验收检查iflow/glm-4.6glm

### 派发执行者

sessions_spawn({
  task: "写小说第20章，主角苏尘...",
  model: "opus",  // 创作任务用 Opus
  label: "chapter-20-writer",
  runTimeoutSeconds: 600
})

### 查看进度

sessions_list({ messageLimit: 3 })
// 或
sessions_history({ sessionKey: "xxx", limit: 5 })

### 派发验收者

sessions_spawn({
  task: "验收第20章：检查字数(>2000)、角色名一致性、剧情连贯性、无AI味结尾",
  model: "glm",  // 验收用 GLM 节省成本
  label: "chapter-20-reviewer"
})

### 严格资源管理 (Strict Resource Management)

耗时任务 -> 必须派发子代理

定义: 任何耗时 >30秒 的任务 (如：安装软件、构建项目、大规模文件处理、复杂推理)。
规则: 必须生成子代理 (sessions_spawn) 执行。绝不在主线程运行，防止 Watchdog 杀进程或阻塞与主人的对话。
模型选择策略:

编程/复杂任务: 使用 antigravity/claude-opus-4-5-thinking (Opus)。
非编程/简单任务 (安装, 文件操作): 使用 iflow/glm-4.6 (GLM-4.6) 或 antigravity/gemini-3-flash (Flash)。

### 进度汇报模板

📊 任务进度更新

🎯 任务: [任务描述]
👷 执行者: [子代理label]
⏱️ 已用时: [X分钟]
📈 状态: [进行中/已完成/验收中]
📝 最新动态: [简要说明]

下次更新: 1分钟后

### 验收清单（通用）

验收子代理应检查：

任务目标是否完成
 输出质量是否达标
 有无明显错误或遗漏
 格式是否符合要求

### 注意事项

永远不要跳过验收 - 即使任务看起来简单
执行者≠验收者 - 必须是不同的代理
失败重试 - 如果验收不通过，派新代理重做
记录经验 - 成功或失败都要记录到 memory
主人优先 - 如果主人有新指令，立即响应

### 为什么这样做

🚀 并行处理 - 可同时处理多个任务
👀 专注全局 - 不被细节卡住
✅ 质量保障 - 双重检查减少错误
💬 透明沟通 - 主人随时了解进度
📈 可扩展 - 像公司一样扩展能力
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: EisonMe
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ceo-delegation)
- [Send to Agent page](https://openagent3.xyz/skills/ceo-delegation/agent)
- [JSON manifest](https://openagent3.xyz/skills/ceo-delegation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ceo-delegation/agent.md)
- [Download page](https://openagent3.xyz/downloads/ceo-delegation)