✓ Verified 💻 Development ✓ Enhanced Data

Xmtp Cli

Run and script the XMTP CLI for testing, debugging, and interacting with XMTP conversations, groups,

Rating
4.1 (124 reviews)
Downloads
3,692 downloads
Version
1.0.0

Overview

Run and script the XMTP CLI for testing, debugging, and interacting with XMTP conversations, groups, and messages.

Complete Documentation

View Source →

XMTP CLI

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.

When to apply

  • 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-skills

Sub-skillUse when
setupInitialize CLI and configure env (init, env variables)
groupsCreate DM or group, update group metadata
sendSend messages to address or group
listList conversations, members, messages; find by address or inbox
debugGet info, resolve address, inspect inbox
syncSync conversations or sync all
permissionsList/info group permissions, update permissions
contentDemo text, markdown, attachment, transaction, deeplink, miniapp
debuggingEnable CLI debug logging (XMTP_FORCE_DEBUG env)

How to use

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

Install

bash
npm install -g @xmtp/cli
# or
pnpm add -g @xmtp/cli
# or
yarn global add @xmtp/cli

Run without install

bash
npx @xmtp/cli <command> <arguments>
# or pnpx / yarn dlx

Help

bash
xmtp --help
xmtp <command> --help

Full documentation: docs.xmtp.org

Installation

Terminal bash

openclaw install xmtp-cli
    
Copied!

💻Code Examples

example.sh
npm install -g @xmtp/cli
# or
pnpm add -g @xmtp/cli
# or
yarn global add @xmtp/cli

Tags

#coding_agents-and-ides #cli #script #testing

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
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-cli