skills$openclaw/xmtp-cli
humanagent6.2k

by humanagent

xmtp-cli – OpenClaw Skill

xmtp-cli is an OpenClaw Skills integration for writing workflows. >

6.2k stars1.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namexmtp-cli
description> OpenClaw Skills integration.
ownerhumanagent
repositoryhumanagent/xmtp-cli
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @humanagent/xmtp-cli
last updatedFeb 7, 2026

Maintainer

humanagent

humanagent

Maintains xmtp-cli in the OpenClaw Skills directory.

View GitHub profile
File Explorer
42 files
.
content
rules
content-types.md
1.0 KB
SKILL.md
893 B
debug
rules
info-resolve-address-inbox.md
898 B
SKILL.md
879 B
debugging
rules
force-debug-env.md
585 B
SKILL.md
638 B
groups
rules
create-dm-group.md
912 B
metadata.md
432 B
SKILL.md
855 B
list
rules
conversations-members-messages.md
813 B
find.md
418 B
SKILL.md
844 B
permissions
rules
list-info.md
425 B
update-permissions.md
800 B
SKILL.md
921 B
send
rules
send-messages.md
882 B
SKILL.md
785 B
setup
rules
env-variables.md
748 B
init.md
1.0 KB
SKILL.md
861 B
sync
rules
sync-syncall.md
388 B
SKILL.md
607 B
_meta.json
272 B
SKILL.md
2.0 KB
SKILL.md

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

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

  1. Pick the sub-skill that matches the task (e.g. send message → send).
  2. Read that sub-skill’s SKILL.md and its rules/ for step-by-step guidance.

Install

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

Run without install

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

Help

xmtp --help
xmtp <command> --help

Full documentation: docs.xmtp.org

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install xmtp-cli?

Run openclaw add @humanagent/xmtp-cli in your terminal. This installs xmtp-cli into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/humanagent/xmtp-cli. Review commits and README documentation before installing.