Connect WhatsApp to your product with Kapso: onboard customers with setup links, detect connections, receive events via webhooks, and send messages/templates/media. Also manage WhatsApp Flows (create/update/publish, data endpoints, encryption). Use when integrating WhatsApp end-to-end.
Add this skill
npx mdskills install gokapso/integrate-whatsappComprehensive WhatsApp integration guide with setup links, webhooks, templates, flows, and extensive scripts

Alpha: These skills are in active development and subject to rapid change.
Agent skills for Kapso, built on the open Agent Skills format.
npx skills add gokapso/agent-skills
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to perform tasks more accurately. Each skill is a directory with a SKILL.md entrypoint and optional supporting files.
my-skill/
├── SKILL.md # Required: instructions + metadata
├── scripts/ # Optional: executable code
├── references/ # Optional: documentation
└── assets/ # Optional: templates, resources
Skills use progressive disclosure: agents load only the name and description at startup, then read full instructions when a task matches. This keeps context usage efficient while giving agents access to detailed knowledge on demand.
Each skill contains detailed documentation in its SKILL.md file.
Each skill requires a SKILL.md file with YAML frontmatter:
---
name: my-skill
description: What this skill does and when to use it.
---
# My Skill
Instructions for the agent...
| Field | Required | Description |
|---|---|---|
name | Yes | Lowercase identifier (letters, numbers, hyphens) |
description | Yes | When to use this skill (max 1024 chars) |
Install via CLI
npx mdskills install gokapso/integrate-whatsappIntegrate Whatsapp is a free, open-source AI agent skill. Connect WhatsApp to your product with Kapso: onboard customers with setup links, detect connections, receive events via webhooks, and send messages/templates/media. Also manage WhatsApp Flows (create/update/publish, data endpoints, encryption). Use when integrating WhatsApp end-to-end.
Install Integrate Whatsapp with a single command:
npx mdskills install gokapso/integrate-whatsappThis downloads the skill files into your project and your AI agent picks them up automatically.
Integrate Whatsapp works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.