What problem does it solve? NanoClaw does not ship channel integrations in its trunk, so connecting a Discord bot requires manually copying the adapter from the channels branch, registering it, installing the package, and wiring credentials. This Skill walks through that entire process with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Copies the Discord adapter and its registration test from the channels branch, appends the self-registration import, and installs the pinned @chat-adapter/discord package. - Build Validation: Runs the build and the discord-registration integration test to confirm the adapter is registered and the dependency resolves. - Credential Setup: Guides creation of a Discord bot in the Developer Portal and configuration of DISCORD_BOT_TOKEN, DISCORD_APPLICATION_ID, and DISCORD_PUBLIC_KEY. - Use Case: You want your NanoClaw assistant to respond in your Discord server. Run this Skill to install the adapter, invite the bot with the correct permissions, and wire the channel to an agent group. ## Quick Start Ask the assistant to add the Discord channel to NanoClaw and it will copy the adapter, install the package, and guide you through bot credentials.