add-resend

Integrate the Resend email channel into NanoCrew for asynchronous conversations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill add-resend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-resend
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/add-resend
Command: npx skills add https://github.com/CjLogic/nanocrew --skill add-resend

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect NanoCrew to email via Resend for async email conversations.

Core Features & Use Cases

  • Copy the Resend adapter into the trunk from the channels branch and wire it as a first-class channel
  • Install the Resend chat-sdk-adapter and register the self-import in the channel index
  • Configure credentials, webhook, and environment variables to enable inbound/outbound email flows
  • Use cases: customer support threads, notification emails, and automated replies that persist as conversations

Quick Start

Follow the steps to copy the Resend adapter, install the package, wire the import, and build to enable the email channel.

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 NanoCrew for asynchronous conversations?

Configuring Resend email for NanoCrew requires a Resend account with an API key, setting environment variables, and wiring the webhook to enable inbound and outbound email flows for support threads and notifications.

What do I need to set up before connecting a Resend email channel?

Before connecting a Resend email channel, you need a Resend account with an active API key, configured environment variables, and webhook setup to handle inbound and outbound email flows.

Can I use Resend to handle customer support threads and notification emails in NanoCrew?

Yes, Resend can handle customer support threads, notification emails, and automated agent replies in NanoCrew by persisting asynchronous email interactions as first-class conversations.

What is the process to wire a Resend adapter as a first-class channel?

Wiring a Resend adapter as a first-class channel involves copying the adapter from the channels branch into the trunk, installing the Resend chat-sdk-adapter, and registering the self-import in the channel index.

Why do I need to configure a webhook for the Resend email channel?

Configuring a webhook for the Resend email channel is necessary to receive inbound emails and route them into NanoCrew, enabling asynchronous email conversations and automated agent replies.