AI SummaryA diagnostic skill for debugging WhatsApp message delivery, webhook issues, and API errors in the Kapso platform. Essential for DevOps engineers and backend developers managing WhatsApp integrations in production.
Install
# Add to your project root as SKILL.md curl -o SKILL.md "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/observe-whatsapp/SKILL.md"
Description
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 f...
When to use
Use this skill for operational diagnostics: message delivery investigation, webhook delivery debugging, error triage, and WhatsApp health checks.
Setup
Env vars: • KAPSO_API_BASE_URL (host only, no /platform/v1) • KAPSO_API_KEY
Investigate message delivery
• List messages: node scripts/messages.js --phone-number-id <id> • Inspect message: node scripts/message-details.js --message-id <id> • Find conversation: node scripts/lookup-conversation.js --phone-number <e164>
Triage errors
• Message errors: node scripts/errors.js • API logs: node scripts/api-logs.js • Webhook deliveries: node scripts/webhook-deliveries.js
Quality Score
Good
80/100
Trust & Transparency
Open Source — MIT
Source code publicly auditable
Verified Open Source
Hosted on GitHub — publicly auditable
Actively Maintained
Last commit Yesterday
18.3k stars — Strong Community
3.3k forks