resend-cli

Manage Resend email services via command-line interface for CI/CD workflows.

Updated Jun 27, 2026
One-click install
npx skills add https://github.com/NicholasSutin/parser --skill resend-cli-nicholassutin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-cli
Source: https://github.com/NicholasSutin/parser/tree/main/.claude/skills/resend-cli
Command: npx skills add https://github.com/NicholasSutin/parser --skill resend-cli-nicholassutin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the friction of managing email infrastructure by providing a direct, non-interactive interface to the Resend platform, enabling seamless integration into shell environments and CI/CD pipelines.

Core Features & Use Cases

  • Email Operations: Send transactional emails, batch messages, and render React Email templates directly from the command line.
  • Domain & Contact Management: Automate domain verification, DNS record retrieval, and bulk contact imports via CSV.
  • Use Case: Integrate email notifications into your deployment process by using the CLI to send status updates or trigger automated welcome flows when new users sign up.

Quick Start

Use the resend-cli skill to send a welcome email using the React Email template located at ./emails/welcome.tsx to the specified recipient.

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 email from a CI/CD pipeline?

Send transactional email in CI/CD pipelines by executing CLI commands to dispatch messages, batch emails, and render React Email templates non-interactively. You must configure a valid RESEND_API_KEY environment variable for authentication.

Can I automate domain verification and DNS record retrieval for Resend?

Automate domain verification and DNS record retrieval for Resend by running command-line operations that configure domains directly within your shell environment. This removes the friction of manual email infrastructure setup during development workflows.

How do I import bulk contacts via CSV from the command line?

Import bulk contacts via CSV from the command line by executing platform-specific contact management operations. This enables automated bulk data imports directly into your Resend email infrastructure without interactive web dashboard access.

Do I need a specific API key to manage Resend email services via terminal?

Managing Resend email services via terminal requires a valid RESEND_API_KEY and the resend-cli binary to execute platform-specific operations. These prerequisites allow you to send transactional emails and configure domains non-interactively.

What is the best way to render React Email templates locally for automated workflows?

Render React Email templates locally for automated workflows by using command-line operations that process template files directly from your shell environment. This allows you to send templated transactional emails without interactive dashboard access.

Why use a non-interactive CLI instead of the dashboard for transactional email?

Use a non-interactive CLI for transactional email to enable seamless integration into shell environments and CI/CD pipelines. This approach removes the friction of manual infrastructure management by supporting automated deployment notifications and user flows.