Send messages to users via WhatsApp and other connected channels. Use when asked to notify someone, send a message, reply to a contact, message a group, or proactively communicate through WhatsApp. Supports text, images, documents, audio, video, and stickers. Also provides group etiquette for observing group conversations — use `<no-reply/>` to stay silent when a response is not needed.
Send messages through connected channels using the msg CLI.
# Send a DM
msg send --channel whatsapp --to "+1234567890" "Hello!"
# Send to a group (use the group JID)
msg send --channel whatsapp --to "120363001234@g.us" "Daily summary ready."
# Reply to a specific message
msg send --channel whatsapp --to "+1234567890" --reply-to "MSG_ID" "Got it!"
# Send an image with caption
msg send --channel whatsapp --to "+1234567890" --image /path/to/photo.jpg "Check this out"
# Send a document
msg send --channel whatsapp --to "+1234567890" --file /path/to/report.pdf
# Send a voice note
msg send --channel whatsapp --to "+1234567890" --audio /path/to/voice.ogg --ptt
# Send a video with caption
msg send --channel whatsapp --to "+1234567890" --video /path/to/clip.mp4 "Watch this"
# Send a sticker
msg send --channel whatsapp --to "+1234567890" --sticker /path/to/sticker.webp
# List connected channels and their status
msg channels
# List allowlisted WhatsApp groups
msg groups
| Flag | Description |
|------|-------------|
| --image <path> | Send an image (JPEG, PNG, WebP, GIF) |
| --file <path> | Send a document (PDF, DOCX, etc.) |
| --audio <path> | Send audio (OGG, MP3, M4A) |
| --video <path> | Send video (MP4, MOV) |
| --sticker <path> | Send a sticker (WebP) |
| --ptt | Mark audio as voice note (push-to-talk) |
When using --image, --file, or --video, the text argument becomes the caption.
<no-reply/> DirectiveWhen receiving a group message that does not require a response, output <no-reply/> instead of text. The bridge suppresses sending when this directive is present.
Use <no-reply/> when:
Do NOT use <no-reply/> when:
| Channel | --channel | --to format |
|----------|-------------|---------------|
| WhatsApp | whatsapp | +{number} (DM) or {jid}@g.us (group) |
npx skills add Array-Ventures/messaging下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Control Sonos speakers (discover/status/play/volume/group).
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Capture frames or clips from RTSP/ONVIF cameras.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
Category:tools
Tags:messaging, whatsapp, communication