← 返回 Skills 市场
googleworkspace-bot

Gws Gmail Reply All

作者 googleworkspace-bot · GitHub ↗ · v1.0.14 · MIT-0
cross-platform ✓ 安全检测通过
410
总下载
0
收藏
7
当前安装
15
版本数
在 OpenClaw 中安装
/install gws-gmail-reply-all
功能描述
Gmail: Reply-all to a message (handles threading automatically).
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-gmail-reply-all
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-gmail-reply-all 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug gws-gmail-reply-all
版本 1.0.14
许可证 MIT-0
累计安装 7
当前安装数 7
历史版本数 15
常见问题

Gws Gmail Reply All 是什么?

Gmail: Reply-all to a message (handles threading automatically). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 410 次。

如何安装 Gws Gmail Reply All?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-gmail-reply-all」即可一键安装,无需额外配置。

Gws Gmail Reply All 是免费的吗?

是的,Gws Gmail Reply All 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gws Gmail Reply All 支持哪些平台?

Gws Gmail Reply All 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gws Gmail Reply All?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.14。

💬 留言讨论