Why use the skills
Zero agent ramp-up
Without the skill, an agent has to figure out which SDK to use, where the PAT is, which method covers each case, and how to handle errors. With the skill: read
SKILL.md, run the script, done.Executable scripts included
25 CLI scripts (one per SDK method) that take
--to, --text, --template, etc. The agent runs them directly, no code to write.Bundled references
9 files in
references/ (messages, media, templates, interactive, webhooks, errors, etc.). The agent lazy-loads them on demand.Standard format
YAML frontmatter + Markdown. Works with Claude Code, Cursor, Codex, Gemini CLI, Aider, Continue, Cline, Roo, Warp, Goose, OpenHands, and 50+ other agents.
Installation
With Vercel Labs’skills package (no prior install needed, comes via npx):
Alternative modes:
Available skill
integrate-keebai-whatsapp
End-to-end WhatsApp integrations. Covers the full cycle: sending messages (text, media, interactive, templates), uploading and downloading media, scheduling mass broadcasts, and receiving events via webhooks. Supports both SDK modes (Keebai PAT or direct Meta).
Triggers that auto-invoke it in a conversation with the agent:
- “@keebai/sdk”, “Keebai SDK”, “Keebai public-api”
- “send WhatsApp via Keebai”, “Keebai WhatsApp template”
- “pat_” / “kbai_pk_”, “phone_number_id”
- “api.keebai.com”, “Keebai webhooks”
SKILL.md + bundles):
Setup
Once installed, export the credentials once (the skill scripts read them automatically):Usage with Claude Code
After setup, in any session:User: I need to send “Hello from Keebai” to +15551234567Claude (with the skill loaded) runs directly:
CLI scripts (no agent)
The scripts also work as standalone CLI utilities, no agent required:--help with flag documentation.
Agent compatibility
TheSKILL.md format is supported by:
- Claude Code (Anthropic CLI)
- Cursor
- Codex (OpenAI)
- Gemini CLI (Google)
- Aider
- Continue
- Cline
- Roo Code
- Warp
- Goose
- OpenHands
- Windsurf
- And 50+ other agents via the open registry
skills npm package.
Upcoming skills
Roadmap, no committed dates:automate-keebai-whatsapp— AI assistants, knowledge base, scheduling, workflows.observe-keebai-whatsapp— delivery debugging, webhook inspection, health checks.
Resources
GitHub repo
Skill source, issues, and PRs.
TypeScript SDK
The client the skills are built on top of.
Agent Skills format
Spec for the open format.
REST API
Raw endpoints for cases without an SDK or agent.