Operate the Resend platform from the terminal — send emails (including React Email .tsx templates via --react-email), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events via the resend CLI. Use when the user wants to run Resend commands in the shell, scripts, or CI/CD pipelines, or send/preview React Email templates. Always load this skill before running resend commands — it contains the non-interactive flag contract and gotchas that prevent silent failures.
$npx -y skills add resend/resend-skills --skill resend-cliInstalls into the current project.
Run `npx skills use "https://github.com/resend/resend-skills" --skill "resend/resend-skills/resend-cli"` 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.