← 返回 Skills 市场
zvirb

Gmail Draft Send

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

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, strictly limited to sending an existing draft.
  • 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.

Gmail Draft Send

This skill allows the agent to send an existing Gmail draft using the native CLI.

Cognitive Directives

WHEN [An existing email draft needs to be sent] THEN [Execute the native terminal command gog gmail drafts send \x3CdraftId> --json]

Schema Example

{
  "command": "gog gmail drafts send draft_id_123 --json"
}

Jidoka Validation Loop

  1. Try: Execute the command.
  2. Evaluate: Check the JSON response to confirm the email was sent successfully.
  3. Correct/Fail: If it failed or hallucinated parameters, retry up to 3 times (max_retries=3).
  4. Proceed: Return the confirmation.

Expected Output

A JSON object confirming the email was sent successfully.

安全使用建议
This skill is narrowly focused and appears coherent, but it requires a local 'gog' CLI. Before installing or enabling it: 1) verify what 'gog' is and where it came from (package manager, vendor, path), 2) confirm how 'gog' authenticates to Gmail and where those credentials live (local OAuth tokens, config files), and 3) ensure you trust the 'gog' binary because the skill will run it with whatever permissions and credentials it already has. If you don't want an agent executing local binaries with your Gmail access, avoid enabling this skill or restrict it to manual/user-invoked use only.
功能分析
Type: OpenClaw Skill Name: gmail-draft-send Version: 1.0.0 The skill is a straightforward implementation for sending Gmail drafts using a CLI tool named 'gog'. The SKILL.md file contains clear, task-oriented instructions and cognitive directives that align with the stated purpose. There are no indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name, description, and runtime instructions all describe the single task: run a native CLI command to send a Gmail draft. Requiring a CLI binary (gog) is coherent with that purpose.
Instruction Scope
SKILL.md is narrowly scoped: it instructs the agent to run a single command 'gog gmail drafts send <draftId> --json', parse the JSON response, and retry up to 3 times on failure. It does not instruct reading unrelated files or exfiltrating data. However it grants the agent permission to execute an arbitrary local binary, so the trust boundary is the 'gog' executable and its local credentials/config.
Install Mechanism
Instruction-only skill with no install spec; nothing is written to disk by the skill itself. This is the lowest-risk install pattern.
Credentials
The skill declares no environment variables and no credentials, which is consistent for a CLI-driven action. But it implicitly relies on the 'gog' binary's own authentication (e.g., local OAuth tokens or configs). The skill does not document how 'gog' obtains Gmail credentials—verify where 'gog' stores/obtains auth tokens.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills. Autonomous invocation is allowed by platform default but not flagged here on its own.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gmail-draft-send
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gmail-draft-send 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Gmail Draft Send skill. - Provides a CLI-based atomic node to send existing Gmail drafts. - Ensures autonomous defect detection and retries failed attempts up to three times. - Returns a JSON confirmation upon successful sending. - Requires the gog binary on all operating systems.
元数据
Slug gmail-draft-send
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gmail Draft Send 是什么?

Atomic node skill to send an existing Gmail draft. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 47 次。

如何安装 Gmail Draft Send?

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

Gmail Draft Send 是免费的吗?

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

Gmail Draft Send 支持哪些平台?

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

谁开发了 Gmail Draft Send?

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

💬 留言讨论