resend

Route email workflows across Resend sub-skills for sending, inbound processing, and AI inbox setup.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables developers to route and manage email workflows using the Resend platform, covering sending, inbound processing, audiences, and AI inbox integration.

Core Features & Use Cases

  • Sending emails with transactional or batch capabilities via sub-skills like send-email.
  • Handling inbound emails and webhooks for received mail via sub-skills like resend-inbound.
  • Setting up AI agent inbox with security measures and prompts via sub-skill moltbot.
  • Quick routing to applicable sub-skills for workflows and integrations.

Quick Start

Configure your RESEND_API_KEY and call the desired sub-skill (send-email, resend-inbound, or moltbot) to perform a workflow.

Frequently Asked Questions about resend

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

FAQPage Schema
How do I route emails and manage Resend workflows via API?

You can route emails and manage Resend workflows by configuring your RESEND_API_KEY and calling sub-skills like send-email or resend-inbound to execute transactional sending, batch processing, and audience management tasks.

Can I handle inbound emails and webhooks with the Resend platform?

Yes, inbound emails and webhooks for received mail are handled via the resend-inbound sub-skill, allowing you to process incoming messages and trigger automated workflows within your application architecture.

What do I need to set up an AI agent inbox for processing emails?

Setting up an AI agent inbox requires the RESEND_API_KEY and routing to the moltbot sub-skill, which configures security measures, processing prompts, and inbound email management for automated AI interactions.

Does this approach support both transactional and batch email sending?

Yes, the send-email sub-skill supports both transactional and batch email capabilities, enabling developers to route single messages or bulk campaigns through the Resend API using configured authentication keys.

What's the best way to organize audience management for inbound email processing?

Audience management is organized by routing inbound emails through the resend-inbound sub-skill, which processes received mail via webhooks and coordinates subscriber data within your configured Resend platform environment.