← 返回 Skills 市场
zvirb

Google Calendar Find Event

作者 zvirb · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
61
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install google-calendar-find-event
功能描述
Atomic node skill to search for events in Google Calendar using the gog CLI.
使用说明 (SKILL.md)

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, broken down into its simplest, smallest component to eliminate waste and ensure perfection.
  • 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 search fails.

Google Calendar Find Event

This skill allows the agent to search for events in Google Calendar within a specific time range using the native CLI.

Cognitive Directives

WHEN [Requested to find events or check schedule for a specific period or subject] THEN [Execute the gog tool with the args parameter]

CRITICAL RULE: Do NOT use the --subject flag, it does not exist. To search for a specific title or subject, you MUST use the --query "Search Term" flag.

Schema Example

{
  "args": "calendar events primary --from \"2026-04-26T00:00:00Z\" --to \"2026-04-26T23:59:59Z\" --query \"Meeting Title\" --json"
}

Expected Output

A JSON array of event objects matching the criteria.

安全使用建议
This skill runs the local 'gog' CLI with the provided args to return calendar events as JSON. Before installing, ensure: (1) you trust the agent that will invoke this skill because it will use your existing 'gog' authentication (calendar access) on the host; (2) 'gog' is installed and authenticated to the correct Google account; (3) callers are restricted from supplying arbitrary 'args' if you want to limit the skill strictly to read-only calendar queries. If you need least privilege, consider using a dedicated, read-only account or service credentials with limited scope instead of broad personal credentials.
功能分析
Type: OpenClaw Skill Name: google-calendar-find-event Version: 1.0.3 The skill is a standard wrapper for the 'gog' CLI tool, designed to search Google Calendar events. It contains no executable code or suspicious instructions, and its behavior is strictly aligned with its stated purpose as described in SKILL.md.
能力评估
Purpose & Capability
The skill's name and description claim to search Google Calendar via the 'gog' CLI and the SKILL.md only requires the 'gog' binary and shows a calendar-specific args example — this is proportionate and expected.
Instruction Scope
The SKILL.md directs the agent to execute the 'gog' tool with an 'args' string (example: calendar events ... --json). This stays within the stated purpose, but the 'args' field is freeform; if the agent or caller supplies arbitrary args it could invoke other 'gog' commands beyond calendar reads. Practically, the skill itself doesn't instruct broad file reads or unrelated env access.
Install Mechanism
There is no install spec and no code files — the skill is instruction-only and relies on an existing 'gog' binary on PATH, which is the lowest-risk install model.
Credentials
The skill declares no required environment variables or credentials. This is consistent because 'gog' will use whatever local authentication/configuration is already present. Be aware this implicitly uses the user's existing gog auth (and thus Google account access) for calendar reads.
Persistence & Privilege
The skill does not request permanent presence (always=false), does not modify system or other skills' configs, and is user-invocable/autonomously invokable by default — which is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-calendar-find-event
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-calendar-find-event 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Added specific instruction not to use the `--subject` flag; clarified that searching by title/subject must use the `--query` flag. - Updated Cognitive Directives to include requests by subject, and adjusted usage examples. - Provided a corrected schema example demonstrating the `--query` usage for event title search.
v1.0.3
- Updated command usage instructions to use the gog tool with the args parameter instead of full CLI commands. - Revised schema example to reflect the new args-based approach. - Clarified cognitive directives for increased consistency.
v1.0.2
- Switched integration from the GoogleWorkspace plugin to the gog CLI for searching calendar events. - Updated requirements: now depends on the presence of the "gog" binary instead of a plugin. - Revised usage instructions: specifies terminal commands using the gog CLI. - Updated schema example and expected output to match new CLI integration.
v1.0.1
- Updated supported operating systems from "windows" to "all". - No functional changes; documentation update only.
v1.0.0
Google Calendar Find Event v1.0.0 - Initial release of an atomic skill to search for events in Google Calendar via the GoogleWorkspace plugin. - Supports searching within a specified time range using query, timeMin, and timeMax parameters. - Returns a JSON array of matching event objects. - Incorporates Lean principles for efficient, standardized, and autonomous error handling.
元数据
Slug google-calendar-find-event
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Google Calendar Find Event 是什么?

Atomic node skill to search for events in Google Calendar using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 61 次。

如何安装 Google Calendar Find Event?

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

Google Calendar Find Event 是免费的吗?

是的,Google Calendar Find Event 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Google Calendar Find Event 支持哪些平台?

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

谁开发了 Google Calendar Find Event?

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

💬 留言讨论