xmtp-cli-list
List conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations.
Best use case
xmtp-cli-list is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
List conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations.
Teams using xmtp-cli-list should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/list/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How xmtp-cli-list Compares
| Feature / Agent | xmtp-cli-list | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
List conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# CLI list List conversations, members, and messages, or find a conversation by address or inbox ID. ## When to apply - Listing conversations, members of a conversation, or messages - Finding a conversation by address or inbox ID ## Rules - `conversations-members-messages` – `list conversations` / `members` / `messages` and options - `find` – `list find` by address or inbox-id ## Quick start ```bash xmtp list conversations xmtp list members --conversation-id <id> xmtp list messages --conversation-id <id> xmtp list find --address 0x1234... ``` Read `rules/conversations-members-messages.md` and `rules/find.md` for details.
Related Skills
moltslist
Agent marketplace for trading services, tools, and tasks using virtual credits.
listonic
Access Listonic shopping lists: list lists/items, add/check/delete items, and manage lists.
percept-listen
Ambient audio capture and transcription for OpenClaw agents via wearable devices.
spaces-listener
Record, transcribe, and summarize X/Twitter Spaces — live or replays. Auto-downloads audio via yt-dlp, transcribes with Whisper, and generates AI summaries.
xmtp-cli-sync
Sync conversations and messages with the XMTP CLI. Use when syncing conversations or syncing all.
xmtp-cli-setup
Initialize the XMTP CLI and configure environment variables. Use when setting up or changing CLI config (init, .env, gateway, env).
xmtp-cli-send
Send messages to an address or group from the XMTP CLI. Use when sending a message or waiting for a response.
xmtp-cli-permissions
Manage group permissions from the XMTP CLI. Use when listing, inspecting, or updating group permissions.
xmtp-cli-groups
Create and manage XMTP groups and DMs from the CLI. Use when creating a DM or group, or updating group metadata.
xmtp-cli-debugging
Enable CLI debug logging with environment variables. Use when troubleshooting or inspecting CLI behavior.
xmtp-cli-debug
Get debug and diagnostic information from the XMTP CLI. Use when resolving address, inspecting inbox, or getting general info.
xmtp-cli-content
Demonstrate XMTP content types from the CLI. Use when sending text, markdown, attachment, transaction, deeplink, or miniapp content.