Claude Skill
Enriquefft/openclaw-kapso-whatsapp
Integrate WhatsApp with your OpenClaw AI agent via Kapso and the official Meta Cloud API. Go-based, ban-risk-free, and easy to set up.
Overview
Repository
Install this Skill
git clone https://github.com/Enriquefft/openclaw-kapso-whatsapp.gitRegistry
Summary
Integrate WhatsApp into your OpenClaw AI agent using the official Meta Cloud API via Kapso. This Go-based project provides a secure, ban-risk-free bridge that lets your AI agent send and receive WhatsApp messages, enabling natural conversational interactions with users on the world's most popular messaging platform.
为您的OpenClaw AI代理提供一个WhatsApp号码。通过Kapso使用官方Meta Cloud API,无封号风险。
Key features
- Official Meta Cloud API integration via Kapso
- Zero ban risk with compliant messaging
- Go-based lightweight bridge for OpenClaw agents
- Send and receive WhatsApp messages seamlessly
- Easy setup with minimal configuration
Use cases
- Customer support chatbot on WhatsApp
- Personal AI assistant accessible via WhatsApp
- Automated order updates and notifications
- Lead generation and qualification through chat
- Interactive FAQ and knowledge base bot
README excerpt
<p align="center"> <img src=".github/icon.jpg" alt="openclaw-kapso-whatsapp" width="120"> </p> # openclaw-kapso-whatsapp Give your [OpenClaw](https://openclaw.ai) AI agent a WhatsApp number. Official Meta Cloud API via [Kapso](https://kapso.ai) — a unified API for WhatsApp Cloud. No ban risk. Stateless. Two Go binaries. Near-zero idle CPU. [](https://github.com/Enriquefft/openclaw-kapso-whatsapp/actions/workflows/ci.yml) [](https://go.dev/) [](LICENSE) [](https://github.com/Enriquefft/openclaw-kapso-whatsapp/releases) ## Architecture ``` WhatsApp --> Kapso API --> kapso-whatsapp-bridge --> OpenClaw Gateway --> AI Agent ^ | +--------------------------------+ relay: reads session JSONL, sends reply back ``` Libraries like Baileys and whatsapp-web.js reverse-engineer WhatsApp Web — Meta actively detects and bans these connections. This bridge uses the **official Cloud API** through Kapso, so your number stays safe. Stateless API calls, no session management, near-zero idle CPU. <details> <summary>Table of contents</summary> - [Installation](#installation) - [Quick start](#quick-start) - [Configuration](#configuration) - [Security](#security) - [Delivery modes](#delivery-modes) - [Voice transcription](#voice-transcription) - [Development](#development) - [Contributing](#contributing) </details> ## Installation ```bash curl -fsSL https://raw.githubusercontent.com/Enriquefft/openclaw-kap