一键导入
send-email
Sends an email to a specified recipient. Invoke this skill when the user explicitly asks to send an email.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Sends an email to a specified recipient. Invoke this skill when the user explicitly asks to send an email.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
订阅 RSS/Atom 博客源,扫描更新,查看最新文章。无需安装 Go CLI,纯 Python 实现。
Google Gemini CLI 问答。需安装 gemini CLI。
通过 gh CLI 操作 GitHub:管理 issues、PRs、CI 运行、API 查询。需先安装 gh CLI 并认证。
Google Places 地点搜索。需配置 GOOGLE_PLACES_API_KEY 和安装 goplaces CLI。
通过 himalaya CLI 管理邮件(IMAP/SMTP):列出、阅读、搜索、回复、转发、删除。需先安装 himalaya 并配置邮箱。
通过自然语言指令编辑 PDF 文件的指定页面。需要 nano-pdf CLI(自动安装)。
| name | send-email |
| description | Sends an email to a specified recipient. Invoke this skill when the user explicitly asks to send an email. |
This skill enables the agent to send emails. It is capable of parsing the recipient, subject, and body from the user's natural language request.
When the user says "Send an email to bob@example.com saying hello", this skill should be invoked.
mail:
host: smtp server address
port: 465
username: your mail address
password: your mail client password (It's not a login password, but a client password)
properties:
mail:
smtp:
auth: true
starttls:
enable: true