2.6k★by humanagent
xmtp-cli-content – OpenClaw Skill
xmtp-cli-content is an OpenClaw Skills integration for writing workflows. Demonstrate XMTP content types from the CLI. Use when sending text, markdown, attachment, transaction, deeplink, or miniapp content.
Skill Snapshot
| name | xmtp-cli-content |
| description | Demonstrate XMTP content types from the CLI. Use when sending text, markdown, attachment, transaction, deeplink, or miniapp content. OpenClaw Skills integration. |
| owner | humanagent |
| repository | humanagent/xmtp-clipath: content |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @humanagent/xmtp-cli:content |
| last updated | Feb 7, 2026 |
Maintainer

name: xmtp-cli-content description: Demonstrate XMTP content types from the CLI. Use when sending text, markdown, attachment, transaction, deeplink, or miniapp content. license: MIT metadata: author: xmtp version: "1.0.0"
CLI content
Demonstrate various XMTP content types: text (with reply/reaction), markdown, attachment, transaction, deeplink, miniapp.
When to apply
- Sending or testing text, markdown, or attachment content
- Sending or testing transaction, deeplink, or miniapp content
Rules
content-types–content text/markdown/attachment/transaction/deeplink/miniappand options
Quick start
xmtp content text --target 0x1234...
xmtp content markdown --target 0x1234...
xmtp content attachment --target 0x1234...
xmtp content transaction --target 0x1234... --amount 0.1
Read rules/content-types.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-content?
Run openclaw add @humanagent/xmtp-cli:content in your terminal. This installs xmtp-cli-content 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.
