Agent Skills
› DenisovAV/flutter_gemma
› send-email
send-email
GitHub该技能用于通过调用run_intent工具发送电子邮件。用户需提供收件人、主题和正文内容,系统将构建相应JSON参数并执行发送操作,实现自动化的邮件通信功能。
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:01


