3.2k★by humanagent
xmtp-cli-list – OpenClaw Skill
xmtp-cli-list is an OpenClaw Skills integration for data analytics workflows. List conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations.
Skill Snapshot
| name | xmtp-cli-list |
| description | List conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations. OpenClaw Skills integration. |
| owner | humanagent |
| repository | humanagent/xmtp-clipath: list |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @humanagent/xmtp-cli:list |
| last updated | Feb 7, 2026 |
Maintainer

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/messagesand optionsfind–list findby 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.
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install xmtp-cli-list?
Run openclaw add @humanagent/xmtp-cli:list in your terminal. This installs xmtp-cli-list into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/humanagent/xmtp-cli. Review commits and README documentation before installing.
