← Back to Skills Marketplace
googleworkspace-bot

Gws Gmail Reply All

by googleworkspace-bot · GitHub ↗ · v1.0.14 · MIT-0
cross-platform ✓ Security Clean
410
Downloads
0
Stars
7
Active Installs
15
Versions
Install in OpenClaw
/install gws-gmail-reply-all
Description
Gmail: Reply-all to a message (handles threading automatically).
README (SKILL.md)

gmail +reply-all

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

Reply-all to a message (handles threading automatically)

Usage

gws gmail +reply-all --message-id \x3CID> --body \x3CTEXT>

Flags

Flag Required Default Description
--message-id Gmail message ID to reply to
--body Reply body (plain text, or HTML with --html)
--from Sender address (for send-as/alias; omit to use account default)
--to Additional To email address(es), comma-separated
--attach Attach a file (can be specified multiple times)
--cc CC email address(es), comma-separated
--bcc BCC email address(es), comma-separated
--html Treat --body as HTML content (default is plain text)
--dry-run Show the request that would be sent without executing it
--draft Save as draft instead of sending
--remove Exclude recipients from the outgoing reply (comma-separated emails)

Examples

gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Sounds good to me!'
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Updated' --remove [email protected]
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Adding Eve' --cc [email protected]
gws gmail +reply-all --message-id 18f1a2b3c4d --body '\x3Ci>Noted\x3C/i>' --html
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Notes attached' -a notes.pdf
gws gmail +reply-all --message-id 18f1a2b3c4d --body 'Draft reply' --draft

Tips

  • Replies to the sender and all original To/CC recipients.
  • Use --to to add extra recipients to the To field.
  • Use --cc to add new CC recipients.
  • Use --bcc for recipients who should not be visible to others.
  • Use --remove to exclude recipients from the outgoing reply, including the sender or Reply-To target.
  • The command fails if no To recipient remains after exclusions and --to additions.
  • Use -a/--attach to add file attachments. Can be specified multiple times.
  • With --html, the quoted block uses Gmail's gmail_quote CSS classes and preserves HTML formatting. Use fragment tags (\x3Cp>, \x3Cb>, \x3Ca>, etc.) — no \x3Chtml>/\x3Cbody> wrapper needed.
  • With --html, inline images in the quoted message are preserved via cid: references.
  • Use --draft to save the reply as a draft instead of sending it immediately.

See Also

