resend-cli

Use when the user wants to run Resend operations from the command line (send email, list emails, manage domains, contacts, templates, webhooks) via the Resend CLI. Prefer this when the task is CLI/terminal-based or when you need scriptable, JSON output.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "resend-cli" with this command: npx skills add shubhdeep12/resend-cli/shubhdeep12-resend-cli-resend-cli

Resend CLI

CLI for Resend. Use it when the user asks to send emails, list emails, manage domains, contacts, templates, or webhooks from the terminal or from scripts.

When to use

  • User says "send an email from the command line", "use resend cli", "run resend in terminal"
  • Task is to list/send/get emails, manage domains, contacts, templates, webhooks, or API keys via CLI
  • Script or automation needs to call Resend with deterministic, parseable output (use --json)

Run the CLI

One-off (no install):

npx @shubhdeep12/resend-cli --help

With auth:

export RESEND_API_KEY="re_xxx"
npx @shubhdeep12/resend-cli <group> <command> [options]

No Node.js: Download the binary for your OS from Releases, extract, and run the executable.

Binaries: Standalone executables (darwin arm64/x64, linux x64, windows x64) are built per release. No Node or npm required; download the archive for your platform, extract, and run (e.g. resend-cli-<version>-darwin-arm64 or resend-cli-<version>-win-x64.exe). Checksums are on the release page.

Behavior contract

  • Exit code: 0 on success, non-zero on failure.
  • Data commands: Always add --json for a single JSON payload (e.g. resend emails list --json, resend domains list --json).
  • Pagination: List commands support --limit, --after, --before.

Quick reference

TaskExample
Send emailresend emails send --from "x@domain.com" --to "y@example.com" --subject "Hi" --html "<p>Hi</p>"
List emailsresend emails list --json --limit 10
Auth (optional)resend auth login --key re_xxx or set RESEND_API_KEY

For full commands and flags, run resend --help and resend <group> --help, or see Command Reference.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

openclaw-version-monitor

监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明

Archived SourceRecently Updated
Coding

ask-claude

Delegate a task to Claude Code CLI and immediately report the result back in chat. Supports persistent sessions with full context memory. Safe execution: no data exfiltration, no external calls, file operations confined to workspace. Use when the user asks to run Claude, delegate a coding task, continue a previous Claude session, or any task benefiting from Claude Code's tools (file editing, code analysis, bash, etc.).

Archived SourceRecently Updated
Coding

ai-dating

This skill enables dating and matchmaking workflows. Use it when a user asks to make friends, find a partner, run matchmaking, or provide dating preferences/profile updates. The skill should execute `dating-cli` commands to complete profile setup, task creation/update, match checking, contact reveal, and review.

Archived SourceRecently Updated