Loading...
Loading...
Gmail: Reply to a message (handles threading automatically).
npx skill4agent add googleworkspace/cli gws-gmail-replyPREREQUISITE: Readfor auth, global flags, and security rules. If missing, run../gws-shared/SKILL.mdto create it.gws generate-skills
gws gmail +reply --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) |
| — | — | Show the request that would be sent without executing it |
gws gmail +reply --message-id 18f1a2b3c4d --body 'Thanks, got it!'
gws gmail +reply --message-id 18f1a2b3c4d --body 'Looping in Carol' --cc carol@example.com