resend-cli
The official CLI for Resend. Built for humans, AI agents, and CI/CD pipelines.
A collection of skills for AI coding agents following the Agent Skills format. Available as a plugin for Claude Code, Cursor, and OpenAI Codex. Includes an MCP server for tool access.
> /plugin marketplace add resend/resend-skills> /plugin install resend@resend-skills
Repo: resend/resend-skills
What's inside
A collection of skills for AI coding agents following the Agent Skills format. Available as a plugin for Claude Code, Cursor, and OpenAI Codex. Includes an MCP server for tool access.
npx skills add resend/resend-skills
Then select the ones you wish to install.
| Skill | Description | Source |
|---|---|---|
resend | Resend email API | Authored here |
agent-email-inbox | Secure email inbox for AI agents | Authored here |
resend-cli | Operate Resend from the terminal | Synced from resend/resend-cli |
react-email | Build HTML emails with React components | Synced from resend/react-email |
email-best-practices | Guidance for building deliverable, compliant, user-friendly emails | Synced from resend/email-best-practices |
The plugin registers Resend's hosted MCP server at https://mcp.resend.com/mcp (streamable HTTP), giving agents tool access to the full Resend API. It authenticates via OAuth โ your client walks you through sign-in on first connect, so no API key or header configuration is needed.
This repo follows the Agent Plugins open standard: plugin.json and mcp.json at the root, skills in skills/. Any conformant client can load it.
It also serves as a plugin for these platforms through their own manifests:
.claude-plugin/.cursor-plugin/.codex-plugin/.grok-plugin/Skills marked "Authored here" can be edited directly in this repo.
Skills marked "Synced from" are automatically synced from their source repos. Do not edit them here โ changes will be overwritten on the next sync. Edit in the source repo instead.
RESEND_API_KEY environment variableGet your API key at resend.com/api-keys
MIT
.claude-plugin/
marketplace.json
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
marketplace.json
plugin.json
.gitattributes
.github/
workflows/
sync-from-repo.yml
sync-prs-to-linear.yml
.gitignore
.grok-plugin/
plugin.json
.mcp.json
AGENTS.md
assets/
app-icon.svg
CLAUDE.md
LICENSE
mcp.json
plugin.json
README.md
skill-evals/
agent-email-inbox/
evals.json
resend/
evals.json
skills/
agent-email-inbox/
references/
advanced-patterns.md
security-levels.md
webhook-setup.md
SKILL.md
email-best-practices/
references/
accessibility.md
compliance.md
deliverability.md
email-capture.md
email-types.md
list-management.md
marketing-emails.md
sending-reliability.md
transactional-email-catalog.md
transactional-emails.md
webhooks-events.md
SKILL.md
react-email/
references/
COMPONENTS.md
EDITOR.md
I18N.md
PATTERNS.md
SENDING.md
STYLING.md
SKILL.md
resend/
resend-cli/
references/
api-keys.md
auth.md
automations.md
broadcasts.md
contact-properties.md
contacts.md
domains.md
emails.md
error-codes.md
logs.md
segments.md
suppressions.md
templates.md
topics.md
webhooks.md
workflows.md
SKILL.md
references/
api-keys.md
automations.md
broadcasts.md
contact-properties.md
contacts.md
domains.md
events.md
fetch-all-templates.mjs
installation.md
logs.md
receiving.md
segments.md
sending/
batch-email-examples.md
best-practices.md
email-management.md
overview.md
single-email-examples.md
templates.md
topics.md
webhooks.md
SKILL.mdThe official CLI for Resend. Built for humans, AI agents, and CI/CD pipelines.
FAQ
resend is a Claude Code plugin with 5 hand-picked skills for ai & agents work, indexed on Flowy. Install it with the command on its page. It includes agent-email-inbox, email-best-practices, react-email. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.