googleworkspace/cli✦ 精选0°

gws-gmail-reply-all

仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

节省手工回复多方邮件的流程。

▸ 风险提示

需要 Google 帐号授权并授予 Gmail API 权限。

这个 Skill 做什么

对邮件执行 reply-all,自动处理线程关系。

能对一封 Gmail 执行 reply-all 并自动维护线程关系,适合需要把回复同时发给所有收件人的自动化场景。只需指定 message-id 和正文,工具会处理好 In-Reply-To、References 等头部,避免漏发或错挂线程。特点是把群发回复和线程管理一并搞定,减少手动出错。

▸ 展开 SKILL.md 英文原文

Gmail: Reply-all to a message (handles threading automatically).

办公文档Gmail回复所有CLI通用
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-gmail-reply-all/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-gmail-reply-all/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# gmail +reply-all

> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

Reply-all to a message (handles threading automatically)

## Usage

```bash
gws gmail +reply-all --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` | — |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有