Send messages to an address or group from the XMTP CLI. Use when sending a message or waiting for a response.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
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-messages` – `send` with target/group-id, message, wait, timeout
## Quick start
```bash
# 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.
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.