返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Email Communication

通过Gmail(用户)和事务调度器(系统)发送和阅读电子邮件。

person作者: jakexiaohubgithub

Email Skill

Capabilities

  • Read: List and read emails from the user's connected Gmail account.
  • Send (User): Send emails as the user (via Gmail API).
  • Send (System): Send marketing/transactional emails on behalf of the brand (via Mailjet/SendGrid).

Usage

  • Use gmail.list and gmail.read for context gathering ("What did John say about the invoice?").
  • Use gmail.send when the user wants to reply directly or send a personal note.
  • Use marketing.sendEmail for newsletters, notifications, or formal system comms.

Privacy

  • Never summarize unrelated sensitive emails.
  • Only read emails relevant to the user's query.