gws-gmail-forward

Forward Gmail messages to new recipients with optional notes and cc/bcc.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail forwarding is time-consuming when done manually across many messages. This skill enables programmatic forwarding of a Gmail message to new recipients, saving time and ensuring consistency.

Core Features & Use Cases

  • Forward a message by ID to one or more addresses with --to.
  • Include an optional note (--body) and sender override (--from); attach or omit original attachments as needed.
  • Support draft mode (--draft) and dry-run (--dry-run) for safe testing in automated workflows.

Quick Start

Run gws gmail +forward with the required --message-id and --to flags to forward a message.

Frequently Asked Questions about gws-gmail-forward

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

FAQPage Schema
How do I automate forwarding a Gmail message to new recipients via CLI?

You can automate Gmail forwarding by running the CLI command with required --message-id and --to flags. This programmatically forwards the specified message to new recipients, ensuring consistency and saving time across automated workflows.

Can I add custom notes or override the sender when forwarding Gmail messages programmatically?

Yes, when forwarding Gmail messages you can include an optional note using the --body flag and override the sender address using the --from flag to customize the forwarded message content and sender identity.

Does Gmail forwarding in automated workflows support dry-run or draft modes for safe testing?

Yes, Gmail forwarding supports both --draft and --dry-run options. These modes allow you to safely test forwarding requests within automated workflows before actually sending messages to new recipients.

Is it possible to include cc and bcc recipients when programmatically forwarding an email in Gmail?

Yes, you can include cc and bcc recipients when programmatically forwarding an email in Gmail by using the optional --cc and --bcc flags alongside the required --to and --message-id parameters.

Do I need gws authentication to forward Gmail messages in automated workflows?

Yes, you need gws authentication to forward Gmail messages in automated workflows. The CLI requires this authentication to securely construct and send the forwarding request using the specified --message-id and recipient flags.

What is the best way to forward multiple Gmail messages to new addresses in bulk?

The best way to forward Gmail messages in bulk is to use a CLI automation workflow, passing --message-id and --to flags for each message. This programmatic approach ensures consistency and saves time compared to manual forwarding.