Skip to content
Skill

whatsapp

by eddmann

AI Summary

A WhatsApp CLI skill that enables querying chats, searching messages, sending/forwarding content, and managing groups directly from Claude Code. Useful for developers automating WhatsApp interactions or building WhatsApp-integrated applications.

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
mkdir -p .claude/skills/whatsapp-cli && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/whatsapp-cli/SKILL.md "https://raw.githubusercontent.com/eddmann/whatsapp-cli/main/SKILL.md"

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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
5 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars5
Forks1
Issues1
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code