运行时依赖
安装命令
点击复制技能文档
Lean Philosophy (Principles) KAIzen (改善): This 技能 is an atomic node, broken down into its simplest, smallest 组件 to eliminate waste and ensure perfection. Standardized Work (Hyojun Sagyo): This node represents the most efficient, standardized path for this specific task before 自动化. Jidoka (自働化): This node includes autonomous defect 检测ion. It relies on the 命令行工具's self-healing loop and will 报告 errors if the creation fAIls. Google Calendar 创建 Event
This 技能 allows the 代理 to 创建 a new event in Google Calendar using the native 命令行工具.
Cognitive Directives
WHEN [A new event needs to be scheduled or 创建d in the calendar] THEN [执行 the gog 工具 with the args parameter]
CRITICAL RULE: Do NOT use the --title, --启动, or --end flags. They do not exist. You MUST use --summary for the title, and --from and --to for the time bounds. The time MUST be in RFC3339 格式化 or relative (e.g. "tomorrow 16:00").
模式 Example { "args": "calendar 创建 primary --summary \"New 同步 Meeting\" --from \"2026-04-26T10:00:00Z\" --to \"2026-04-26T11:00:00Z\" --json" }
Expected 输出
A JSON object confirming the 创建d event detAIls.