AI SummaryA WhatsApp integration skill that enables querying chats, messages, and contacts while supporting message sending and reactions. Useful for developers building AI assistants that need WhatsApp data access and messaging capabilities.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "whatsapp" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/whatsapp && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/whatsapp/SKILL.md "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/whatsapp/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/whatsapp/metadata.json "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/development/whatsapp/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Query WhatsApp chats, messages, contacts, groups. Send, forward, react. Use when the user asks about their WhatsApp messages, wants to search history, send messages, or manage chats.
Prerequisites
• Install CLI: curl -fsSL https://raw.githubusercontent.com/eddmann/whatsapp-cli/main/install.sh | sh • Authenticate: whatsapp auth login (scan QR code)
whatsapp-cli Skill
Query and manage WhatsApp data via the whatsapp CLI.
Quick Context
Get aggregated WhatsApp data in one call: `bash whatsapp context # Connection status + recent chats with messages whatsapp context --chats 10 # More recent chats whatsapp context --messages 20 # More messages per chat ` Messages come from a local database. Run whatsapp sync to fetch latest messages if history seems stale.
Commands
Run whatsapp --help or whatsapp <command> --help to discover all options.
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster