gws-gmail-reply-all

Send reply-all emails to original To/CC recipients in Gmail threads.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill gws-gmail-reply-all-vikingokft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-gmail-reply-all
Source: https://github.com/vikingokft/vikingo-studio-skills/tree/main/google/gws-gmail-reply-all
Command: npx skills add https://github.com/vikingokft/vikingo-studio-skills --skill gws-gmail-reply-all-vikingokft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool enables reliably replying to a Gmail message by sending a reply-all to all original To/CC recipients, preserving the thread context and ensuring recipients stay in the loop.

Core Features & Use Cases

  • Reply-all automation: constructs and sends a comprehensive reply to all participants in a thread.
  • Recipient control: supports --to, --cc, --bcc, and --remove to precisely manage who receives the reply.
  • Rich content & drafts: supports plain text or HTML bodies, attachments, and the option to save as a draft.
  • Use Case: team/project discussions where consistent threading and complete visibility of participants are required.

Quick Start

Use the gws gmail +reply-all command with --message-id and --body to immediately reply to all recipients in a Gmail thread.

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 reply-all in Gmail while keeping the thread context intact?

Automating a Gmail reply-all while keeping thread context intact requires using the gws framework to send a reply with the original message ID, preserving all To and CC recipients. This ensures team communications maintain complete participant visibility.

Can I exclude specific recipients from an automated Gmail reply-all thread response?

Yes, you can exclude specific recipients from an automated Gmail reply-all by using the --remove flag. This allows precise recipient control alongside --to, --cc, and --bcc options for filtering who receives the thread response.

Does Gmail reply-all automation support HTML emails and file attachments?

Gmail reply-all automation supports HTML emails and file attachments through the --html flag. You can compose rich content bodies and include attachments while replying to all original To and CC recipients in the thread.

What is the best way to draft a reply-all email in Gmail for customer support workflows?

The best way to draft a reply-all email for customer support workflows is using the --draft flag. This saves the reply-all with all original recipients and thread context as a draft, allowing review before sending.

Do I need the gws framework to send automated reply-all emails to Gmail threads?

Yes, you need the gws framework deployment to send automated reply-all emails to Gmail threads. It handles authentication and provides necessary flags like --message-id and --body to construct and send the threaded reply.

Can I test a Gmail reply-all automation before actually sending the message to all recipients?

You can test Gmail reply-all automation before sending by using the --dry-run flag. This simulates the reply-all process, allowing you to verify recipient lists and message content without actually delivering the email.