Automate WhatsApp messaging, interactive content, instance and group management, catalogs, and webhooks via a scalable microservices API with an admin panel.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install p-api或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install p-api⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/p-api/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: p-api summary: Complete WhatsApp automation API with microservices architecture. Send messages, interactive buttons, lists, carousels, polls, manage instances, groups, catalogs and webhooks. Features Admin Panel (free), Phone Calls, RCS Messaging, SMS, Virtual Numbers (Pro). description: Integration with P-API for WhatsApp automation. Use to send messages (text, image, video, audio, documents), interactive messages (buttons, lists, carousel, polls), manage WhatsApp instances, groups, product catalogs and webhooks. Triggers: whatsapp, papi, p-api, send whatsapp message, create instance, QR code, whatsapp buttons, whatsapp list, carousel, poll. ---
The WhatsApp automation you've been waiting for.
Complete redesign with microservices architecture — modular, scalable, and independent.
🌐 Official Website: https://papi.api.br 🤝 Partner: Mundo Automatik
---
---
| Feature | Capabilities | |---------|--------------| | 📞 Phone Calls | Chip-based calls, WhatsApp calls, Extension system, Call management | | 💬 RCS Messaging | Rich media sending, Buttons & carousels, Read receipts, Typing indicator | | 📱 Call Center | Chip rotation (30 ports), Bulk SMS sending, Configurable rate limiting | | ✉️ Professional SMS | Individual/bulk sending, Smart chip rotation, Port configuration | | 🔢 Virtual Numbers | Instant purchase, Auto activation, Full management |
---
Before using, configure in TOOLS.md:
### P-API (WhatsApp)
- Base URL: https://your-server.com
- API Key: your-api-key
- Default Instance: instance-name
All requests require the x-api-key header:
curl -X GET "https://your-server.com/api/instances" \
-H "x-api-key: YOUR_KEY"
---
| Method | Endpoint | Description | |--------|----------|-------------| | GET | /api/instances | List all instances | | POST | /api/instances | Create instance {"id": "name"} | | GET | /api/instances/:id/qr | Get QR code | | GET | /api/instances/:id/status | Instance status | | DELETE | /api/instances/:id | Remove instance |
JID format: [email protected]
| Type | Endpoint | Required Fields | |------|----------|-----------------| | Text | POST /send-text | jid, text | | Image | POST /send-image | jid, url or base64, caption | | Video | POST /send-video | jid, url or base64 | | Audio | POST /send-audio | jid, url, ptt | | Document | POST /send-document | jid, url, filename | | Location | POST /send-location | jid, latitude, longitude | | Contact | POST /send-contact | jid, name, phone | | Sticker | POST /send-sticker | jid, url | | Reaction | POST /send-reaction | jid, messageId, emoji |
| Type | Endpoint | Description | |------|----------|-------------| | Buttons | POST /send-buttons | quick_reply, cta_url, cta_call, cta_copy | | List | POST /send-list | Menu with sections | | Carousel | POST /send-carousel | Sliding cards (mobile only) | | Poll | POST /send-poll | Voting up to 12 options |
| Method | Endpoint | Description | |--------|----------|-------------| | POST | /groups/create | Create group | | GET | /groups/:groupId/metadata | Group info | | POST | /groups/:groupId/participants | Manage members (add/remove/promote/demote) |
POST /api/instances/:id/webhook
{
"url": "https://your-server/webhook",
"enabled": true,
"events": ["messages", "status"]
}
---
| File | Content | |------|---------| | references/interactive.md | Buttons, lists, carousel, polls examples | | references/groups.md | Group management | | references/catalog.md | Product catalog | | references/integrations.md | Typebot, Chatwoot integrations |
---
Developed by: Pastorini Website: https://papi.api.br Partner: Mundo Automatik Skill maintained by: @rafacpti23
安装 P-API - WhatsApp API 后,可以对 AI 说这些话来触发它
Help me get started with P-API - WhatsApp API
Explains what P-API - WhatsApp API does, walks through the setup, and runs a quick demo based on your current project
Use P-API - WhatsApp API to automate WhatsApp messaging, interactive content, instance and grou...
Invokes P-API - WhatsApp API with the right parameters and returns the result directly in the conversation
What can I do with P-API - WhatsApp API in my developer & devops workflow?
Lists the top use cases for P-API - WhatsApp API, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/p-api/ 目录(个人级,所有项目可用),或 .claude/skills/p-api/(项目级)。重启 AI 客户端后,用 /p-api 主动调用,或让 AI 根据上下文自动发现并使用。
P-API - WhatsApp API 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
P-API - WhatsApp API 可免费安装使用。请查阅仓库了解许可证信息。
Automate WhatsApp messaging, interactive content, instance and group management, catalogs, and webhooks via a scalable microservices API with an admin panel.
P-API - WhatsApp API 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using P-API - WhatsApp API
Identifies repetitive steps in your workflow and sets up P-API - WhatsApp API to handle them automatically