gws-gmail-reply
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
适合自动化客户或通知回复场景。
▸ 风险提示
需要 Google 帐号授权并授予 Gmail API 权限。
这个 Skill 做什么
对邮件进行回复并自动维护线程。
能把一封 Gmail 邮件回复并自动维护会话线程,适合在脚本或自动化流程里代替手工回信。用命令行指定 message-id 和正文就能回复,同时自动处理 In-Reply-To/References 等 header,保证回复挂在正确的 thread。特别省心,不用你额外拼接邮件头或担心断链。
▸ 展开 SKILL.md 英文原文
Gmail: Reply to a message (handles threading automatically).
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-gmail-reply/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-gmail-reply/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# gmail +reply > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Reply to a message (handles threading automatically) ## Usage ```bash gws gmail +reply --message-id <ID> --body <TEXT> ``` ## Flags | Flag | Required | Default | Description | |------|----------|---------|-------------| | `--message-id` | ✓ | — | Gmail message ID to reply to | | `--body` | ✓ | — | Reply body (plain text, or HTML with --html) | | `--from` | — | — | Sender address (for send-as/alias; omit to use account default) | | `--to` | — | — | Additional To email address(es), comma-separated | | `--attach` | — | — | Attach
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有