General
1,813 installs
gws-gmail-reply
by googleworkspace/cli
Gmail: Reply to a message (handles threading automatically).
Skill content
Automatically reply to Gmail messages with full threading and recipient management. - Handles message threading automatically by setting In-Reply-To, References, and threadId headers; quotes the original message in the reply - Supports plain text and HTML reply bodies, with optional file attachments (multiple files via repeated --attach flags) - Allows adding extra recipients via --to, --cc, and --bcc flags, or sending from an alias with --from - Includes --dry-run mode to preview the request before sending, and --html flag for formatted replies with CSS styling gmail +reply PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Reply to a message (handles threading automatically) Usage gws gmail +reply --message-id <ID> --body <TEXT> Flags