Usage Guidance
This skill is a lightweight wrapper around a local 'gws' CLI and appears to do only what it says (reply-all). Before installing: 1) verify the 'gws' binary on your system (which version, where it came from, and whether you trust it). 2) Open ../gws-shared/SKILL.md (or run the recommended 'gws generate-skills' in a safe environment) to see exactly what authentication, environment variables, and scopes are required — the shared file likely contains the Gmail credentials that this command will use. 3) Confirm you are comfortable granting the gws tooling access to your Gmail account and that attachments or drafts handling meets your safety/privacy needs. If you cannot inspect the gws binary or the shared auth file, treat installation as higher risk.
Capability Analysis
Type: OpenClaw Skill Name: gws-gmail-reply-all Version: 1.0.14 The skill bundle 'gws-gmail-reply-all' is a standard documentation-only wrapper for a CLI tool ('gws') to handle Gmail reply-all functionality. The SKILL.md file provides clear usage instructions, flags, and examples without any evidence of malicious intent, prompt injection, or unauthorized data access.
Capability Assessment
Purpose & Capability
The skill's name, description, and runtime instructions consistently describe a single purpose: invoking the 'gws' CLI to reply-all to a Gmail message. The only mismatch is that this SKILL.md does not declare any auth or environment variables itself — it delegates auth and global flags to ../gws-shared/SKILL.md (expected for shared tooling, but the required credentials/scope will be defined outside this file).
Instruction Scope
All runtime instructions are limited to invoking the 'gws' CLI with documented flags and options. The SKILL.md does not instruct reading arbitrary system files, network endpoints, or unspecified environment variables. It does instruct the user/agent to consult ../gws-shared/SKILL.md for auth and global flags.
Install Mechanism
This is an instruction-only skill with no install spec and no code files; nothing is written to disk by the skill itself. The risk surface is primarily the external 'gws' binary that must already exist on PATH.
Credentials
This skill declares no required environment variables or credentials itself, which is proportional to an instruction-only wrapper. However, it explicitly defers authentication and global flags to ../gws-shared/SKILL.md; those external requirements may request Gmail credentials or other env vars — inspect that shared file to confirm the exact credentials and scopes requested.
Persistence & Privilege
No elevated persistence is requested (always: false). The skill is user-invocable and may be invoked autonomously by the agent per platform defaults, which is normal for skills; there are no indications it modifies other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-gmail-reply-all
  3. After installation, invoke the skill by name or use /gws-gmail-reply-all
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.14
- Version updated in SKILL.md metadata (0.22.4 → 0.22.5) - No functional or usage changes; documentation version bumped only
v1.0.13
- Updated version metadata from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.12
- Version updated to 0.22.3 in metadata. - No changes to functionality, usage, flags, or documentation content.
v1.0.11
- Bump version number to 0.22.2 in documentation. - No functional or behavioral changes; documentation update only.
v1.0.10
- Updated version metadata from 0.22.0 to 0.22.1 in SKILL.md. - No functional changes; documentation only.
v1.0.9
- Updated version to 0.22.0 in metadata - No functional changes; documentation version bumped in SKILL.md
v1.0.8
- Added --draft flag to save replies as drafts instead of sending immediately - Updated examples and documentation to include the new --draft usage - Incremented the version to 0.21.2 in metadata
v1.0.7
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md. - No functional, usage, flag, or documentation changes beyond the version update.
v1.0.6
- Version updated from 0.20.0 to 0.20.1 in SKILL.md metadata. - No functional or usage changes; documentation version number increment only.
v1.0.5
- Updated SKILL.md metadata version from 0.19.0 to 0.20.0. - No changes to features, flags, or usage; documentation update only.
v1.0.4
- Metadata section updated: now uses a nested version field (0.19.0) under metadata and removes the top-level version field. - No functional or usage changes to the skill; documentation and configuration update only.
v1.0.3
- Documentation updated: SKILL.md - Clarifies that with --html, inline images in the quoted message are preserved via cid: references (previously noted as broken) - No functional or code changes—documentation only
v1.0.2
- Internal formatting updates in SKILL.md for improved YAML compatibility - No changes to functionality, features, flags, or usage - No user-facing change; documentation content remains the same
v1.0.1
- Added support for file attachments using the --attach/-a flag in reply-all emails. - Updated documentation to include new usage examples and expanded tips for attachments and HTML replies. - Clarified flag descriptions, including HTML formatting and email recipient handling.
v1.0.0
- Initial release: Enables "reply-all" in Gmail with automatic threading support. - Supports custom message body, HTML formatting, and advanced recipient control (--to, --cc, --bcc, --remove). - Handles send-as (alias) addresses via the --from flag. - Dry-run mode allows previewing the outgoing request. - Full usage documentation and examples included in SKILL.md.
Metadata
Slug gws-gmail-reply-all
Version 1.0.14
License MIT-0
All-time Installs 7
Active Installs 7
Total Versions 15
Frequently Asked Questions

What is Gws Gmail Reply All?

Gmail: Reply-all to a message (handles threading automatically). It is an AI Agent Skill for Claude Code / OpenClaw, with 410 downloads so far.

How do I install Gws Gmail Reply All?

Run "/install gws-gmail-reply-all" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gws Gmail Reply All free?

Yes, Gws Gmail Reply All is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gws Gmail Reply All support?

Gws Gmail Reply All is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gws Gmail Reply All?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.14.

💬 Comments