Loading...
Loading...
Gmail: Reply-all to a message (handles threading automatically).
npx skill4agent add googleworkspace/cli gws-gmail-reply-allPREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
gws gmail +reply-all --message-id <ID> --body <TEXT>| Flag | Required | Default | Description |
|---|---|---|---|
| ✓ | — | Gmail message ID to reply to |
| ✓ | — | Reply body (plain text) |
| — | — | Sender address (for send-as/alias; omit to use account default) |
| — | — | Additional CC recipients (comma-separated) |
| — | — | Exclude recipients from the outgoing reply (comma-separated emails) |
| — | — | Show the request that would be sent without executing it |
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