add-whatsapp-cloud

Connect NanoClaw to the WhatsApp Cloud API via Meta integration.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-whatsapp-cloud-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-whatsapp-cloud
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/add-whatsapp-cloud
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-whatsapp-cloud-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add WhatsApp Cloud API channel to NanoClaw to enable secure, scalable WhatsApp-based conversations via the Meta Cloud API without building from scratch.

Core Features & Use Cases

  • Integrates the official WhatsApp Cloud API as a channel for NanoClaw, enabling 1:1 conversations with customers.
  • Provides a guided, idempotent setup that copies the adapter from the channels branch, wires imports, and installs required dependencies.
  • Use cases include onboarding customer support chat, order inquiries, and real-time notifications through WhatsApp.

Quick Start

Run the setup to copy the WhatsApp Cloud adapter from the channels branch, wire it into the agent configuration, and configure the required environment variables.

Frequently Asked Questions about add-whatsapp-cloud

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect a Node.js application to the WhatsApp Cloud API?

You can connect a Node.js application to the WhatsApp Cloud API by copying a dedicated adapter, wiring imports, and configuring environment variables like your Phone Number ID and access token for a working channel.

What credentials are required for WhatsApp Cloud API channel integration?

WhatsApp Cloud API channel integration requires Meta developer credentials, a Phone Number ID, an access token, and a verified webhook configuration to operate successfully.

How does webhook configuration work for WhatsApp Cloud API adapters?

Webhook configuration for WhatsApp Cloud API adapters requires setting up a verified callback URL within your Meta developer environment to receive incoming messages and route them to your Node.js application.

Can I use pnpm to install dependencies for a WhatsApp Cloud API integration?

Yes, you can use pnpm to install dependencies for WhatsApp Cloud API integration, as the setup process explicitly supports pnpm to wire required packages into your Node.js project.

Is guided setup available for adding WhatsApp as a customer support channel?

A guided, idempotent setup is available for adding WhatsApp as a customer support channel, automating the copying of adapters and wiring imports without building from scratch.

Why is my WhatsApp Cloud API channel not working after setup?

Your WhatsApp Cloud API channel might not be working due to missing Meta developer credentials, an invalid access token, an unverified webhook configuration, or incomplete environment variable assignment.