gws-gmail-reply-all

Send threaded Gmail reply-all responses with recipient and delivery flags.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/73ai/openbotkit --skill gws-gmail-reply-all-73ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-gmail-reply-all
Source: https://github.com/73ai/openbotkit/tree/main/skills/gws-gmail-reply-all
Command: npx skills add https://github.com/73ai/openbotkit --skill gws-gmail-reply-all-73ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail threads can become time-consuming to manage when you need to reply to all recipients. This Skill automates reply-all to a message, preserving the original conversation context and ensuring everyone stays in the loop.

Core Features & Use Cases

  • Thread-aware replies: automatically address all original To/CC recipients in the thread.
  • Flexible recipient management: add or remove recipients with --to, --cc, --bcc, or --remove.
  • Format & delivery controls: supports plain text or HTML bodies and a dry-run mode for testing before sending.

Quick Start

Use gws gmail +reply-all --message-id <ID> --body <TEXT> to send a threaded reply to all original recipients.

Frequently Asked Questions about gws-gmail-reply-all

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a Gmail reply-all to an existing email thread?

Automate a Gmail reply-all by using the gws command with the original message-id and body text to send a threaded response that preserves the conversation context for all recipients.

Can I add or remove specific recipients when sending a threaded Gmail reply?

Yes, you can manage recipients in a threaded Gmail reply by using optional flags like --to, --cc, --bcc to add recipients, and --remove to exclude specific contacts from the delivery.

What is the best way to test a Gmail reply-all action without actually sending the email?

The best way to test a Gmail reply-all action without sending is to use the supported dry-run mode, which validates the command and delivery options before committing to send the message.

Do I need the gws integration to manage email threading and reply-all in Gmail?

Yes, you need the gws and Gmail integration configured to validate required flags like --message-id and --body and to execute the thread-aware reply-all operation successfully.

Does Gmail reply-all automation support both plain text and HTML email formats?

Yes, Gmail reply-all automation supports both plain text and HTML email bodies, allowing you to control the format of your threaded response alongside the recipient delivery options.