← 返回 Skills 市场
81
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install google-calendar-update-event
功能描述
Atomic node skill to update 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 update fails.
Google Calendar Update Event
This skill allows the agent to update an existing event in Google Calendar using the native CLI.
Cognitive Directives
WHEN [An existing event needs to be modified or rescheduled]
THEN [Execute the native terminal command gog calendar update \x3CcalendarId> \x3CeventId> --summary "..." --from "..." --to "..."]
Schema Example
{
"command": "gog calendar update primary event_id_123 --summary \"Updated Sync Meeting\" --json"
}
Expected Output
A JSON object confirming the updated event details.
安全使用建议
This skill will run the local 'gog calendar update' command to modify events. Before installing, verify you trust the agent and that the gog CLI is installed and intentionally authenticated to the Google account you expect (gog stores credentials/config outside the skill). Consider: (1) testing with a non-critical calendar/event first, (2) verifying the gog config path and scopes the CLI has access to, and (3) restricting agent permissions or making the skill user-invocable only if you want explicit consent before each calendar change.
功能分析
Type: OpenClaw Skill
Name: google-calendar-update-event
Version: 1.0.2
The skill is a straightforward wrapper for the 'gog' CLI tool to update Google Calendar events. The SKILL.md file provides clear, task-aligned instructions and schema examples without any evidence of malicious intent, data exfiltration, or suspicious command execution.
能力评估
Purpose & Capability
Name, description, and runtime instructions all describe updating a Google Calendar event using the gog CLI; the only declared runtime requirement is the gog binary, which matches the stated purpose.
Instruction Scope
SKILL.md instructs a single atomic CLI call (gog calendar update ...) and does not request reading other files or unrelated environment variables. However, it does not mention that the gog CLI must be authenticated/authorized to access Google Calendar, which is an important implicit precondition.
Install Mechanism
Instruction-only skill with no install spec or downloads; lowest-risk installation footprint (nothing written to disk by the skill itself).
Credentials
The skill declares no environment variables or credentials. This is reasonable because the gog CLI likely uses the user's existing auth/config. Still, the lack of any explicit mention of required OAuth credentials or config paths means users might be surprised that the agent can perform calendar changes if gog is already authenticated.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent inclusion or modify other skills. Autonomous invocation is allowed by default but not a special privilege here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-calendar-update-event - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-calendar-update-event触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
**Summary: Switched from plugin-based to CLI-based event updates.**
- Now uses the native gog CLI instead of the google-workspace-plugin for updating events.
- Updated skill requirements to depend on the 'gog' binary.
- Modified cognitive directives and schema example to reflect CLI command usage.
- Clarified expected output for consistency with the new workflow.
v1.0.1
- Expanded OS support from Windows-only to all operating systems.
- No other functional changes.
v1.0.0
- Initial release of the Google Calendar Update Event skill.
- Enables updating details of an existing Google Calendar event using the GoogleWorkspace plugin.
- Follows lean principles: atomic, standardized task execution, and error reporting.
- Requires the google-workspace-plugin for operation.
- Outputs a JSON confirmation upon successful event update.
元数据
常见问题
Google Calendar Update Event 是什么?
Atomic node skill to update a Google Calendar event using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Google Calendar Update Event?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-calendar-update-event」即可一键安装,无需额外配置。
Google Calendar Update Event 是免费的吗?
是的,Google Calendar Update Event 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Calendar Update Event 支持哪些平台?
Google Calendar Update Event 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Calendar Update Event?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.2。
推荐 Skills