📦 Gws Gmail Send — 发送邮件

v1.0.15

通过 Gmail API 快速发送邮件,支持多收件人、抄送、密送及附件,自动 OAuth 授权,一键集成到工作流。

0· 1.1k·18 当前·20 累计
下载技能包
最后更新
2026/4/1
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is internally consistent: it is an instruction-only wrapper that expects a 'gws' CLI to send Gmail messages and does not request unrelated credentials or installs.
评估建议
This skill is a thin instruction-only wrapper around the 'gws' command-line tool for sending Gmail messages. Before installing or enabling it: (1) verify you trust the 'gws' binary on your system (check its source and how it stores credentials); (2) open the referenced ../gws-shared/SKILL.md to see what auth or tokens are required and where they are stored; (3) prefer --dry-run first to inspect the request the tool would make; (4) be cautious when allowing the agent to read files you might attac...
详细分析 ▾
用途与能力
Name/description (Gmail send) match the required binary ('gws') and the SKILL.md usage examples. Requiring the 'gws' CLI is appropriate for a CLI-based Gmail send helper.
指令范围
The SKILL.md is narrowly scoped to building and running 'gws gmail +send' and documents flags, attachments, and dry-run. It does instruct the agent to read '../gws-shared/SKILL.md' for auth, global flags, and security rules — that external reference means the agent may attempt to read sibling skill files or run 'gws generate-skills' if missing. Reading that shared file is reasonable for auth guidance, but you should verify what the referenced file requires before granting access.
安装机制
No install spec is present (instruction-only). Nothing is downloaded or written by the skill itself; it simply invokes an existing 'gws' binary on PATH.
凭证需求
This skill declares no required environment variables, which is consistent with being a thin wrapper. However, authentication and global flags are delegated to gws-shared (external), which likely requires credentials or tokens; inspect gws-shared/SKILL.md or your gws configuration to confirm what secrets (OAuth tokens, account credentials) are used and where they are stored.
持久化与权限
always is false and the skill is user-invocable. It does not request persistent system-wide privileges in its own metadata. The runtime will execute the 'gws' CLI as the agent; any persistence depends on that CLI, not this skill.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.152026/3/6

- Updated version metadata from 0.22.4 to 0.22.5 in SKILL.md. - No changes to functionality or usage; documentation only.

无害

安装命令

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