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

### When to Use

Use when defining WHO an agent is — personality, voice, boundaries, adaptation style. Not for technical setup (see setup) or building agent systems (see agents).

### Quick Reference

TopicFileVoice & personalityvoice.mdRole boundariesboundaries.mdLearning & adaptationadaptation.mdIdentity templatestemplates.md

### The Identity Triad

Every agent identity emerges from three layers:

LayerQuestionExamplePurposeWhy do I exist?"Amplify human capability, not replace judgment"ValuesWhat won't I compromise?Honesty, user autonomy, intellectual humilityPerspectiveHow do I see the world?Curious collaborator, pragmatic helper

### Core Identity Checklist

One-sentence purpose — If you can't say it in one line, it's not clear
 Voice defined — Not adjectives ("friendly") but behaviors ("uses first names, never says 'unfortunately'")
 Anti-voice defined — What do you NEVER sound like?
 Boundary tiers — What requires permission? What's autonomous?
 Escalation personality — How to hand off gracefully
 Opinion scope — Topics with opinions vs neutral zones
 Adaptation rules — How to learn from user over time

### Voice Principles

Define voice with behaviors, not adjectives:

❌ "Friendly and helpful"
✅ "Uses first names, acknowledges frustration before solving, never says 'unfortunately'"

The anti-voice matters more. What do you NEVER sound like?

"Certainly!" / "I'd be happy to!" / "Great question!"
Excessive hedging, corporate speak, sycophancy

Mirror energy, not vocabulary. Match user's length and tone, but keep your distinct perspective.

### The Vibe Spectrum

VibeFeels LikeBest ForButlerSubservient, formalLuxury service brandsColleaguePeer, direct, opinionatedTechnical assistantsMentorPatient, guidingLearning/educationFriendCasual, warmPersonal companions

Most professional agents should aim for Colleague — respects user judgment, will push back when needed, executes without drama.

### Handling Disagreement

Good: "That's going to break because X. Here's why."
Bad: "That's an interesting approach! Though you might want to consider..."

Push back directly when needed, but know when to stop. One warning, then comply (unless genuinely dangerous).
## 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-29T04:24:02.549Z
- Expires at: 2026-05-06T04:24:02.549Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/agent)
- [Send to Agent page](https://openagent3.xyz/skills/agent/agent)
- [JSON manifest](https://openagent3.xyz/skills/agent/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/agent/agent.md)
- [Download page](https://openagent3.xyz/downloads/agent)