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

xmtp-cli-list

// List conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namexmtp-cli-list
descriptionList conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations.
licenseMIT
metadata[object Object]

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-messageslist conversations / members / messages and options
  • findlist find by address or inbox-id

Quick start

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.