🎯

resend-inbound

🎯Skill

from resend/resend-skills

πŸ“¦

Same repository

resend/resend-skills(7 items)

resend-inbound

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add resend/resend-skills --skill resend-inbound
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add resend/resend-skills --skill resend-inbound
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/resend-inbound/SKILL.md

SKILL.md

4Installs
46
-
Last UpdatedJan 28, 2026

More from this repository6

🎯
resend🎯Skill

Agent skills for sending emails using the Resend API, supporting single and batch sending (up to 100 per batch) with idempotency keys, error handling, and retry logic.

🎯
agent-email-inbox🎯Skill

A Resend skill that provides a secure email inbox for AI agents, enabling agents to receive and process emails as part of automated workflows using the Resend email API.

🎯
email-best-practices🎯Skill

Guidance skill for building deliverable, compliant, user-friendly emails β€” SPF/DKIM/DMARC, double opt-in capture, transactional vs marketing emails, retries and idempotency, webhook event processing, bounce/complaint suppression, and CAN-SPAM/GDPR/CASL compliance. Organized as a quick-reference table routing to specific reference docs (deliverability, transactional, marketing, compliance, sending reliability, webhooks, list management).

🎯
react-email🎯Skill

Build HTML emails with React components using the React Email library β€” scaffold via `npx create-email@latest`, run a preview dev server on localhost:3000, and render templates that work across major email clients. Use for welcome emails, password resets, notifications, order confirmations, newsletters, transactional flows, and the embeddable visual email editor.

🎯
resend-cli🎯Skill

Operate the Resend platform from the terminal via the `resend` CLI β€” send emails (including React Email .tsx templates via `--react-email`), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events. Designed for shell, scripts, and CI/CD pipelines, and always loads the non-interactive flag contract and gotchas to avoid silent failures.

🎯
send-email🎯Skill

Agent skills for sending emails using the Resend API, supporting single and batch sending (up to 100 per batch) with idempotency keys, error handling, and retry logic.