← All skills
Tencent SkillHub Β· 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).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
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

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • handling-attachments/SKILL.md Docs
  • handling-transactions/rules/balance-check.md Docs
  • handling-transactions/rules/receive-transaction-reference.md Docs
  • handling-transactions/rules/send-usdc-transfer.md Docs
  • handling-transactions/SKILL.md Docs