gws-gmail-reply

Automate Gmail replies with threading and header preservation.

2|1|Updated Jan 31, 2014
One-click install
npx skills add https://github.com/mattforni/homebase --skill gws-gmail-reply-mattforni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-gmail-reply
Source: https://github.com/mattforni/homebase/tree/main/.claude/skills/gws-gmail-reply
Command: npx skills add https://github.com/mattforni/homebase --skill gws-gmail-reply-mattforni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates replying to Gmail messages while preserving threading and proper headers.

Core Features & Use Cases

  • Thread-aware replies that maintain In-Reply-To and References headers.
  • Flexible routing: supports --to, --cc, --bcc, --from, and attachments; can save as draft.
  • Use Case: For fast, consistent customer replies or notification messages without manual drafting.

Quick Start

Use gws gmail +reply with --message-id <ID> and --body <TEXT> to send a threaded reply.

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 email threading?

Automating Gmail replies while preserving threading requires maintaining proper In-Reply-To and References headers. This Skill accepts a --message-id and --body to generate automated responses that keep conversation history intact across customer support and outreach workflows.

Can I save an automated Gmail reply as a draft instead of sending it?

Yes, you can save an automated Gmail reply as a draft by using the --draft flag. This allows you to generate threaded email responses with attachments and custom routing headers, then review the content before manually sending.

What's the best way to send automated Gmail replies with custom recipients and attachments?

The best way to send automated Gmail replies with custom recipients is using CLI parameters for routing. You can specify --from, --to, --cc, and --bcc addresses, add files via --attach, and use --html for formatted email bodies.

Does Gmail reply automation support HTML formatted messages?

Yes, Gmail reply automation supports HTML formatted messages. By using the --html flag alongside the core --message-id and --body inputs, you can send threaded replies containing rich text and HTML formatting.

Why are In-Reply-To and References headers important for email threading?

In-Reply-To and References headers are important for email threading because they link the new message to the original conversation. Preserving these headers in automated Gmail replies ensures email clients group messages correctly instead of splitting the thread.