{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/xmtp-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=xmtp-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "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"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/xmtp-agent",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "XMTP agents",
        "body": "Build event-driven messaging agents on the XMTP network. This skill is the entry point; use the sub-skills below for specific features."
      },
      {
        "title": "When to apply",
        "body": "Starting or configuring a new XMTP agent\nAdding behavior: commands, attachments, reactions, groups, payments, inline actions, or address/domain resolution"
      },
      {
        "title": "Sub-skills",
        "body": "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"
      },
      {
        "title": "How to use",
        "body": "Pick the sub-skill that matches the task (e.g. slash commands → handling-commands).\nRead that sub-skill’s SKILL.md and its rules/ for step-by-step guidance.\nFor SDK or API details, use the xmtp-docs skill (index + specific page fetch)."
      },
      {
        "title": "Quick start",
        "body": "Install the Agent SDK, create an agent from env, handle text, then start:\n\nnpm install @xmtp/agent-sdk\n\nCreate 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."
      }
    ],
    "body": "XMTP agents\n\nBuild event-driven messaging agents on the XMTP network. This skill is the entry point; use the sub-skills below for specific features.\n\nWhen to apply\nStarting or configuring a new XMTP agent\nAdding behavior: commands, attachments, reactions, groups, payments, inline actions, or address/domain resolution\nSub-skills\nSub-skill\tUse when\nbuilding-agents\tSetup, env vars, text/lifecycle events, middleware\nhandling-commands\tSlash commands, validators, message filters, type guards\nhandling-attachments\tSend/receive files, remote attachments, upload storage\nsending-reactions\tSend or receive reactions, thinking/reply patterns\nmanaging-groups\tCreate groups, add members, roles, welcome-on-install\nhandling-transactions\tUSDC transfers, balance checks, transaction references\ncreating-inline-actions\tInline actions, confirmation/selection helpers, config menus\nresolving-domains\tResolve addresses, Farcaster profiles, extract mentions\nHow to use\nPick the sub-skill that matches the task (e.g. slash commands → handling-commands).\nRead that sub-skill’s SKILL.md and its rules/ for step-by-step guidance.\nFor SDK or API details, use the xmtp-docs skill (index + specific page fetch).\nQuick start\n\nInstall the Agent SDK, create an agent from env, handle text, then start:\n\nnpm install @xmtp/agent-sdk\n\n\nCreate 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": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/humanagent/xmtp-agent",
    "publisherUrl": "https://clawhub.ai/humanagent/xmtp-agent",
    "owner": "humanagent",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}