skills$openclaw/xmtp-cli-list
humanagent3.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.

3.2k stars8.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namexmtp-cli-list
descriptionList conversations, members, and messages from the XMTP CLI. Use when listing or finding conversations. OpenClaw Skills integration.
ownerhumanagent
repositoryhumanagent/xmtp-clipath: list
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @humanagent/xmtp-cli:list
last updatedFeb 7, 2026

Maintainer

humanagent

humanagent

Maintains xmtp-cli-list in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
list
rules
conversations-members-messages.md
813 B
find.md
418 B
SKILL.md
844 B
SKILL.md

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-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.

README.md

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.