resend-cli

Send emails through the Resend platform from the command line.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/Bin291/profile-check --skill resend-cli-bin291
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-cli
Source: https://github.com/Bin291/profile-check/tree/main/.agents/skills/resend-cli
Command: npx skills add https://github.com/Bin291/profile-check --skill resend-cli-bin291

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires resend-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to operate the Resend platform from the terminal, streamlining the process of sending emails, managing domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events.

Core Features & Use Cases

  • Email Operations: Send emails (including React Email templates), manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events.
  • Terminal Commands: Use with shell, scripts, or CI/CD pipelines for non-interactive commands.
  • React Email Templates: Send and preview React Email templates via the terminal.
  • Use Case: For a company with a large volume of email communication, this Skill can be used to automate the sending of newsletters and marketing campaigns through the terminal, reducing the need for manual intervention.

Quick Start

Use the resend-cli skill to send an email using the Resend platform. First, ensure you have the resend-cli installed and authenticated. Then, run the following command:

resend emails send --from "[email protected]" --to "[email protected]" --subject "Hello" --text "This is a test email."

Frequently Asked Questions about resend-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send emails through the Resend platform using CLI commands?

To send emails through the Resend platform via CLI, you need the resend-cli tool and an API key. You can construct and send emails by executing non-interactive terminal commands, which is ideal for automated workflows.

Can I send React Email templates from the command line with Resend?

Yes, you can send and preview React Email templates directly from the command line using Resend. The CLI allows you to render and dispatch these templates without manual intervention, streamlining your email marketing process.

What email marketing operations can I manage via terminal commands?

Via terminal commands, you can manage domains, contacts, broadcasts, templates, webhooks, API keys, logs, automations, and events. This allows comprehensive email marketing and automation management directly from your shell or scripts.

Does Resend CLI work for sending automated broadcasts in CI/CD pipelines?

Yes, Resend CLI is designed for non-interactive commands, making it fully suitable for CI/CD pipelines. You can automate sending newsletters and marketing campaigns efficiently, reducing the need for manual intervention in high-volume communication scenarios.

Do I need an API key to manage Resend emails from the terminal?

Yes, an API key is required to authenticate and manage Resend emails from the terminal. The CLI handles the process of constructing, sending, and tracking emails, but it must be properly authenticated with your Resend API key first.