gws-gmail-forward

Forward Gmail messages by ID with CC/BCC and optional content customization.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Gmail users and teams often need to forward messages to new recipients without retyping or duplicating effort. This skill automates forwarding a Gmail message by its ID to specified addresses, preserving essential content and formatting where possible.

Core Features & Use Cases

  • Forward by message ID to one or more recipients with optional CC/BCC.
  • Optionally include a body, HTML, or attachments; save as draft if requested.
  • Use case: share a specific email thread with teammates or collaborators without manual forwarding.

Quick Start

Forward a Gmail message by its ID to new recipients using the gws gmail +forward command.

Frequently Asked Questions about gws-gmail-forward

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

FAQPage Schema
How do I forward a Gmail message to new recipients by message ID?▼

Forward Gmail messages by message ID to new recipients using the gws CLI. Specify the target addresses and use flags like --to, --cc, and --bcc to distribute the email content quickly.

Can I save a forwarded Gmail message as a draft instead of sending it?▼

Yes, you can save a forwarded Gmail message as a draft by using the --draft flag. This allows you to review or customize the content before finalizing the workflow.

Does Gmail forwarding support dropping original attachments?▼

Yes, Gmail forwarding supports dropping original attachments. Use the --no-original-attachments flag to exclude them, or use --attach to specify new files for the message.

What is the best way to test a Gmail forwarding workflow without sending emails?▼

The best way to test a Gmail forwarding workflow is using the --dry-run flag. This simulates the forwarding process by message ID without actually sending or drafting the email.

Do I need the gws CLI to automate forwarding Gmail threads to teammates?▼

Yes, the gws CLI is required to automate forwarding Gmail threads. It enables forwarding by message ID with options for CC, BCC, attachments, and content customization.