Agent Skills
› DenisovAV/flutter_gemma
› send-email
send-email
GitHub用于发送电子邮件的 Skill,通过调用 run_intent 工具并传入收件人、主题和正文等参数完成邮件发送任务。
Trigger Scenarios
需要发送邮件
执行通知或提醒
Install
npx skills add DenisovAV/flutter_gemma --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
- 451fc69 Current 2026-08-20 14:02


