resend-cli

Send emails and manage Resend infrastructure via command-line interface.

1|Updated Oct 27, 2025
One-click install
npx skills add https://github.com/sandrasocial/sselfie-9g --skill resend-cli-sandrasocial
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resend-cli
Source: https://github.com/sandrasocial/sselfie-9g/tree/main/.agents/skills/resend-cli
Command: npx skills add https://github.com/sandrasocial/sselfie-9g --skill resend-cli-sandrasocial

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the hassle of manually interacting with the Resend API by providing a terminal-based interface for sending emails, managing domains, and handling broadcasts, reducing the need for custom scripting or dashboard logins.

Core Features & Use Cases

  • Email Sending and Management: Send single emails, batches, or React Email templates; list, get, and cancel sent emails.
  • Resource Administration: Create and verify domains, manage API keys, contacts, segments, templates, webhooks, and logs.
  • Use Case: In a CI/CD pipeline, automate sending deployment notifications to your team by creating a broadcast to a subscriber segment without leaving your build script.

Quick Start

Instruct the AI to send a welcome email to [email protected] using the resend CLI with your API key.

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 from a CI/CD pipeline using the Resend API?

You can send emails from a CI/CD pipeline using the Resend API by operating the platform via a command-line interface. This allows automation of deployment notifications and batch campaigns directly within non-interactive build scripts.

What is the best way to automate batch email campaigns without writing custom scripts?

Automating batch email campaigns without custom scripts is best achieved using a terminal-based interface for the Resend email platform. This approach handles JSON output and API key authentication natively, eliminating the need for manual dashboard logins.

Can I manage Resend domains and webhooks from the command line?

Yes, you can manage Resend domains and webhooks from the command line. The CLI supports resource administration tasks including creating and verifying domains, managing API keys, contacts, segments, templates, and logs.

Does the Resend CLI support dry-run validation for automated email broadcasts?

Yes, the Resend CLI supports dry-run validation for automated email broadcasts. It prevents errors in automation scenarios by enforcing required flags and validating commands before executing non-interactive API interactions.

How do I send React Email templates through a terminal interface?

To send React Email templates through a terminal interface, use the command-line control for the Resend platform. It enables sending single emails, batches, or predefined templates directly from your development workflow.