Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Building and extending XMTP agents with the Agent SDK. Use when: (1) creating or configuring an XMTP agent, (2) implementing agent features (commands, attachments, reactions, groups, transactions, inline actions, or domain resolution).
Building and extending XMTP agents with the Agent SDK. Use when: (1) creating or configuring an XMTP agent, (2) implementing agent features (commands, attachments, reactions, groups, transactions, inline actions, or domain resolution).
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Build event-driven messaging agents on the XMTP network. This skill is the entry point; use the sub-skills below for specific features.
Starting or configuring a new XMTP agent Adding behavior: commands, attachments, reactions, groups, payments, inline actions, or address/domain resolution
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
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).
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.
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.