resend

Route email tasks to Resend sub-skills for sending, inbound processing, or AI inbox management.

63|2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/stolinski/s-stack --skill resend-stolinski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend
Source: https://github.com/stolinski/s-stack/tree/main/skills/resend
Command: npx skills add https://github.com/stolinski/s-stack --skill resend-stolinski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This routing skill organizes email workflows by directing tasks to the appropriate sub-skills (send-email, resend-inbound, agent-email-inbox) so complex pipelines can be composed from smaller, focused components.

Core Features & Use Cases

  • Centralized routing logic that delegates responsibilities to specialized sub-skills
  • Supports end-to-end email workflows from sending to inbound processing and AI agent inbox configuration
  • Simplifies integration by providing a single entry point that connects to multiple Resend capabilities

Quick Start

Route a request to the appropriate sub-skill (send-email, resend-inbound, or agent-email-inbox) with proper API keys and webhook setup.

Frequently Asked Questions about resend

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

FAQPage Schema
How do I route email tasks to different sub-skills for sending and processing?

Email task routing directs sending, inbound processing, and AI inbox management requests to specialized sub-skills. This routing skill acts as a centralized entry point, delegating each request to the appropriate Resend sub-skill for focused execution.

Do I need webhooks to manage inbound email processing?

Yes, managing inbound email processing requires properly configured webhooks. The routing skill enforces webhook setup to securely connect inbound events and direct them to the resend-inbound sub-skill for handling.

What's the best way to build an end-to-end email workflow with an AI agent inbox?

Building an end-to-end AI agent email workflow is best handled by routing tasks through a single skill that delegates to sub-skills. This modular approach composes complex pipelines by connecting sending, inbound processing, and agent inbox configuration.

Can I use this email routing without a valid Resend API key?

No, you cannot use this email routing without a valid RESEND_API_KEY. The skill enforces modular activation by requiring a valid API key to securely operate across the Resend platform's sub-skills.

Why split email sending and inbound processing into separate sub-skills?

Splitting email sending and inbound processing into separate sub-skills organizes workflows by delegating responsibilities to focused components. This simplifies integration by allowing complex pipelines to be composed from smaller, specialized modules.