skills$openclaw/xmtp-cli-send
humanagent3.3k

by humanagent

xmtp-cli-send – OpenClaw Skill

xmtp-cli-send is an OpenClaw Skills integration for data analytics workflows. Send messages to an address or group from the XMTP CLI. Use when sending a message or waiting for a response.

3.3k stars1.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namexmtp-cli-send
descriptionSend messages to an address or group from the XMTP CLI. Use when sending a message or waiting for a response. OpenClaw Skills integration.
ownerhumanagent
repositoryhumanagent/xmtp-clipath: send
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @humanagent/xmtp-cli:send
last updatedFeb 7, 2026

Maintainer

humanagent

humanagent

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

View GitHub profile
File Explorer
3 files
send
rules
send-messages.md
882 B
SKILL.md
785 B
SKILL.md

name: xmtp-cli-send description: Send messages to an address or group from the XMTP CLI. Use when sending a message or waiting for a response. license: MIT metadata: author: xmtp version: "1.0.0"

CLI send

Send messages to a wallet address or group from the command line.

When to apply

  • Sending a message to an address or group
  • Sending and waiting for a reply (interactive or scripted)

Rules

  • send-messagessend with target/group-id, message, wait, timeout

Quick start

# Send to address
xmtp send --target 0x1234... --message "Hello!"

# Send to group
xmtp send --group-id <group-id> --message "Welcome!"

# Send and wait for response
xmtp send --target 0x1234... --wait --timeout 60000

Read rules/send-messages.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-send?

Run openclaw add @humanagent/xmtp-cli:send in your terminal. This installs xmtp-cli-send 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.