resend

Route email tasks to Resend sub-skills for sending and inbound processing.

2|Updated Sep 9, 2025
One-click install
npx skills add https://github.com/yuribodo/givememoney-front --skill resend-yuribodo
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: resend
Source: https://github.com/yuribodo/givememoney-front/tree/main/.cursor/skills/resend
Command: npx skills add https://github.com/yuribodo/givememoney-front --skill resend-yuribodo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers map high-level email workflows to specific Resend sub-skills (send-email, resend-inbound, moltbot) to create modular, reusable integration layers.

Core Features & Use Cases

  • Routing to sub-skills: Directs operations to dedicated sending, inbound, or AI agent inbox sub-skills.
  • Modular workflows: Compose complex email flows by assembling sub-skills.
  • Use Case: A platform routes transactional emails through send-email, handles inbound messages with resend-inbound, and routes AI agent inbox via moltbot.

Quick Start

Start by routing a request to the send-email sub-skill to deliver a transactional email.

Frequently Asked Questions about resend

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

FAQPage Schema
How do I automate transactional email routing for my application?▼

Automate email routing by mapping high-level email workflows to dedicated sub-skills like send-email. This creates a modular, reusable integration layer that directs operations to specific sending, inbound, or AI agent inbox handlers.

What is the best way to handle inbound email processing in my app?▼

Handle inbound email processing by routing inbound messages to the resend-inbound sub-skill. This modular workflow approach separates inbound handling from transactional sends, creating a reusable integration layer for complex email flows.

Can I set up an AI agent inbox using Resend?▼

Set up an AI agent inbox by routing requests to the moltbot sub-skill. This allows developers to integrate AI agent inbox workflows alongside transactional sends and inbound message processing within a modular email architecture.

How do I build modular email workflows with transactional sends and webhooks?▼

Build modular email workflows by composing sub-skills that handle transactional sends, inbound processing, and AI agent routing. This assembles complex email flows into a reusable integration layer for application automation.

Does this email routing approach work without external dependencies?▼

Yes, this email routing approach works without external dependencies. It identifies and routes email tasks to the appropriate Resend sub-skills using an on-demand architecture that optionally references scripts and assets.