Sandbox
@gokapso/agent-skills

Agent skills for WhatsApp in Kapso

This repo packages Kapso WhatsApp workflows as Agent Skills. Each skill has a `SKILL.md` entrypoint and supporting files so an agent can load only the relevant instructions when a task matches.

153 stars20 forksJavaScriptUpdated 8d ago
Who it's for

Builders who want their agent to connect to WhatsApp, automate flows, or inspect delivery logs.

What it delivers

You can give your agent reusable WhatsApp instructions instead of re-explaining setup, automation, and debugging each time.

What it does

WhatsApp integration skill

Covers connecting WhatsApp, setting up webhooks, sending messages and templates, and managing flows.

WhatsApp automation skill

Covers building automations with workflows, agents, functions, and databases.

WhatsApp observability skill

Covers searching logs, inspecting webhook deliveries, triaging errors, and running health checks.

CLI-first path selection

Recommends using the Kapso CLI when it is installed and authenticated, with scripts and direct API calls as fallback.

Agent Skills packaging

Uses the Agent Skills format with `SKILL.md` files, YAML frontmatter, and progressive disclosure.

How to get it

  1. 1Run
    npx skills add gokapso/agent-skills

README

Kapso Agent Skills

Kapso Agent Skills

Alpha: These skills are in active development and subject to rapid change.

Agent skills for Kapso, built on the open Agent Skills format.

Installation

npx skills add gokapso/agent-skills

Environment Variables

Set these environment variables before using the skills:

export KAPSO_API_BASE_URL="https://api.kapso.ai"
export KAPSO_API_KEY="your-api-key"
VariableDescription
KAPSO_API_BASE_URLKapso API host. Use https://api.kapso.ai
KAPSO_API_KEYAPI key from the Kapso web app at app.kapso.ai

Path selection

  • Prefer the Kapso CLI when it is installed and already authenticated. The skill docs show CLI-first flows where the CLI already covers the task well.
  • Keep the provided scripts and direct API references as the fallback path when the CLI is unavailable or when a task still needs script-only operations.
  • If you use the CLI path, start with kapso login and kapso status.

What are 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.

Available skills

  • integrate-whatsapp: Connect WhatsApp, set up webhooks, send messages/templates, manage flows
  • automate-whatsapp: Build WhatsApp automations with workflows, agents, functions, and databases
  • observe-whatsapp: Search Logs, debug delivery issues, inspect webhook deliveries, triage errors, run health checks

Each skill contains detailed documentation in its SKILL.md file.

Maintenance

Shared references in this repo also exist under kapso-docs/skills/skills. Keep mirrored docs in sync when updating shared onboarding or API guidance.

SKILL.md format

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...
FieldRequiredDescription
nameYesLowercase identifier (letters, numbers, hyphens)
descriptionYesWhen to use this skill (max 1024 chars)

Learn more

Files in the repo

Repository payload3 top-level entries
  • skills
  • README.md
  • update-skill-filemap.mjs

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k