Agent skills

WhatsApp skills for Cursor, Claude Code & Codex

Drop a single markdown file into your AI coding tool and it will know how to send WhatsApp messages, manage Meta templates, run broadcasts, and handle webhooks — using the Gavi WhatsApp API.

What is an agent skill?

An agent skill is a markdown file you give an AI coding tool so it knows how to use a specific API correctly. Cursor reads files in.cursor/rules/, Claude Code reads files in~/.claude/skills/, and Codex readsAGENTS.md.

With one of these skills installed, you can type prompts like "send a WhatsApp confirmation when an order is placed" or "build a WhatsApp webhook handler that replies to incoming messages" and the AI will write working code against the Gavi WhatsApp API.

Prefer the MCP server?

Skills give the AI knowledge. The MCP server lets the AI actually call the WhatsApp API at runtime — useful for agentic workflows. You can use either, or both.