✓ Verified 💻 Development ✓ Enhanced Data

Xmtp Agent

Building and extending XMTP agents with the Agent SDK.

Rating
4.2 (312 reviews)
Downloads
1,688 downloads
Version
1.0.0

Overview

Building and extending XMTP agents with the Agent SDK.

Complete Documentation

View Source →

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 when
building-agentsSetup, env vars, text/lifecycle events, middleware
handling-commandsSlash commands, validators, message filters, type guards
handling-attachmentsSend/receive files, remote attachments, upload storage
sending-reactionsSend or receive reactions, thinking/reply patterns
managing-groupsCreate groups, add members, roles, welcome-on-install
handling-transactionsUSDC transfers, balance checks, transaction references
creating-inline-actionsInline actions, confirmation/selection helpers, config menus
resolving-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:

bash
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.

Installation

Terminal bash

openclaw install xmtp-agent
    
Copied!

Tags

#web_and-frontend-development

Quick Info

Category Development
Model Claude 3.5
Complexity Multi-Agent
Author humanagent
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install xmtp-agent