Claude Skill
Enriquefft/openclaw-kapso-whatsapp
通过Kapso和官方Meta Cloud API将WhatsApp集成到您的OpenClaw AI代理中。基于Go,无封号风险,设置简单。
概览
仓库信息
安装这个 Skill
git clone https://github.com/Enriquefft/openclaw-kapso-whatsapp.gitRegistry 信息
项目简介
通过Kapso使用官方Meta Cloud API,将WhatsApp集成到您的OpenClaw AI代理中。这个基于Go的项目提供了一个安全、无封号风险的桥梁,让您的AI代理能够发送和接收WhatsApp消息,实现与全球最流行消息平台用户的自然对话交互。
Give your OpenClaw AI agent a WhatsApp number. Official Meta Cloud API via Kapso. No ban risk.
要点
- 通过Kapso集成官方Meta Cloud API
- 合规消息传递,零封号风险
- 基于Go的轻量级桥接,专为OpenClaw代理设计
- 无缝发送和接收WhatsApp消息
- 简单配置,快速上手
使用场景
- 在WhatsApp上运行的客户支持聊天机器人
- 通过WhatsApp访问的个人AI助手
- 自动订单更新和通知
- 通过聊天进行潜在客户生成与筛选
- 交互式常见问题解答与知识库机器人
README 摘要
<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