gws-gmail-reply-all by googleworkspace/cli
npx skills add https://github.com/googleworkspace/cli --skill gws-gmail-reply-all前提条件: 请先阅读
../gws-shared/SKILL.md了解认证、全局标志和安全规则。如果该文件缺失,请运行gws generate-skills命令来创建它。
回复全部收件人(自动处理邮件线程)
gws gmail +reply-all --message-id <ID> --body <TEXT>
| 标志 | 是否必需 | 默认值 | 描述 |
|---|---|---|---|
--message-id | ✓ | — | 要回复的 Gmail 邮件 ID |
--body |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| ✓ |
| — |
| 回复正文(纯文本,或使用 --html 标志指定 HTML) |
--from | — | — | 发件人地址(用于“发送身份”/别名;省略则使用账户默认地址) |
--to | — | — | 额外的收件人邮箱地址,用逗号分隔 |
--attach | — | — | 附加文件(可多次指定) |
--cc | — | — | 抄送邮箱地址,用逗号分隔 |
--bcc | — | — | 密送邮箱地址,用逗号分隔 |
--html | — | — | 将 --body 视为 HTML 内容(默认为纯文本) |
--dry-run | — | — | 显示将要发送的请求而不实际执行 |
--remove | — | — | 从发出的回复中排除收件人(用逗号分隔的邮箱地址) |
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Sounds good to me!'
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Updated' --remove bob@example.com
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Adding Eve' --cc eve@example.com
gws gmail +reply-all --message-id 18f1a2b3c4d --body '<i>Noted</i>' --html
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Notes attached' -a notes.pdf
每周安装量
4.7K
代码仓库
GitHub 星标数
22.2K
首次出现
2026年3月9日
安全审计
安装于
codex4.6K
opencode4.6K
gemini-cli4.5K
cursor4.5K
amp4.5K
github-copilot4.5K
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Reply-all to a message (handles threading automatically)
gws gmail +reply-all --message-id <ID> --body <TEXT>
| 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 a file (can be specified multiple times) |
--cc | — | — | CC email address(es), comma-separated |
--bcc | — | — | BCC email address(es), comma-separated |
--html | — | — | Treat --body as HTML content (default is plain text) |
--dry-run | — | — | Show the request that would be sent without executing it |
--remove | — | — | Exclude recipients from the outgoing reply (comma-separated emails) |
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Sounds good to me!'
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Updated' --remove bob@example.com
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Adding Eve' --cc eve@example.com
gws gmail +reply-all --message-id 18f1a2b3c4d --body '<i>Noted</i>' --html
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Notes attached' -a notes.pdf
Weekly Installs
4.7K
Repository
GitHub Stars
22.2K
First Seen
Mar 9, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex4.6K
opencode4.6K
gemini-cli4.5K
cursor4.5K
amp4.5K
github-copilot4.5K
97,600 周安装