gws-gmail-reply-all
Send a reply-all message to all original recipients in a Gmail conversation with automatic thread handling. Customize the recipient list by adding or removing addresses, attach files, compose in HTML, and optionally save as a draft before sending.
gws-gmail-reply-all lets you send a reply to all recipients in a Gmail thread with automatic threading.
AI-generated summary based on this skill's SKILL.md
Install
googleworkspace/cli/gws-gmail-reply-all · repository language: Rust
git clone https://github.com/googleworkspace/cli
cp -r cli/skills/gws-gmail-reply-all ~/.claude/skills/gws-gmail-reply-allFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I send reply all in Gmail using gws-gmail-reply-all?
gws-gmail-reply-all sends a reply-all message to all original recipients in a Gmail conversation with automatic thread handling. The skill manages the recipient list, attaches files, supports HTML formatting, and lets you save as a draft before sending to ensure your message reaches everyone in the thread.
Can gws-gmail-reply-all reply to all recipients with selective filtering?
Yes. gws-gmail-reply-all supports selective recipient management, allowing you to add or remove addresses from the reply-all list before sending. You can exclude specific people, add CC'd recipients, or manage BCC fields to customize who receives your reply while keeping the conversation thread intact.
Does gws-gmail-reply-all support attachments and formatting?
gws-gmail-reply-all supports composing reply-all messages with multiple file attachments and HTML formatting options. You can also send in plain text if preferred, giving you full control over how your message appears to all recipients in the Gmail thread.
Can I automate Gmail reply-all via command line with gws-gmail-reply-all?
Yes. gws-gmail-reply-all provides command-line automation for Gmail reply-all operations with thread handling and message ID support. This enables scripted workflows for bulk replies, dry-run testing, and integration into larger automation pipelines while maintaining full control over recipient lists.
Does gws-gmail-reply-all let me draft or preview before sending?
gws-gmail-reply-all allows you to draft or preview your reply-all message before sending to all recipients. This gives you a chance to review the recipient list, attachments, formatting, and message content to ensure everything is correct before the message goes out to the entire thread.
What license does gws-gmail-reply-all use?
gws-gmail-reply-all is released under the Apache-2.0 license, making it freely available for both open-source and commercial use with standard Apache licensing terms.
SKILL.md
rendered from the published skill — quoted content, verbatim
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
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 |
— | — | 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 |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/gws-gmail-reply-all/SKILL.md