gws-gmail
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
集中式命令入口,便于集成和发现子能力。
▸ 风险提示
需要 Google 帐号授权并授予 Gmail API 权限。
这个 Skill 做什么
gws 的 Gmail 子命令集合,管理收发与操作。
gws 提供的一组 Gmail 子命令,可以发送、读取和管理邮件(比如 send、triage 等常用操作)。适合在命令行或自动化流程里批量处理邮箱,前提是配置好 gws 的认证与权限。把邮件操作变成可复现的命令,方便集成到脚本或 CI 流程中。
▸ 展开 SKILL.md 英文原文
Gmail: Send, read, and manage email.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-gmail/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-gmail/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# gmail (v1) > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. ```bash gws gmail <resource> <method> [flags] ``` ## Helper Commands | Command | Description | |---------|-------------| | [`+send`](../gws-gmail-send/SKILL.md) | Send an email | | [`+triage`](../gws-gmail-triage/SKILL.md) | Show unread inbox summary (sender, subject, date) | | [`+reply`](../gws-gmail-reply/SKILL.md) | Reply to a message (handles threading automatically) | | [`+reply-all`](../gws-gmail-reply-all/SKILL.md) | Reply-all to a message (handles threading automatically) | | [`+forward`](../gws-gmail-forward/SKILL.md) | Fo
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有