Manage received (inbound) emails and attachments via Resend API. Use when user asks about their emails, received messages, or email attachments.
技能名称: resend
详细描述:
用于 Resend 电子邮件 API 的命令行工具。查询已接收(入站)的电子邮件及其附件。
bash
npm install -g @mjrussell/resend-cli
bash
resend email list # 列出最近的邮件(默认 10 封)
resend email list -l 20 # 列出 20 封邮件
resend email list --json # 以 JSON 格式输出
bash
resend email get
resend email get
bash
resend email attachments
resend email attachment
resend email attachments
bash
resend domain list # 列出已配置的域名
resend domain get
resend domain list --json # 以 JSON 格式输出
用户:我有新邮件吗?
bash
resend email list -l 5
用户:显示最新的邮件
bash
resend email list --json | jq -r .data.data[0].id # 获取 ID
resend email get
用户:那封邮件有什么附件?
bash
resend email attachments
用户:我设置了哪些域名?
bash
resend domain list
用户:显示邮件 X 的完整内容
bash
resend email get
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 resend-1776161730 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 resend-1776161730 技能
skillhub install resend-1776161730
文件大小: 1.41 KB | 发布时间: 2026-4-15 13:51