What problem does it solve? NanoClaw does not ship messaging channels in its trunk, so connecting an agent to WhatsApp requires manually fetching the adapter, registering it, installing dependencies, and configuring Meta credentials. This Skill automates that entire setup so your agent can send and receive WhatsApp messages through the official Meta Business Cloud API. ## Core Features & Use Cases - Adapter Installation: Copies the WhatsApp Cloud adapter and its registration test from the channels branch, appends the self-registration import, and installs the pinned @chat-adapter/whatsapp package. - Credential Configuration: Guides you through creating a Meta Business app, generating a system user access token, setting the webhook URL and verify token, and syncing environment variables to the container. - Validation & Rollback: Runs a build and integration test to confirm the channel is registered, with an idempotent REMOVE.md for clean uninstallation. - Use Case: You want customers to message your NanoClaw agent directly on WhatsApp. Run this Skill to wire up the official Meta API channel, then use /manage-channels to bind it to an agent group. ## Quick Start Ask the assistant to add the WhatsApp Cloud API channel to NanoClaw and walk you through the Meta credential setup.