Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Run and script the XMTP CLI for testing, debugging, and interacting with XMTP conversations, groups, and messages. Use when the user needs init, send, list, groups, debug, sync, permissions, or content commands from the CLI.
Run and script the XMTP CLI for testing, debugging, and interacting with XMTP conversations, groups, and messages. Use when the user needs init, send, list, groups, debug, sync, permissions, or content commands from the CLI.
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.
Use the xmtp command to test, debug, and interact with XMTP conversations, groups, and messages from the command line. This skill is the entry point; use the sub-skills below for specific CLI tasks.
Testing or debugging XMTP from the command line Sending messages or creating and managing groups Listing or finding conversations, members, and messages Syncing conversations and messages Managing group permissions Demonstrating content types (text, markdown, attachment, transaction, deeplink, miniapp)
Sub-skillUse whensetupInitialize CLI and configure env (init, env variables)groupsCreate DM or group, update group metadatasendSend messages to address or grouplistList conversations, members, messages; find by address or inboxdebugGet info, resolve address, inspect inboxsyncSync conversations or sync allpermissionsList/info group permissions, update permissionscontentDemo text, markdown, attachment, transaction, deeplink, miniappdebuggingEnable CLI debug logging (XMTP_FORCE_DEBUG env)
Pick the sub-skill that matches the task (e.g. send message โ send). Read that sub-skillโs SKILL.md and its rules/ for step-by-step guidance.
npm install -g @xmtp/cli # or pnpm add -g @xmtp/cli # or yarn global add @xmtp/cli
npx @xmtp/cli <command> <arguments> # or pnpx / yarn dlx
xmtp --help xmtp <command> --help Full documentation: docs.xmtp.org
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.