add-resend

Integrate the Resend email channel adapter into NanoClaw and validate the build.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill add-resend-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-resend
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-resend
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill add-resend-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect NanoClaw to email conversations by integrating the Resend chat SDK adapter, enabling async email channels within agent workloads.

Core Features & Use Cases

  • Fetch the channels branch, copy the Resend adapter files, and register the channel in the codebase
  • Install and pin the adapter dependency, then build and validate the integration
  • Use case: enable an agent to handle email threads asynchronously through Resend

Quick Start

Follow the practical steps to enable the Resend channel in a local NanoClaw instance.

Frequently Asked Questions about add-resend

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Resend email into NanoClaw for asynchronous conversations?

To integrate Resend email into NanoClaw, fetch the channels branch, copy the adapter files, update the channel index, install the adapter package, then build and validate the integration.

What does adding a Resend channel adapter do for agent email threads?

Adding a Resend channel adapter connects NanoClaw to email conversations, enabling an agent to handle email threads asynchronously through the Resend chat SDK.

Do I need to manually pin the Resend adapter dependency when wiring channels?

Yes, you need to install and pin the Resend adapter dependency during the channel wiring process before performing a build and validation to satisfy operational requirements.

What environment configuration is required to connect NanoClaw to email via Resend?

Connecting NanoClaw to email via Resend requires configuring the environment for channel wiring, which involves fetching the channels branch, copying adapter files, and updating the channel index.

How is the Resend adapter validated after installation in NanoClaw?

The Resend adapter is validated by performing a build and running automated testing after installing the adapter package and updating the channel index in the NanoClaw codebase.