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
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "observe-whatsapp" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/observe-whatsapp && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/observe-whatsapp/SKILL.md "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/web-app/public/skills/observe-whatsapp/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
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
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster