← 返回 Skills 市场
zvirb

Gmail Send Email

作者 zvirb · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
40
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install gmail-send-email
功能描述
Atomic node skill to send an email via Gmail using the gog CLI.
使用说明 (SKILL.md)

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
  • Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before automation.
  • Jidoka (自働化): This node includes autonomous defect detection. It relies on the CLI's self-healing loop and will report errors if sending fails.

Gmail Send Email

This skill allows the agent to send an email using the native CLI.

Cognitive Directives

WHEN [An email needs to be sent to one or more recipients] THEN [Execute the native terminal command gog gmail send --to "..." --subject "..." --body "..."]

Schema Example

{
  "command": "gog gmail send --to \"[email protected]\" --subject \"Invoice\" --body \"Please find the invoice attached.\" --json"
}

Expected Output

Confirmation that the email was sent successfully.

安全使用建议
Before installing or enabling this skill: (1) Confirm you have the official/expected 'gog' binary installed from a trusted source and that it is properly authenticated to a Gmail account you control. (2) Understand that the agent will run a shell command to send mail — require explicit confirmation or tight prompts to avoid accidental or malicious sends. (3) Ensure inputs (to/subject/body) are safely escaped or passed in a way that avoids shell/argument injection; if the platform lets you, prefer structured API invocation rather than composing a single shell command string. (4) Review where the 'gog' CLI stores its auth tokens (local config files) and ensure those credentials are protected. (5) Test the workflow in a safe environment (test account) before allowing production use.
功能分析
Type: OpenClaw Skill Name: gmail-send-email Version: 1.0.2 The skill is a straightforward wrapper for the 'gog' CLI tool, designed to send emails via Gmail. The instructions in SKILL.md are clearly aligned with the stated purpose, and there is no evidence of malicious intent, data exfiltration, or unauthorized command execution. It relies on a pre-installed binary and follows a standard command-line interface pattern.
能力评估
Purpose & Capability
The skill is an instruction-only node that calls the 'gog' CLI to send mail. Requiring the 'gog' binary is appropriate and proportional to the described purpose; there are no unrelated binaries, env vars, or install steps requested.
Instruction Scope
The SKILL.md tells the agent to run a shell command with interpolated recipient/subject/body values (gog gmail send --to ... --subject ... --body ...). It doesn’t describe safe escaping/quoting or require use of a structured API call, so there is a risk of shell/argument injection or accidental sending of unintended content. It also doesn’t state that the CLI must be pre-authenticated or how to handle failures.
Install Mechanism
There is no install spec (instruction-only). That is low-risk because nothing is downloaded or written by the skill itself.
Credentials
The skill requests no env vars or credentials, which is consistent for an instruction-only wrapper. However, in practice the 'gog' CLI will need Gmail credentials/configuration stored elsewhere (user config files or local auth tokens). Those credentials are not declared or explained here.
Persistence & Privilege
always is false and the skill is user-invocable. The skill does not request permanent platform presence or attempt to modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gmail-send-email
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gmail-send-email 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated skill to use the gog CLI for sending emails via Gmail, instead of the GoogleWorkspace plugin. - Changed dependency from a plugin to the 'gog' binary. - Updated examples, usage, and expected output to reflect CLI-based email sending. - Revised description and schema to document the new approach.
v1.0.1
- Updated OS compatibility from "windows" to "all" in the skill metadata. - No changes made to functionality or usage.
v1.0.0
- Initial release of the Gmail Send Email skill. - Enables sending emails via the GoogleWorkspace plugin as an atomic, standardized node. - Incorporates Lean principles for efficiency and error detection. - Provides clear schema and example usage for sending an email. - Returns confirmation in JSON format with message ID upon successful send.
元数据
Slug gmail-send-email
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Gmail Send Email 是什么?

Atomic node skill to send an email via Gmail using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。

如何安装 Gmail Send Email?

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

Gmail Send Email 是免费的吗?

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

Gmail Send Email 支持哪些平台?

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

谁开发了 Gmail Send Email?

由 zvirb(@zvirb)开发并维护,当前版本 v1.0.2。

💬 留言讨论