resend

Route email tasks to send-email, resend-inbound, or agent-email-inbox sub-skills.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/FabioFiorita/tastik --skill resend-fabiofiorita
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: resend
Source: https://github.com/FabioFiorita/tastik/tree/main/.agents/skills/resend
Command: npx skills add https://github.com/FabioFiorita/tastik --skill resend-fabiofiorita

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This central router unifies the Resend email platform by directing tasks to the appropriate sub-skills (send-email, resend-inbound, agent-email-inbox), enabling consistent automation workflows across sending, inbound processing, and AI agent interactions.

Core Features & Use Cases

  • Routes incoming and outbound email tasks to the correct sub-skill based on context (sending, inbound processing, or AI agent inbox routing).
  • Supports deterministic delegation with clear boundaries between sub-skills to improve security and maintainability.
  • Enables composable workflows where a single trigger can initiate different actions (send, receive, or agent-driven processing) in a single pipeline.

Quick Start

Route a request describing a contact message to the router and have it dispatched to either the send-email, resend-inbound, or agent-email-inbox sub-skill.

Frequently Asked Questions about resend

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

FAQPage Schema
How do I route inbound and outbound emails in a single automation pipeline?▼

Email routing in a single automation pipeline is handled by a central router that analyzes requests and delegates them to specific sub-skills for sending, inbound processing, or AI agent inbox interactions. It coordinates these actions without implementing the business logic itself.

How do I automate transactional email sending with Resend?▼

Automating transactional email sending with Resend is achieved by routing the request to the send-email sub-skill, which executes the delivery as part of a larger composable automation workflow.

How does an AI agent process an email inbox automatically?▼

An AI agent processes an email inbox automatically by directing the interaction through the agent-email-inbox sub-skill, enabling AI-driven message processing within a unified routing pipeline.

Does this email routing approach maintain security boundaries between inbound processing and sending?▼

Yes, this email routing approach maintains security boundaries by using deterministic delegation with clear separation between sub-skills, ensuring consistent and maintainable automation workflows.

Can I trigger different email actions from a single request?▼

Yes, you can trigger different email actions from a single request because the router supports composable workflows, initiating send, receive, or agent-driven processing based on the analyzed context.