运行时依赖
安装命令
点击复制技能文档
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 搜索 fAIls. Google Calendar Find Event
This 技能 allows the 代理 to 搜索 for 事件 in Google Calendar within a specific time range using the native 命令行工具.
Cognitive Directives
WHEN [请求ed to find 事件 or 检查 schedule for a specific period or subject] THEN [执行 the gog 工具 with the args parameter]
CRITICAL RULE: Do NOT use the --subject flag, it does not exist. To 搜索 for a specific title or subject, you MUST use the --查询 "搜索 Term" flag.
模式 Example { "args": "calendar 事件 primary --from \"2026-04-26T00:00:00Z\" --to \"2026-04-26T23:59:59Z\" --查询 \"Meeting Title\" --json" }
Expected 输出
A JSON array of event objects matching the criteria.