What problem does it solve? NanoClaw does not ship channel adapters in trunk, so connecting an agent to GitHub requires manually copying the adapter, registering it, configuring credentials, and wiring database records. This Skill walks through that entire process with idempotent, re-runnable steps. ## Core Features & Use Cases - Adapter Installation: Copies the GitHub channel adapter and its registration test from the channels branch, appends the self-registration import, and installs the pinned @chat-adapter/github package. - Credential & Webhook Setup: Guides creation of a fine-grained personal access token for a dedicated bot account and per-repo webhook configuration for issue and PR review comments. - Channel Wiring: Inserts messaging group and agent group records with public or strict sender policies, plus member management for strict mode. - Use Case: A team wants their NanoClaw agent to respond when someone @-mentions the bot in a pull request comment, with each PR getting its own isolated per-thread session. ## Quick Start Ask the agent to add the GitHub channel to NanoClaw and follow the prompts to provide your bot token, webhook secret, and repository details.