What problem does it solve? NanoClaw does not ship messaging channels in its trunk, so connecting WhatsApp requires manually copying the adapter, registering it, installing the package, and wiring Meta credentials. This Skill walks through that entire setup with idempotent, re-runnable steps. ## 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. - Build Validation: Runs the build and a registration integration test to confirm the channel is registered and the dependency resolves. - Credential Setup: Guides creation of a Meta Business app, system user access token, webhook configuration, and environment variable sync to the container. - Use Case: A NanoClaw operator wants the bot to answer direct WhatsApp messages; this Skill installs the channel, configures Meta credentials, and hands off to /manage-channels to bind it to an agent group. ## Quick Start Ask the assistant to add the WhatsApp Cloud API channel to NanoClaw and configure it with your Meta Business credentials.