← All skills
Tencent SkillHub · Developer Tools

PAPI - WhatsApp API

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).

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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).

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/catalog.md, references/groups.md, references/integrations.md, references/interactive.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 13 sections Open source page

PAPI - WhatsApp Connections Hub

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

📑 Table of Contents

Features Configuration Authentication Main Endpoints Detailed References Credits

📊 Admin Panel (Free)

Multi-language interface (PT-BR, EN, ES) Instance management Real-time monitoring Behavior configuration Usage statistics

🔥 Pro Features

FeatureCapabilities📞 Phone CallsChip-based calls, WhatsApp calls, Extension system, Call management💬 RCS MessagingRich media sending, Buttons & carousels, Read receipts, Typing indicator📱 Call CenterChip rotation (30 ports), Bulk SMS sending, Configurable rate limiting✉️ Professional SMSIndividual/bulk sending, Smart chip rotation, Port configuration🔢 Virtual NumbersInstant purchase, Auto activation, Full management

⚙️ Configuration

  • Before using, configure in TOOLS.md:
  • ### PAPI (WhatsApp)
  • Base URL: https://your-server.com
  • API Key: your-api-key
  • Default Instance: instance-name

🔐 Authentication

All requests require the x-api-key header: curl -X GET "https://your-server.com/api/instances" \ -H "x-api-key: YOUR_KEY"

Instances

MethodEndpointDescriptionGET/api/instancesList all instancesPOST/api/instancesCreate instance {"id": "name"}GET/api/instances/:id/qrGet QR codeGET/api/instances/:id/statusInstance statusDELETE/api/instances/:idRemove instance

Send Messages

JID format: 5511999999999@s.whatsapp.net TypeEndpointRequired FieldsTextPOST /send-textjid, textImagePOST /send-imagejid, url or base64, captionVideoPOST /send-videojid, url or base64AudioPOST /send-audiojid, url, pttDocumentPOST /send-documentjid, url, filenameLocationPOST /send-locationjid, latitude, longitudeContactPOST /send-contactjid, name, phoneStickerPOST /send-stickerjid, urlReactionPOST /send-reactionjid, messageId, emoji

Interactive Messages

TypeEndpointDescriptionButtonsPOST /send-buttonsquick_reply, cta_url, cta_call, cta_copyListPOST /send-listMenu with sectionsCarouselPOST /send-carouselSliding cards (mobile only)PollPOST /send-pollVoting up to 12 options

Groups

MethodEndpointDescriptionPOST/groups/createCreate groupGET/groups/:groupId/metadataGroup infoPOST/groups/:groupId/participantsManage members (add/remove/promote/demote)

Webhook

POST /api/instances/:id/webhook { "url": "https://your-server/webhook", "enabled": true, "events": ["messages", "status"] }

📚 Detailed References

FileContentreferences/interactive.mdButtons, lists, carousel, polls examplesreferences/groups.mdGroup managementreferences/catalog.mdProduct catalogreferences/integrations.mdTypebot, Chatwoot integrations

👥 Credits

Developed by: Pastorini Website: https://papi.api.br Partner: Mundo Automatik Skill maintained by: @rafacpti23

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • references/catalog.md Docs
  • references/groups.md Docs
  • references/integrations.md Docs
  • references/interactive.md Docs