Назад към всички

xmtp-cli-debug

// Get debug and diagnostic information from the XMTP CLI. Use when resolving address, inspecting inbox, or getting general info.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namexmtp-cli-debug
descriptionGet debug and diagnostic information from the XMTP CLI. Use when resolving address, inspecting inbox, or getting general info.
licenseMIT
metadata[object Object]

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.