skills$openclaw/xmtp-cli-debug
humanagent3.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.

3.2k stars4.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namexmtp-cli-debug
descriptionGet debug and diagnostic information from the XMTP CLI. Use when resolving address, inspecting inbox, or getting general info. OpenClaw Skills integration.
ownerhumanagent
repositoryhumanagent/xmtp-clipath: debug
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @humanagent/xmtp-cli:debug
last updatedFeb 7, 2026

Maintainer

humanagent

humanagent

Maintains xmtp-cli-debug in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
debug
rules
info-resolve-address-inbox.md
898 B
SKILL.md
879 B
SKILL.md

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-inboxdebug info / address / inbox / resolve / installations / key-package and 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.

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