# Send XMTP 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": "xmtp-agent",
    "name": "XMTP",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/humanagent/xmtp-agent",
    "canonicalUrl": "https://clawhub.ai/humanagent/xmtp-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/xmtp-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xmtp-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "handling-transactions/SKILL.md",
      "handling-transactions/rules/receive-transaction-reference.md",
      "handling-transactions/rules/send-usdc-transfer.md",
      "handling-transactions/rules/balance-check.md",
      "handling-attachments/SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "xmtp-agent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T13:28:07.767Z",
      "expiresAt": "2026-05-11T13:28:07.767Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xmtp-agent",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xmtp-agent",
        "contentDisposition": "attachment; filename=\"xmtp-agent-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "xmtp-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/xmtp-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/xmtp-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/xmtp-agent",
    "agentUrl": "https://openagent3.xyz/skills/xmtp-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/xmtp-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/xmtp-agent/agent.md"
  }
}
```
## Documentation

### XMTP agents

Build event-driven messaging agents on the XMTP network. This skill is the entry point; use the sub-skills below for specific features.

### When to apply

Starting or configuring a new XMTP agent
Adding behavior: commands, attachments, reactions, groups, payments, inline actions, or address/domain resolution

### Sub-skills

Sub-skillUse whenbuilding-agentsSetup, env vars, text/lifecycle events, middlewarehandling-commandsSlash commands, validators, message filters, type guardshandling-attachmentsSend/receive files, remote attachments, upload storagesending-reactionsSend or receive reactions, thinking/reply patternsmanaging-groupsCreate groups, add members, roles, welcome-on-installhandling-transactionsUSDC transfers, balance checks, transaction referencescreating-inline-actionsInline actions, confirmation/selection helpers, config menusresolving-domainsResolve addresses, Farcaster profiles, extract mentions

### How to use

Pick the sub-skill that matches the task (e.g. slash commands → handling-commands).
Read that sub-skill’s SKILL.md and its rules/ for step-by-step guidance.
For SDK or API details, use the xmtp-docs skill (index + specific page fetch).

### Quick start

Install the Agent SDK, create an agent from env, handle text, then start:

npm install @xmtp/agent-sdk

Create the agent and handle messages using patterns from building-agents (setup, events, middleware). For commands, attachments, reactions, groups, transactions, inline actions, or resolution, use the corresponding sub-skill above.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: humanagent
- 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-04T13:28:07.767Z
- Expires at: 2026-05-11T13:28:07.767Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/xmtp-agent)
- [Send to Agent page](https://openagent3.xyz/skills/xmtp-agent/agent)
- [JSON manifest](https://openagent3.xyz/skills/xmtp-agent/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/xmtp-agent/agent.md)
- [Download page](https://openagent3.xyz/downloads/xmtp-agent)