# Xmtp CLI Debug

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

- Skill: `modbender/xmtp-cli-debug` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add modbender/xmtp-cli-debug`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/xmtp-cli-debug/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/xmtp-cli-debug

---


# 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-package` and options

## Quick start

```bash
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.

