Provides guidance for operating the Resend CLI in non-interactive and CI contexts. Documents installation paths, agent rules for JSON output, authentication precedence, global flags, common commands, CI patterns, and common mistakes to avoid.
Load this skill before running Resend CLI commands from agents, scripts, or CI pipelines—especially for sending emails, managing domains, creating broadcasts, and handling API keys in non-TTY environments. Useful for automation and debugging.
{}
Resend CLI skill provides comprehensive terminal access to the Resend email platform — sending, domains, templates, webhooks, API keys, and more. No bundled scripts; SKILL.md is well-written with clear agent protocol rules, common mistakes table, and progressive disclosure via references. Security concern: recommends curl|bash and irm|iex installation patterns.
curl|bash installation recommendation in SKILL.md body is the only security concern. Otherwise clean, well-structured skill from the official Resend org.