skills/whatsapp/SKILL.md
Send and read WhatsApp messages via the wacli CLI. Search chats, view history, send text and files to contacts or groups.
npx skillsauth add emanueleielo/ciana-parrot whatsappInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the whatsapp bridge to read and send WhatsApp messages via the wacli CLI.
imessage bridgeBefore any WhatsApp operation, check that wacli is connected and syncing:
wacli-daemon status to check if the sync daemon is runningwacli-daemon startwacli doctor that CONNECTED is trueThis ensures messages are always up-to-date without requiring the user to manually sync.
If wacli doctor shows AUTHENTICATED as false, tell the user they need to re-authenticate with wacli auth on the host (this requires scanning a QR code and cannot be done remotely).
All commands run via host_execute(bridge="whatsapp", command="...").
wacli-daemon status # Check if sync is running
wacli-daemon start # Start sync in background (idempotent)
wacli-daemon stop # Stop background sync
wacli chats list --limit 20
wacli chats list --limit 20 --query "John"
wacli messages search "query" --limit 20
wacli messages search "query" --limit 20 --chat <jid>
wacli messages search "query" --after 2025-01-01 --before 2025-02-01
wacli send text --to "+14155551212" --message "Hello!"
For groups, use JID format:
wacli send text --to "[email protected]" --message "Hello group!"
wacli send file --to "+14155551212" --file /path/to/image.jpg --caption "Check this"
wacli auth # Interactive QR code authentication (host only)
wacli doctor # Check auth/connection/store status
When the user asks to message someone by name (e.g. "send a message to Marco"), never say you don't have the number. Instead:
wacli chats list --query "Marco"brew install steipete/tap/wacliln -sf $(pwd)/scripts/wacli-daemon /opt/homebrew/bin/wacli-daemonwacli auth (scan QR code with WhatsApp on phone)wacli-daemon startwhatsapp bridge in config.yaml, restart gatewaydevelopment
Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.
tools
Extract frames, thumbnails, or clips from video files using ffmpeg. Use when analyzing video content or creating previews.
tools
Diagnose and resolve errors with Ciana's host bridges, CLI tools, Claude Code mode, macOS permissions, and gateway connectivity.
development
Manage Trello boards: list/create/move cards, checklists, labels. Requires TRELLO_API_KEY and TRELLO_TOKEN.