What problem does it solve? NanoClaw does not ship channel adapters in its trunk, so connecting an agent to Slack requires manually fetching the adapter, registering it, installing the package, and configuring Slack app credentials. This Skill walks through that entire process with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Copies the Slack adapter and its registration test from the channels branch, appends the self-registration import, and installs the pinned @chat-adapter/slack package. - Credential Setup: Guides creation of a Slack app with the required bot token scopes, event subscriptions, interactivity, and webhook URL configuration. - Validation & Removal: Verifies the build and registration test pass, and includes a REMOVE.md with idempotent steps to cleanly uninstall the integration. - Use Case: You want your NanoClaw agent to receive and reply to messages in a Slack workspace channel or DM, so you run this Skill to wire up the adapter, tokens, and webhook endpoint. ## Quick Start Ask the assistant to add the Slack channel to NanoClaw and follow the prompts to install the adapter and enter your Slack bot token and signing secret.