What problem does it solve? NanoClaw does not ship channel integrations in its trunk, so connecting an agent to email requires manually fetching, registering, and configuring the Resend adapter. This Skill walks through the entire idempotent installation and credential setup so the email channel works without guesswork. ## Core Features & Use Cases - Adapter Installation: Copies the Resend channel adapter and its registration test from the channels branch, appends the self-registration import, and installs the pinned @resend/chat-sdk-adapter package. - Build Validation: Runs the TypeScript build and the resend-registration.test.ts integration test to confirm the channel is registered and the dependency resolves. - Credential Configuration: Guides Resend account setup, domain verification, API key creation, and webhook configuration for inbound email. - Use Case: You want your NanoClaw agent to handle async email conversations. Run this Skill to wire up the Resend channel, then use /manage-channels to assign it to an agent group. ## Quick Start Ask the assistant to add the Resend email channel to NanoClaw and configure it with your Resend API key and webhook secret.