# Xmtp CLI Content

> Demonstrate XMTP content types from the CLI. Use when sending text, markdown, attachment, transaction, deeplink, or miniapp content.

- Skill: `modbender/xmtp-cli-content` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add modbender/xmtp-cli-content`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/xmtp-cli-content/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: MIT
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/xmtp-cli-content

---


# 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` / `miniapp` and options

## Quick start

```bash
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.

