What problem does it solve? NanoClaw does not ship channel integrations in its main branch, so connecting an agent to Discord requires manually fetching the adapter, registering it, installing the package, and wiring up bot credentials. This Skill automates that entire setup 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 TypeScript build and a registration integration test to confirm the adapter is correctly wired into the channel registry. - 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 in the environment. - Use Case: You want your NanoClaw agent to answer messages in your Discord server. Run this Skill to install the adapter, configure the bot token, then wire the channel to an agent group via /manage-channels. ## Quick Start Ask the assistant to add the Discord channel to NanoClaw and it will fetch the adapter, install dependencies, and walk you through bot credential setup.