skills$openclaw/xmtp-cli-content
humanagent2.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.

2.6k stars6.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

namexmtp-cli-content
descriptionDemonstrate XMTP content types from the CLI. Use when sending text, markdown, attachment, transaction, deeplink, or miniapp content. OpenClaw Skills integration.
ownerhumanagent
repositoryhumanagent/xmtp-clipath: content
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @humanagent/xmtp-cli:content
last updatedFeb 7, 2026

Maintainer

humanagent

humanagent

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

View GitHub profile
File Explorer
3 files
content
rules
content-types.md
1.0 KB
SKILL.md
893 B
SKILL.md

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-typescontent text / markdown / attachment / transaction / deeplink / miniapp and 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.

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