← 返回
未分类 中文

Gmail Draft Initialize

Atomic node skill to initialize a Gmail draft with recipients.
原子节点技能,初始化带有收件人的 Gmail 草稿。
zvirb zvirb 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 302
下载
💾 1
安装
1
版本
#latest

概述

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, strictly limited to initializing a draft with recipients, 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. It relies on the CLI's self-healing loop and will report errors if the initialization fails.

Gmail Draft Initialize

This skill allows the agent to create a new, empty email draft in Gmail with specified recipients. It does NOT set the subject or body (use the dedicated update skills for those).

Cognitive Directives

WHEN [A new email needs to be drafted]

THEN [Execute the native terminal command gog gmail drafts create --to "..." --json]

Schema Example

{
  "command": "gog gmail drafts create --to \"example@gmail.com\" --json"
}

Jidoka Validation Loop

  1. Try: Execute the command.
  2. Evaluate: Check the JSON response to confirm the draft ID is returned.
  3. Correct/Fail: If it failed or hallucinated parameters, retry up to 3 times (max_retries=3) with the exact error.
  4. Proceed: Return the final draft ID for subsequent update steps.

Expected Output

A JSON object confirming the draft was created and returning the draftId.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 01:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 940 📥 188,416
ai-agent

Google Calendar Create Event

zvirb
使用 gog CLI 创建 Google 日历事件的原子节点技能。
★ 0 📥 631
office-efficiency

Excel / XLSX

ivangdavila
创建、检查和编辑 Microsoft Excel 工作簿及 XLSX 文件,支持可靠的公式、日期、类型、格式、重算及模板保留功能。
★ 407 📥 151,933