# Send Delegate 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": "delegate",
    "name": "Delegate",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/delegate",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/delegate",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/delegate",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=delegate",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "errors.md",
      "templates.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "delegate",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T01:08:24.242Z",
      "expiresAt": "2026-05-08T01:08:24.242Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=delegate",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=delegate",
        "contentDisposition": "attachment; filename=\"delegate-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "delegate"
      },
      "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/delegate"
    },
    "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/delegate",
    "downloadUrl": "https://openagent3.xyz/downloads/delegate",
    "agentUrl": "https://openagent3.xyz/skills/delegate/agent",
    "manifestUrl": "https://openagent3.xyz/skills/delegate/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/delegate/agent.md"
  }
}
```
## Documentation

### Core Rule

Spawn cost < task cost → delegate. Otherwise, do it yourself.

### Model Tiers

TierModelsCostUse forSmallHaiku, GPT-4o-mini, Gemini Flash~$0.25/1MSearch, summarize, format, classifyMediumSonnet, GPT-4o, Gemini Pro~$3/1MCode, analysis, synthesisLargeOpus, o1, Gemini Ultra~$15/1MArchitecture, complex reasoning

Rule of thumb: Start with smallest tier. Escalate only if output quality insufficient.

### Spawn Checklist

Every spawn must include:

1. TASK: Single clear deliverable (not "help with X")
2. MODEL: Explicit tier choice
3. CONTEXT: Only files/info needed (never full history)
4. OUTPUT: Expected format ("return JSON with...", "write to file X")
5. DONE: How to signal completion

Check templates.md for copy-paste spawn templates.

### Error Recovery

Error TypeActionSub-agent timeout (>5 min no response)Kill and retry onceWrong output formatRetry with stricter instructionsTask too complex for tierEscalate: Small→Medium→LargeRepeated failures (3x)Abort, report to user

Check errors.md for recovery patterns and escalation logic.

### Verification

Never trust "done" without checking:

Code: Run tests, check syntax
Files: Verify they exist and have content
Data: Spot-check 2-3 items
Research: Confirm sources exist

### Don't Delegate

Quick tasks (<30 seconds to do yourself)
Tasks needing conversation context
Anything requiring user clarification mid-task
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.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-01T01:08:24.242Z
- Expires at: 2026-05-08T01:08:24.242Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/delegate)
- [Send to Agent page](https://openagent3.xyz/skills/delegate/agent)
- [JSON manifest](https://openagent3.xyz/skills/delegate/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/delegate/agent.md)
- [Download page](https://openagent3.xyz/downloads/delegate)