resend-cli

Manage email delivery, domains, and contacts via the Resend CLI.

2|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/NagyVikt/codex-plugins --skill resend-cli-nagyvikt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-cli
Source: https://github.com/NagyVikt/codex-plugins/tree/main/plugins/resend/skills/resend-cli
Command: npx skills add https://github.com/NagyVikt/codex-plugins --skill resend-cli-nagyvikt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This skill eliminates the need for manual dashboard navigation by providing a robust, non-interactive interface for managing email sending, domain verification, and contact lists directly from your terminal or CI/CD pipeline.

Core Features & Use Cases

  • Automated Email Operations: Send single or batch emails, including React Email templates, with full support for attachments and scheduling.
  • Infrastructure Management: Programmatically create and verify domains, manage API keys, and configure webhooks for real-time event tracking.
  • Use Case: Integrate email delivery into your deployment workflow by using the CLI to send automated build notifications or transactional emails without leaving your development environment.

Quick Start

Use the resend-cli skill to send a welcome email using the template located at ./emails/welcome.tsx to the recipient [email protected].

Frequently Asked Questions about resend-cli

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

FAQPage Schema
How do I send transactional emails from a CI/CD pipeline?

Send transactional emails from a CI/CD pipeline by using a non-interactive command-line interface to manage email delivery, domain configuration, and contact synchronization. This enables automated build notifications and transactional messaging without manual dashboard navigation.

Can I manage Resend domain verification and API keys via the terminal?

Yes, you can manage Resend domain verification and API keys via the terminal. The command-line interface programmatically creates and verifies domains, manages API keys, and configures webhooks for real-time event tracking.

How do I send batch emails with React Email templates using a CLI?

Send batch emails with React Email templates by referencing the template file path and recipient addresses in your command. The CLI supports automated batch email operations, including attachments and scheduling, directly from your development environment.

Does the Resend CLI support non-interactive authentication and JSON output?

Yes, the Resend CLI supports non-interactive authentication and JSON-formatted output. It is designed for automated workflows, ensuring secure API key management and machine-readable responses in CI/CD environments.

What is the best way to automate contact synchronization and webhook event handling for transactional email?

Automate contact synchronization and webhook event handling for transactional email by operating the Resend platform through a command-line interface. This infrastructure management approach configures webhooks for real-time event tracking and synchronizes contacts programmatically.