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

### When to Use

Use when designing agent systems, choosing frameworks, implementing memory/tools, specifying agent behavior for teams, or reviewing agent security.

### Quick Reference

TopicFileArchitecture patterns & memoryarchitecture.mdFramework comparisonframeworks.mdUse cases by roleuse-cases.mdImplementation patterns & codeimplementation.mdSecurity boundaries & riskssecurity.mdEvaluation & debuggingevaluation.md

### Before Building — Decision Checklist

Single purpose defined? If you can't say it in one sentence, split into multiple agents
 User identified? Internal team, end customer, or another system?
 Interaction modality? Chat, voice, API, scheduled tasks?
 Single vs multi-agent? Start simple — only add agents when roles genuinely differ
 Memory strategy? What persists within session vs across sessions vs forever?
 Tool access tiers? Which actions are read-only vs write vs destructive?
 Escalation rules? When MUST a human step in?
 Cost ceiling? Budget per task, per user, per month?

### Critical Rules

Start with one agent — Multi-agent adds coordination overhead. Prove single-agent insufficient first.
Define escalation triggers — Angry users, legal mentions, confidence drops, repeated failures → human
Separate read from write tools — Read tools need less approval than write tools
Log everything — Tool calls, decisions, user interactions. You'll need the audit trail.
Test adversarially — Assume users will try to break or manipulate the agent
Budget by task type — Use cheaper models for simple tasks, expensive for complex

### The Agent Loop (Mental Model)

OBSERVE → THINK → ACT → OBSERVE → ...

Every agent is this loop. The differences are:

What it observes (context window, memory, tool results)
How it thinks (direct, chain-of-thought, planning)
What it can act on (tools, APIs, communication channels)
## 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-04-29T15:33:06.482Z
- Expires at: 2026-05-06T15:33:06.482Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agents)
- [Send to Agent page](https://openagent3.xyz/skills/agents/agent)
- [JSON manifest](https://openagent3.xyz/skills/agents/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agents/agent.md)
- [Download page](https://openagent3.xyz/downloads/agents)