gws-gmail-reply

Automate Gmail replies with message-id, body, recipients, and attachments.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/wuyyyyyou/cli --skill gws-gmail-reply-wuyyyyyou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-gmail-reply
Source: https://github.com/wuyyyyyou/cli/tree/main/skills/gws-gmail-reply
Command: npx skills add https://github.com/wuyyyyyou/cli --skill gws-gmail-reply-wuyyyyyou

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually replying to Gmail messages can disrupt thread context and require repetitive steps; this Skill automates the reply process while preserving the original thread structure.

Core Features & Use Cases

  • Automatic reply composition that preserves Gmail threading and references
  • Supports To/CC/BCC, attachments, and HTML bodies via the --html flag
  • Use cases include fast, context-preserving responses to ongoing conversations

Quick Start

Reply to the Gmail message identified by --message-id with the provided body, preserving the thread.

Frequently Asked Questions about gws-gmail-reply

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

FAQPage Schema
How do I automate Gmail replies while preserving thread integrity?

Automate Gmail replies with threading intact by using the gws CLI to pass the message-id, body, and recipients. This preserves the original conversation references so your response stays nested in the correct thread.

Can I send HTML formatted email replies through an automated Gmail workflow?

Yes, you can send HTML formatted email replies by including the --html flag in your CLI command. This allows you to compose rich text replies while maintaining the Gmail thread structure.

Do I need the gws CLI to automate threaded email responses?

Yes, you need the gws CLI installed to execute this automation. The Skill integrates with the gws shared authentication model to securely process your Gmail replies and manage threading.

How can I add CC, BCC, and attachments to an automated Gmail reply?

Add CC, BCC, and attachments to your automated Gmail reply by passing the --cc, --bcc, and --attach flags to the CLI command. This ensures all recipients receive the message within the existing thread.

Can I create a draft reply in Gmail instead of sending it immediately?

Yes, you can create a draft reply instead of sending it immediately by using the --draft flag. You can also use --dry-run to test the reply composition without committing any actions to your Gmail account.