tools-email

Send transactional emails via the Resend API with MCP integration.

9|2|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/aussiegingersnap/cursor-skills --skill tools-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tools-email
Source: https://github.com/aussiegingersnap/cursor-skills/tree/main/skills/tools-email
Command: npx skills add https://github.com/aussiegingersnap/cursor-skills --skill tools-email

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Email delivery for transactional flows including verification, password resets, and domain configuration, powered by the Resend API and MCP integration.

Core Features & Use Cases

  • Resend-based email sending for verification, password resets, and welcome messages.
  • Next.js 16 proxy patterns and MCP server guidance for AI-assisted workflows.
  • DNS/DKIM/SPF/DMARC setup guidance and token security best practices for reliable deliverability.

Quick Start

Set up the Resend API key and sender, then wire templates and MCP with a default verification/password-reset flow.

Frequently Asked Questions about tools-email

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

FAQPage Schema
How do I send transactional emails for password resets using Resend in Next.js?

To send transactional emails for password resets, this Skill automates Resend API integration by configuring the RESEND_API_KEY and RESEND_FROM_EMAIL environment variables to wire verification and reset templates within Next.js deployments.

What DNS records do I need to configure for Resend domain verification?

Resend domain verification requires configuring DNS records, specifically DKIM, SPF, and DMARC protocols, to ensure reliable email deliverability and authenticate your sender domain.

Can I use this Skill to set up an MCP server for AI-assisted email workflows?

Yes, you can set up an MCP server for AI-assisted email workflows, as this Skill provides MCP server integration guidance and Next.js 16 proxy patterns to automate transactional sending.

What's the difference between OAuth and password flows for transactional email token security?

OAuth and password flows differ in token security patterns, where OAuth provides delegated access for automated transactional emails while password flows handle direct user authentication for verification and password reset sequences.

Do I need a paid Resend account to send verification emails?

You need a Resend account and a valid API key to send verification emails, as the Skill relies on the RESEND_API_KEY environment variable to authenticate API requests for transactional messages.