← 返回 Skills 市场
zvirb

Gmail Draft Update Subject

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

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, strictly limited to updating the subject of a draft, preventing complex multi-field string constructions.
  • 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 Update Subject

This skill allows the agent to update the subject of an existing Gmail draft using the native CLI.

Cognitive Directives

WHEN [The subject of a Gmail draft needs to be set or updated] THEN [Execute the native terminal command gog gmail drafts update \x3CdraftId> --subject "..." --json]

Schema Example

{
  "command": "gog gmail drafts update draft_id_123 --subject \"Invoice\" --json"
}

Jidoka Validation Loop

  1. Try: Execute the command.
  2. Evaluate: Check the JSON response to confirm the subject was updated.
  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 draft was updated.

安全使用建议
This skill is narrowly focused and internally consistent, but before installing: (1) confirm what the 'gog' binary is, where it came from, and that you trust its publisher; (2) verify that gog is already installed and configured for the correct Gmail account (it likely performs its own OAuth/auth flow and stores credentials on disk); (3) test the example command manually to see what permissions and credentials are used and what the CLI does; (4) be aware that although the skill requests no env vars, the CLI may read local credentials/config files — ensure those are acceptable for the agent to use. If you can't verify gog's provenance or account configuration, treat the skill as higher risk.
功能分析
Type: OpenClaw Skill Name: gmail-draft-update-subject Version: 1.0.0 The skill is a straightforward utility designed to update the subject line of a Gmail draft using a CLI tool named 'gog'. The instructions in SKILL.md are focused, lack any signs of prompt injection or malicious intent, and do not attempt to exfiltrate data or execute unauthorized commands.
能力评估
Purpose & Capability
Name/description match the actual behavior: the SKILL.md instructs running a gog CLI command to update a Gmail draft subject. Requiring a gog binary is consistent with using a native CLI to talk to Gmail.
Instruction Scope
Instructions are narrowly scoped to executing `gog gmail drafts update <draftId> --subject ... --json` with a 3-retry loop and JSON validation. The SKILL.md does not instruct the agent to read unrelated files or env vars. It does not explain how authentication is obtained; it implicitly assumes the gog CLI is already authenticated.
Install Mechanism
No install spec and no code files (instruction-only) — nothing is written to disk by the skill itself, which is the lowest-risk install model.
Credentials
The skill requires no environment variables and lists only the gog binary. That is minimal and proportional — however, real Gmail access will depend on the gog CLI's own auth/config (not declared here), so the user should verify where gog stores credentials and which account it uses.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. It can be invoked autonomously (platform default), which is expected for skills, but that is not itself a red flag here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gmail-draft-update-subject
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gmail-draft-update-subject 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Gmail Draft Update Subject skill. - Enables updating the subject line of an existing Gmail draft via the native CLI. - Supports autonomous defect detection with a validation and retry loop (up to 3 times). - Delivers standardized commands and confirmation output in JSON format.
元数据
Slug gmail-draft-update-subject
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Gmail Draft Update Subject 是什么?

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

如何安装 Gmail Draft Update Subject?

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

Gmail Draft Update Subject 是免费的吗?

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

Gmail Draft Update Subject 支持哪些平台?

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

谁开发了 Gmail Draft Update Subject?

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

💬 留言讨论