Agent Skills
› jegly/Box
› send-email
send-email
GitHub通过调用 run_intent 工具发送电子邮件。需指定收件人邮箱、邮件主题及正文内容,适用于自动化通知或消息传递场景。
Trigger Scenarios
需要发送邮件时
执行通知类任务时
Install
npx skills add jegly/Box --skill send-email -g -y
SKILL.md
Frontmatter
{
"name": "send-email",
"description": "Send an email."
}
Send email
Instructions
Call the run_intent tool with the following exact parameters:
- intent: send_email
- parameters: A JSON string with the following fields:
- extra_email: the email address to send the email to. String.
- extra_subject: the subject of the email. String.
- extra_text: the body of the email. String.
Version History
- 7897895 Current 2026-07-24 17:00


