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


