Agent skill · Backend & API

whatsapp-cloud-api

Integracao com WhatsApp Business Cloud API (Meta). Mensagens, templates, webhooks HMAC-SHA256, automacao de atendimento. Boilerplates Node.js e Python.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill whatsapp-cloud-api --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 30
SKILL.md size: 18 KB
Bundled scripts: yes
Declared author: renat
Path: skills/whatsapp-cloud-api/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# WhatsApp Cloud API - Integracao Profissional ## Overview Integracao com WhatsApp Business Cloud API (Meta). Mensagens, templates, webhooks HMAC-SHA256, automacao de atendimento. Boilerplates Node.js e Python. ## When to Use This Skill - When the user mentions "whatsapp" or related topics - When the user mentions "whatsapp business" or related topics - When the user mentions "api whatsapp" or related topics - When the user mentions "chatbot whatsapp" or related topics - When the user mentions "mensagem whatsapp" or related topics - When the user mentions "template whatsapp" or related topics ## Do Not Use This Skill When - The task is unrelated to whatsapp cloud api - A simpler, more specific tool can handle the request - The user needs general-purpose assistance without domain expertise ## How It Works Skill para implementar integracoes profissionais com WhatsApp Business usando a Cloud API oficial da Meta. Suporta Node.js/TypeScript e Python. ### Overview A WhatsApp Cloud API e a API oficial da Meta para envio e recebimento de mensagens via WhatsApp Business. Desde outubro 2025, e a unica opcao suportada (a API On-Premises foi descontinuada). **Versao da API:** Graph API v21.0 (

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Do Not Use This Skill When
  4. How It Works
  5. Decision Tree
  6. 1. Configurar Variaveis De Ambiente
  7. 2. Enviar Mensagem De Texto Simples
  8. 3. Enviar Template Message (Fora Da Janela De 24H)
  9. 4. Verificar Entrega
  10. Tipos De Mensagem
  11. Webhooks
  12. Verificacao (Get) - Obrigatorio
  13. Recebimento (Post) - Com Seguranca Hmac-Sha256
  14. Eventos Recebidos
Ships with 24 files
  • assets/boilerplate/nodejs/.env.example
  • assets/boilerplate/nodejs/package.json
  • assets/boilerplate/nodejs/src/index.ts
  • assets/boilerplate/nodejs/src/template-manager.ts
  • assets/boilerplate/nodejs/src/types.ts
  • assets/boilerplate/nodejs/src/webhook-handler.ts
  • assets/boilerplate/nodejs/src/whatsapp-client.ts
  • assets/boilerplate/nodejs/tsconfig.json
  • assets/boilerplate/python/.env.example
  • assets/boilerplate/python/app.py
  • assets/boilerplate/python/requirements.txt
  • assets/boilerplate/python/template_manager.py
  • assets/boilerplate/python/webhook_handler.py
  • assets/boilerplate/python/whatsapp_client.py
  • assets/examples/flow-example.json
  • assets/examples/interactive-menu.json
  • assets/examples/template-messages.json
  • assets/examples/webhook-payloads.json
  • references/advanced-features.md
  • references/api-reference.md
  • references/automation-patterns.md
  • references/compliance.md
  • references/message-types.md
  • references/setup-guide.md
first 24 of 30
Commands it runs
python scripts/setup_project.py --language nodejs --path ./meu-projeto
python scripts/setup_project.py --language python --path ./meu-projeto
python scripts/send_test_message.py --to 5511999999999 --message "Teste de integracao"
python scripts/validate_config.py
More from agentic-awesome-skills
All skills →
About this skill
What does the whatsapp-cloud-api skill do?

Integracao com WhatsApp Business Cloud API (Meta). Mensagens, templates, webhooks HMAC-SHA256, automacao de atendimento. Boilerplates Node.js e Python.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill whatsapp-cloud-api --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going