What problem does it solve? NanoClaw does not ship channel integrations in trunk, so connecting an agent to Linear issue comment threads requires manually copying the adapter, registering it, installing the package, and wiring credentials and webhooks. This Skill automates that entire setup so the agent can respond to Linear issue comments automatically. ## Core Features & Use Cases - Adapter Installation: Copies the Linear adapter and its registration test from the channels branch, appends the self-registration import, and installs the pinned @chat-adapter/linear package. - Credential & Webhook Setup: Guides creation of a Linear OAuth app or personal API key, configures a comment webhook, and sets all required environment variables. - Channel Wiring: Creates the messaging group and wiring via ncl with per-thread session mode so each issue comment thread gets its own agent session. - Use Case: A team wants their NanoClaw agent to automatically respond to every comment on issues in the ENG Linear team, with each issue thread isolated as its own conversation. ## Quick Start Ask the agent to add the Linear channel integration to NanoClaw and walk you through OAuth app creation, webhook setup, and channel wiring.