Resend Skills
resend-skills
This tool accepts email content, recipient data, and configuration parameters to send emails via the Resend API. It outputs delivery status and message IDs. The tool also provides inbox functionality for receiving emails and React Email components for building HTML templates. Requires a Resend account with verified domain and API key.
npx skills add resend/resend-skills --skill resend-skillsRelated Skills
Stripe Agent Toolkit
ai
SDK collection for integrating Stripe payment APIs with LLM agent frameworks and billing infrastructure. Provides function calling tools for OpenAI, LangChain, CrewAI, and Vercel AI SDK.
Hugging Face Skills
skills
A collection of AI/ML task definitions for dataset creation, model training, and evaluation. Compatible with coding agents like OpenAI Codex, Anthropic Claude Code, and Google Gemini CLI.
CodeRabbit Code Review
skills
Integrates CodeRabbit AI code review with 35+ coding agents to detect bugs, security issues, and quality risks. Requires CodeRabbit CLI installation and authentication.
Expo Skills
skills
AI agent skills for working with Expo projects and Expo Application Services. Provides context-aware assistance for building, deploying, and debugging Expo applications.
Google Workspace CLI
cli
Command-line interface for Google Workspace APIs including Drive, Gmail, Calendar, Sheets, Docs, and Chat. Generates structured JSON output and builds commands dynamically from Google's Discovery Service.
Use Cases
Product Manager building automated notifications
When you need AI agents to send transactional emails like user confirmations, password resets, or status updates
The tool enables agents to compose and send emails programmatically through the Resend API
Product Manager managing customer communications
When you need AI agents to handle incoming support emails and send responses
The tool provides inbox management capabilities and email composition functions for automated customer service
Product Manager developing email campaigns
When you need AI agents to create HTML emails using React components
The tool generates structured HTML emails using React-email templates and handles delivery through Resend
Why use this skill?
Without Resend Skills, developers must manually integrate email APIs, write email templates from scratch, and handle inbox management separately. Resend Skills automates these email operations by providing pre-built skills that AI agents can execute directly, eliminating the need for custom email integration code.
How to get started
- 1
Install the skill
Run npx skills add resend/resend-skills --skill resend-skills
- 2
Configure API access
Set up your RESEND_API_KEY environment variable with your Resend API key
- 3
Select specific skills
Choose from available skills like resend API, agent-email-inbox, resend-cli, react-email, or email-best-practices
- 4
Verify domain setup
Ensure you have a verified domain in your Resend account for email sending
- 5
Configure MCP server
Set up the included Resend MCP server to provide tool access to the full Resend API
Frequently Asked Questions
What does Resend Skills do?
Resend Skills provides AI coding agents with capabilities to send and receive emails through the Resend API, including email composition, delivery, inbox management, and React-based HTML templates.
How do I install Resend Skills?
Run 'npx skills add resend/resend-skills --skill resend-skills' in your terminal and select which specific skills you want to install.
When should a PM consider using Resend Skills?
Consider this when you need AI agents to handle email operations automatically, such as sending notifications, managing customer communications, or processing email-based workflows.
What license does Resend Skills use?
The license information is not specified in the provided documentation.