·send-email
""

send-email

在通过重新发送 API 发送交易电子邮件(欢迎消息、订单确认、密码重置、收据)、通知或批量电子邮件时使用。

9安装·0热度·@samunderwood

安装

$npx skills add https://github.com/samunderwood/agent-skills --skill send-email

如何安装 send-email

通过命令行快速安装 send-email AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/samunderwood/agent-skills --skill send-email
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:samunderwood/agent-skills。

SKILL.md

查看原文

| Single | POST /emails | Individual transactional emails, emails with attachments, scheduled sends | | Batch | POST /emails/batch | Multiple distinct emails in one request (max 100), bulk notifications |

Always implement these for production email sending. See references/best-practices.md for complete implementations.

| Format (single) | / (e.g., welcome-email/user-123) | | Format (batch) | batch- / (e.g., batch-orders/batch-456) | | Expiration | 24 hours | | Max length | 256 characters | | Duplicate payload | Returns original response without resending | | Different payload | Returns 409 error |

在通过重新发送 API 发送交易电子邮件(欢迎消息、订单确认、密码重置、收据)、通知或批量电子邮件时使用。 来源:samunderwood/agent-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/samunderwood/agent-skills --skill send-email
分类
""沟通写作
认证
收录时间
2026-02-22
更新时间
2026-03-10

Browse more skills from samunderwood/agent-skills

快速解答

什么是 send-email?

在通过重新发送 API 发送交易电子邮件(欢迎消息、订单确认、密码重置、收据)、通知或批量电子邮件时使用。 来源:samunderwood/agent-skills。

如何安装 send-email?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/samunderwood/agent-skills --skill send-email 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/samunderwood/agent-skills