gws-gmail-reply-all
Installation
Summary
Reply to all recipients of a Gmail message with automatic thread handling.
- Replies to the original sender and all To/CC recipients; use
--removeto exclude specific addresses - Supports plain text and HTML body content, file attachments (multiple), and optional CC/BCC fields
- Includes
--dry-runmode to preview the request before sending, and--fromfor send-as/alias accounts - Requires Gmail message ID and reply body as mandatory inputs; fails if no valid recipients remain after exclusions
SKILL.md
gmail +reply-all
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)
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) |
Related skills
More from googleworkspace/cli
gws-gmail
Gmail: Send, read, and manage email.
26.1Kgws-docs
Read and write Google Docs.
26.0Kgws-drive
Google Drive: Manage files, folders, and shared drives.
26.0Kgws-sheets
Google Sheets: Read and write spreadsheets.
24.7Kgws-calendar
Google Calendar: Manage calendars and events.
24.6Kgws-docs-write
Google Docs: Append text to a document.
21.8K