
gokapso/agent-skills
3 skills5.1k installs384 starsGitHub
Install
npx skills add https://github.com/gokapso/agent-skillsSkills in this repo
1Integrate WhatsappThis skill teaches developers how to integrate WhatsApp's Business messaging API into their applications using structured interactive components like date pickers and slot selectors. Solo builders use it to create conversational appointment booking experiences directly within WhatsApp without building custom backends. It matters because it reduces the friction of customer interactions by meeting users where they already communicate, while maintaining rich UI components and state management across multi-step flows.2.1kinstalls2Automate WhatsappAutomate WhatsApp is an agent skill for solo builders using Kapso to run flow-based WhatsApp bots and internal agents. It surfaces how to define agent nodes with temperature, token limits, sandbox networking, and mounted repositories; how to attach GitHub PAT-backed repo resources; and how to route conversations with decide nodes keyed on interactive button payloads such as vars.button_choice. The fragments imply a pattern where the agent reads README and architecture under a mounted repo before proposing minimal safe changes, while optional webhooks, function tools, and MCP servers extend the same flow. Use it when you are implementing WhatsApp customer or ops messaging inside an agent platform—not when you only need Meta Business API docs without Kapso orchestration.1.7kinstalls3Observe WhatsappObserve WhatsApp is an agent skill for solo builders running WhatsApp Business flows through Kapso who need a repeatable way to read health-check and observability JSON instead of guessing from scattered API errors. It walks you through a prioritized checklist—phone number access, token validity, messaging health overall status, webhook verification and subscription, and optional test messages—so you can label the channel healthy, degraded, or unhealthy with evidence. The readme anchors interpretation with realistic payloads: LIMITED messaging health with a failed webhook_verified check, per-message timelines, and webhook_delivery errors such as connection refused on whatsapp.message.received. That makes it useful when support tickets spike, campaigns stall, or your agent needs to explain what to fix first without calling undocumented endpoints. It is not a message-sending or template-authoring skill; it assumes checks already ran and you are deciding the next operational step.1.4kinstalls