Agent Skills
› composio-community/awesome-agent-clis
› Resend CLI
Resend CLI
GitHubResend CLI 用于发送交易或营销邮件,管理域名、API 密钥、联系人及广播。提供自动 JSON 输出、自然语言调度和幂等性支持,便于 Agent 集成执行邮件相关操作。
Trigger Scenarios
需要发送邮件时
管理邮件域名或 API 密钥时
Install
npx skills add composio-community/awesome-agent-clis --skill Resend CLI -g -y
SKILL.md
Frontmatter
{
"name": "Resend CLI",
"description": "Send emails, manage domains, API keys, contacts, and broadcasts. Use when an agent needs to send transactional or marketing emails, manage email contacts, or configure email domains."
}
Resend CLI
Send emails, manage domains, API keys, contacts, and broadcasts. 53 commands across 13 resources.
- Repo: https://github.com/resend/resend-cli
- Author: @zenorocha
Installation
npm i -g resend
resend login
Key Commands
resend emails send --from "you@example.com" --to "them@example.com" --subject "Hello" --text "Hi there"
resend domains list
resend contacts list --audience-id <id>
resend api-keys list
resend broadcasts list
Agent-Friendly Features
- Auto-detects TTY — outputs JSON when piped
- Natural language scheduling
- Idempotency keys for safe retries
resend doctorfor agent environment detection- 53 commands across 13 resources
- Meaningful exit codes
Version History
- 9f765d2 Current 2026-07-24 16:03


