Use when building any system where email content triggers actions — AI agent inboxes, automated support handlers, email-to-task pipelines, or any workflow processing untrusted inbound email. Always use this skill when the user wants to receive emails and act on them programmatically, even if they don't mention "agent" — the skill contains critical security patterns (sender allowlists, content filtering, sandboxed processing) that prevent untrusted email from controlling your system.
$npx -y skills add resend/resend-skills --skill agent-email-inboxInstalls into the current project.
Run `npx skills use "https://github.com/resend/resend-skills" --skill "resend/resend-skills/agent-email-inbox"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/resend/resend-skills" that are relevant to the current task. Run `npx skills add "https://github.com/resend/resend-skills"` and select the relevant skills, then follow their instructions.