What problem does it solve? NanoClaw does not ship channel integrations in its trunk, so connecting agents to Slack requires manually copying adapter code, registering it, installing dependencies, and configuring Slack app credentials. This Skill automates that entire setup with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Fetches the Slack adapter and its registration test from the channels branch, wires the self-registration import, and installs the pinned @chat-adapter/slack package. - Slack App Configuration: Guides creation of a Slack app with the correct bot token scopes, event subscriptions, interactivity settings, and webhook URL. - Validation & Cleanup: Builds the project, runs the registration integration test, and includes a companion REMOVE.md for cleanly uninstalling the integration. - Use Case: You want your NanoClaw agents to send and receive messages in a Slack workspace. Run this Skill to copy the adapter, configure SLACK_BOT_TOKEN and SLACK_SIGNING_SECRET, expose the webhook endpoint, and verify delivery. ## Quick Start Ask the assistant to add the Slack channel integration to NanoClaw and walk you through creating the Slack app credentials.