List conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: xmtp-cli-list
description: List conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations.
license: MIT
metadata:
author: xmtp
version: "1.0.0"
---
# 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.
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.