add-resend

Integrate the Resend email channel into NanoClaw with adapter wiring and credentials.

5|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/thmtz/nanoclaw-fleet --skill add-resend-thmtz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-resend
Source: https://github.com/thmtz/nanoclaw-fleet/tree/main/.claude/skills/add-resend
Command: npx skills add https://github.com/thmtz/nanoclaw-fleet --skill add-resend-thmtz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Connect NanoClaw to email via Resend to enable asynchronous conversations with external users.

Core Features & Use Cases

  • Adapter-based integration copies the Resend adapter into the project and wires it into the channel registry.
  • Idempotent setup flow includes pre-flight checks and safe re-runs without breaking existing config.
  • Channel credentials configure API keys and webhook secrets for secure email delivery and reception.
  • Use Case: A helpdesk agent replies to customer queries via email, all managed inside NanoClaw channels.

Quick Start

Follow the steps to fetch the channels branch, copy the Resend adapter, import it in the channel index, install the pinned adapter, and build the project.

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 async conversations?

The Resend channel integration requires RESEND_API_KEY, RESEND_FROM_ADDRESS, RESEND_FROM_NAME, and RESEND_WEBHOOK_SECRET environment variables to configure API keys and webhook secrets for secure email delivery and reception.

Can I safely re-run the Resend adapter setup without breaking existing channel config?

Yes, the Resend adapter setup flow is idempotent and includes pre-flight checks, allowing you to safely re-run the integration process without breaking existing channel configuration or previously wired deployments.

What is the best way to wire a Resend adapter into an existing channel registry?

The best way to wire the adapter is to copy it into your project, import it in src/channels/index.ts to register it in the channel index, install the pinned adapter package, and execute the build process to produce a working channel integration.

Do I need webhook secrets to receive email replies via the Resend channel?

Yes, you need to configure the RESEND_WEBHOOK_SECRET environment variable to securely receive inbound email replies and enable asynchronous conversations with external users through the Resend adapter.