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-1776108741 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 resend-1776108741 技能
skillhub install resend-1776108741
文件大小: 1.42 KB | 发布时间: 2026-4-15 14:10