跳至主要内容
小龙虾小龙虾AI
🤖

XMTP

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

下载1.4k
星标2
版本1.0.0
开发工具
安全通过
💬Prompt

技能说明


name: xmtp-agents description: > 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). license: MIT metadata: author: xmtp version: "1.0.0"

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

  1. Pick the sub-skill that matches the task (e.g. slash commands → handling-commands).
  2. Read that sub-skill’s SKILL.md and its rules/ for step-by-step guidance.
  3. 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.

如何使用「XMTP」?

  1. 打开小龙虾AI(Web 或 iOS App)
  2. 点击上方「立即使用」按钮,或在对话框中输入任务描述
  3. 小龙虾AI 会自动匹配并调用「XMTP」技能完成任务
  4. 结果即时呈现,支持继续对话优化

相关技能