3.2k★by humanagent
xmtp-cli-debug – OpenClaw Skill
xmtp-cli-debug is an OpenClaw Skills integration for coding workflows. Get debug and diagnostic information from the XMTP CLI. Use when resolving address, inspecting inbox, or getting general info.
Skill Snapshot
| name | xmtp-cli-debug |
| description | Get debug and diagnostic information from the XMTP CLI. Use when resolving address, inspecting inbox, or getting general info. OpenClaw Skills integration. |
| owner | humanagent |
| repository | humanagent/xmtp-clipath: debug |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @humanagent/xmtp-cli:debug |
| last updated | Feb 7, 2026 |
Maintainer

name: xmtp-cli-debug description: Get debug and diagnostic information from the XMTP CLI. Use when resolving address, inspecting inbox, or getting general info. license: MIT metadata: author: xmtp version: "1.0.0"
CLI debug
Get debug and diagnostic information: general info, resolve address to inbox ID, inspect address or inbox.
When to apply
- Getting general CLI/client info
- Resolving an Ethereum address to an inbox ID
- Inspecting address or inbox details
- Checking installations or key package
Rules
info-resolve-address-inbox–debug info/address/inbox/resolve/installations/key-packageand options
Quick start
xmtp debug info
xmtp debug resolve --address 0x1234...
xmtp debug address --address 0x1234...
xmtp debug inbox --inbox-id abc...
Read rules/info-resolve-address-inbox.md for details.
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-debug?
Run openclaw add @humanagent/xmtp-cli:debug in your terminal. This installs xmtp-cli-debug 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.
