Setup & Installation
What This Skill Does
Lets you run Resend commands straight from the terminal. Send emails (including React Email .tsx templates), manage domains, contacts, broadcasts, templates, webhooks, API keys, and more through the resend CLI. Works in interactive shells, scripts, and CI/CD pipelines.
Keeps you in the terminal instead of switching to the Resend dashboard for every email, domain, or contact operation, and gives CI/CD pipelines direct access to the full Resend API.
When to use it
- Sending transactional emails from a deploy script after a successful build
- Setting up and verifying a new sending domain without opening the dashboard
- Creating a broadcast campaign and sending it to a contact segment via the terminal
- Previewing a React Email .tsx template locally before sending it to real recipients
- Debugging failed API requests by pulling detailed logs from the command line