← 返回 Skills 市场
zvirb

Google Calendar Create Event

作者 zvirb · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
57
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install google-calendar-create-event
功能描述
Atomic node skill to create a Google Calendar event 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 creation fails.

Google Calendar Create Event

This skill allows the agent to create a new event in Google Calendar using the native CLI.

Cognitive Directives

WHEN [A new event needs to be scheduled or created in the calendar] THEN [Execute the gog tool with the args parameter]

CRITICAL RULE: Do NOT use the --title, --start, 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 format or relative (e.g. "tomorrow 16:00").

Schema Example

{
  "args": "calendar create primary --summary \"New Sync Meeting\" --from \"2026-04-26T10:00:00Z\" --to \"2026-04-26T11:00:00Z\" --json"
}

Expected Output

A JSON object confirming the created event details.

安全使用建议
This skill is small and coherent, but check two things before installing: (1) Confirm the gog CLI on the agent host is the legitimate tool you expect and that its Google credentials (OAuth tokens/config files) are scoped appropriately — the skill will use whatever gog has access to. (2) Review how your agent runtime constructs and executes the supplied 'args' to avoid CLI injection: prefer structured argument passing (not raw shell concatenation) or add input validation/escaping. If you need tighter control, test in a sandbox account or restrict the agent's permission to call this skill autonomously.
功能分析
Type: OpenClaw Skill Name: google-calendar-create-event Version: 1.0.3 The skill is a straightforward wrapper for the 'gog' CLI tool to create Google Calendar events. The documentation in SKILL.md and metadata in _meta.json are consistent with the stated purpose and contain no malicious instructions, suspicious execution patterns, or data exfiltration attempts.
能力评估
Purpose & Capability
The skill's name and description state it will create Google Calendar events using the gog CLI and the SKILL.md requires the gog binary and instructs usage of 'gog ... args'. Requiring the gog binary is appropriate and proportionate to the stated purpose.
Instruction Scope
Instructions are minimal and stay within purpose (execute gog with provided args). They do not read files, env vars, or external endpoints. However, the SKILL.md gives the agent freedom to construct arbitrary CLI arguments and contains no guidance on input validation or escaping, which could lead to unintended CLI argument injection depending on how the agent runtime builds/executes the command.
Install Mechanism
No install spec and no code files — instruction-only skill. This is the lowest-risk install model; nothing is written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials. Note: the gog CLI itself typically uses local Google auth/config (OAuth tokens or config files). The skill does not request those explicitly, so it will operate with whatever credentials are already present for gog in the agent environment.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skills/configuration. Autonomous invocation is allowed (platform default) but not a special privilege granted by the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install google-calendar-create-event
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /google-calendar-create-event 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Added a critical rule clarifying correct CLI argument usage: use --summary (not --title) for the event title, and --from/--to (not --start/--end) for time bounds. - Specified that time values must be in RFC3339 format or a supported relative format. - No changes to core functionality; documentation update only.
v1.0.3
- Updated command usage to specify passing arguments via the `args` parameter instead of the full command. - Modified schema example to reflect use of `args` for invoking the `gog` tool. - Updated cognitive directive instructions to match the new argument passing method.
v1.0.2
- Switched from using the GoogleWorkspace plugin to the native gog CLI for event creation. - Updated requirements to depend on the gog binary instead of the plugin. - Revised usage instructions and schema to reflect the CLI command format. - Updated expected output and descriptions to match the CLI approach.
v1.0.1
- Expanded operating system compatibility from Windows-only to all operating systems. - No changes to functionality or usage.
v1.0.0
- Initial release of the Google Calendar Create Event skill. - Enables creation of Google Calendar events using the google-workspace-plugin. - Includes lean principles: Kaizen (atomic node), standardized work, and autonomous defect detection. - Provides clear usage schema and expected JSON output.
元数据
Slug google-calendar-create-event
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Google Calendar Create Event 是什么?

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

如何安装 Google Calendar Create Event?

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

Google Calendar Create Event 是免费的吗?

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

Google Calendar Create Event 支持哪些平台?

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

谁开发了 Google Calendar Create Event?

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

💬 留言讨论