Gws Gmail Forward

v1.0.14

Gmail: Forward a message to new recipients.

0· 456·7 current·8 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for googleworkspace-bot/gws-gmail-forward.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Gws Gmail Forward" (googleworkspace-bot/gws-gmail-forward) from ClawHub.
Skill page: https://clawhub.ai/googleworkspace-bot/gws-gmail-forward
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: gws
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install gws-gmail-forward

ClawHub CLI

Package manager switcher

npx clawhub@latest install gws-gmail-forward
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (Gmail forward) match the runtime instructions which call the gws CLI. Requiring the gws binary is expected for a CLI-wrapper skill and there are no unrelated binaries or environment variables requested.
Instruction Scope
SKILL.md only documents using gws gmail +forward with well-scoped flags. The file points the operator to ../gws-shared/SKILL.md for auth/global flags, which is relevant to executing Gmail actions; the skill does not itself instruct reading arbitrary unrelated system files or exfiltrating data.
Install Mechanism
No install spec or archive downloads are present (instruction-only skill). Nothing is written to disk by the skill itself during install.
Credentials
The skill declares no env vars or credentials itself, but it delegates auth and global flags to gws/gws-shared. That means actual credential access and storage are handled outside this SKILL.md (in the gws binary or gws-shared configuration). You should review those artifacts to confirm what credentials/config they require and how they are stored.
Persistence & Privilege
always is false and the skill is user-invocable only. It does not request persistent platform privileges or modify other skills' configs.
Assessment
This skill appears to be a thin wrapper around the gws CLI and is coherent with its purpose, but before installing: (1) verify the provenance and integrity of the gws binary you will run (trusted source, expected version); (2) open and review ../gws-shared/SKILL.md (or the gws auth docs) to see what credentials or tokens it requires and how they are stored; (3) test with --dry-run and --draft to confirm behavior; and (4) be aware that forwarding will send full message content and attachments to whatever recipients you specify, so confirm recipient addresses and organizational policy before use.

Like a lobster shell, security has layers — review code before you run it.

Plugin bundle (nix)
Skill pack · CLI binary · Config
SKILL.mdCLIConfig
CLI help (from plugin)
gws gmail +forward --help

Runtime requirements

Binsgws
latestvk970b6hjdf1wfvvznpa3swr3gh83z8gk
456downloads
0stars
15versions
Updated 3w ago
v1.0.14
MIT-0

gmail +forward

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Forward a message to new recipients

Usage

gws gmail +forward --message-id <ID> --to <EMAILS>

Flags

FlagRequiredDefaultDescription
--message-idGmail message ID to forward
--toRecipient email address(es), comma-separated
--fromSender address (for send-as/alias; omit to use account default)
--bodyOptional note to include above the forwarded message (plain text, or HTML with --html)
--no-original-attachmentsDo not include file attachments from the original message (inline images in --html mode are preserved)
--attachAttach a file (can be specified multiple times)
--ccCC email address(es), comma-separated
--bccBCC email address(es), comma-separated
--htmlTreat --body as HTML content (default is plain text)
--dry-runShow the request that would be sent without executing it
--draftSave as draft instead of sending

Examples

gws gmail +forward --message-id 18f1a2b3c4d --to dave@example.com
gws gmail +forward --message-id 18f1a2b3c4d --to dave@example.com --body 'FYI see below'
gws gmail +forward --message-id 18f1a2b3c4d --to dave@example.com --cc eve@example.com
gws gmail +forward --message-id 18f1a2b3c4d --to dave@example.com --body '<p>FYI</p>' --html
gws gmail +forward --message-id 18f1a2b3c4d --to dave@example.com -a notes.pdf
gws gmail +forward --message-id 18f1a2b3c4d --to dave@example.com --no-original-attachments
gws gmail +forward --message-id 18f1a2b3c4d --to dave@example.com --draft

Tips

  • Includes the original message with sender, date, subject, and recipients.
  • Original attachments are included by default (matching Gmail web behavior).
  • With --html, inline images are also preserved via cid: references.
  • In plain-text mode, inline images are not included (matching Gmail web).
  • Use --no-original-attachments to forward without the original message's files.
  • Use -a/--attach to add extra file attachments. Can be specified multiple times.
  • Combined size of original and user attachments is limited to 25MB.
  • With --html, the forwarded block uses Gmail's gmail_quote CSS classes and preserves HTML formatting. Use fragment tags (<p>, <b>, <a>, etc.) — no <html>/<body> wrapper needed.
  • Use --draft to save the forward as a draft instead of sending it immediately.

See Also

Comments

Loading comments...