What problem does it solve? NanoClaw does not ship channel adapters in its trunk, so connecting an agent to email requires manually fetching, registering, and configuring the Resend adapter. This Skill walks through that entire installation and credential setup so the agent can send and receive email conversations. ## 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 build and a registration integration test to confirm the adapter is wired into the channel registry before proceeding. - Credential Configuration: Guides creation of a Resend API key, verified sending domain, and inbound webhook, then syncs environment variables to the agent container. - Use Case: You want your NanoClaw agent to handle async email conversations alongside Telegram or Discord, with each email thread treated as its own conversation. ## Quick Start Ask the assistant to add the Resend email channel to NanoClaw and configure it with your Resend API key and webhook secret.