Integrate Whatsapp
Description
> **Alpha**: These skills are in active development and subject to rapid change.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for gokapso/agent-skills, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
Kapso Agent Skills
**Alpha**: These skills are in active development and subject to rapid change.
Agent skills for [Kapso](https://kapso.ai), built on the open [Agent Skills](https://agentskills.io) format.
Installation
npx skills add gokapso/kapso-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"
| Variable | Description |
|---|---|
KAPSO_API_BASE_URL |
Kapso API host. Use https://api.kapso.ai |
KAPSO_API_KEY |
API 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 now 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 loginandkapso 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
...
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11