Observe and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webhook deliveries/retries, triage API errors, and run health checks. Use when investigating production issues, message failures, or webhook delivery problems.
Add this skill
npx mdskills install gokapso/observe-whatsappWell-structured observability skill with clear diagnostic workflows for WhatsApp troubleshooting

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/observe-whatsappObserve Whatsapp is a free, open-source AI agent skill. Observe and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webhook deliveries/retries, triage API errors, and run health checks. Use when investigating production issues, message failures, or webhook delivery problems.
Install Observe Whatsapp with a single command:
npx mdskills install gokapso/observe-whatsappThis downloads the skill files into your project and your AI agent picks them up automatically.
Observe 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.