By gokapso
Automate WhatsApp messaging workflows via Kapso: send messages, manage conversations, connect WhatsApp to products, and debug delivery issues with log search and health checks.
Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, search workflow Logs, and debug automation behavior. Use when automating WhatsApp conversations and event handling.
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.
Observe and troubleshoot WhatsApp in Kapso: search Logs across API, Meta webhook, workflow, and webhook-delivery events; debug message delivery; inspect webhook retries; triage API errors; and run health checks. Use when investigating production issues, message failures, workflow behavior, or webhook delivery problems.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub joshuarweaver/cascade-communication --plugin gokapso-agent-skills-1Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.

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
Set these environment variables before using the skills:
export KAPSO_API_BASE_URL="https://api.kapso.ai"
export KAPSO_API_KEY="your-api-key"
| Variable | Description |
|---|---|
KAPSO_API_BASE_URL | Kapso API host. Use https://api.kapso.ai |
KAPSO_API_KEY | API key from the Kapso web app at app.kapso.ai |
kapso login and kapso status.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.
Shared references in this repo also exist under kapso-docs/skills/skills. Keep mirrored docs in sync when updating shared onboarding or API guidance.
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) |
Build, integrate, and observe Kapso WhatsApp agents with Claude Code.
WhatsApp automation using Green API. Send messages, voice notes, images, and get group members.
WhatsApp messaging - wa.me click-to-chat deep links (default, ToS-safe) and WhatsApp Business Cloud API sends. Function/enum-driven Bun TypeScript.
Get notified on WhatsApp when Claude completes tasks, encounters errors, or needs your input
OpenBSP plugin for Claude Code — WhatsApp channel and API access.
WhatsApp messaging for Claude Code via Baileys WebSocket client
Official zaileys skill suite — an orchestrator (zaileys-assist) plus focused zaileys-scaffold, zaileys-debug, and zaileys-review skills for building WhatsApp bots with best practices.