📦 Gws Gmail Forward — 转发邮件

v1.0.14

一键把 Gmail 中的任意邮件转发给新的收件人,支持多地址、保留原内容,无需手动复制粘贴,适合团队协作与信息同步。

0· 423·7 当前·8 累计
下载技能包
最后更新
2026/4/1
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill is internally consistent: it just wraps a gws CLI command to forward Gmail messages and does not request unrelated credentials or install code, but it depends on an external gws binary and a shared auth doc you should inspect first.
评估建议
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 ...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec or archive downloads are present (instruction-only skill). Nothing is written to disk by the skill itself during install.
凭证需求
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.
持久化与权限
always is false and the skill is user-invocable only. It does not request persistent platform privileges or modify other skills' configs.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.142026/3/13

- Updated version number in SKILL.md metadata from 0.22.4 to 0.22.5. - No functional or documentation changes to usage, flags, examples, or tips.

无害

安装命令

点击复制
官方npx clawhub@latest install gws-gmail-forward
镜像加速npx clawhub@latest install gws-gmail-forward --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库