Get debug and diagnostic information from the XMTP CLI. Use when resolving address, inspecting inbox, or getting general info.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
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-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.
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.