send-whatsapplisted
Install: claude install-skill HermeticOrmus/whatsapp-mcp-setup
# Send Content to WhatsApp
**Purpose:** Format conversational content with rich WhatsApp markup and send it as a well-structured message series.
---
## Destination
| Target | JID | When |
|--------|-----|------|
| **Personal** | `YOUR_PHONE@c.us` | Default |
| **Work Group** | `YOUR_GROUP_ID@g.us` | When specified |
**CUSTOMIZE**: Replace the JIDs above with your own phone number and group IDs.
---
## Formatting Rules
### WhatsApp Markup
| Format | Syntax | Use For |
|--------|--------|---------|
| **Bold** | `*text*` | Titles, key terms, emphasis |
| _Italic_ | `_text_` | Quotes, secondary emphasis |
| ~~Strike~~ | `~text~` | Corrections, contrasts |
| `Mono` | `` `text` `` | Code, commands, technical refs |
### Structure Elements
| Element | Format |
|---------|--------|
| Section dividers | `━━━━━━━━━━━━━━━━━━━━` |
| Numbered lists | 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ |
| Bullet points | `•` (not `-`) |
| Sub-bullets | ` ◦` or ` →` |
| Warnings | ⚠️ prefix |
| Key insight | 💡 prefix |
| Action item | 🎯 prefix |
---
## Message Chunking
WhatsApp has practical length limits. Split content into logical chunks:
1. Each major section/topic = one message
2. Keep individual messages under ~3000 characters
3. Use section headers at the top of each message
4. Send messages **sequentially** to preserve order (not in parallel)
### Chunk Structure
```
[Emoji] *SECTION TITLE* [Emoji]
[Optional subtitle in italic]
━━━━━━━━━━━━━━━━━━━━
[Content with formatting]
━━━━━━━━━━━━━━━━━━