← 返回 Skills 市场
77
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install google-calendar-delete-event
功能描述
Atomic node skill to delete 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 deletion fails.
Google Calendar Delete Event
This skill allows the agent to delete an event from Google Calendar using the native CLI.
Cognitive Directives
WHEN [An event needs to be removed or deleted from the calendar]
THEN [Execute the native terminal command gog calendar delete \x3CcalendarId> \x3CeventId>]
Schema Example
{
"command": "gog calendar delete primary event_id_123"
}
Expected Output
Confirmation that the event was deleted.
安全使用建议
This skill is narrowly focused and appears coherent, but before installing: (1) confirm the gog binary on your system is the official CLI and you trust its source; (2) remember the skill will use whatever credentials gog already has—ensure those tokens are scoped appropriately and that you want the agent able to delete events; (3) review agent permissions for running shell commands (the agent will execute gog in your environment); (4) because the package has no homepage and an unknown source, prefer testing on a disposable/test calendar first and audit gog's auth/config if you have concerns.
功能分析
Type: OpenClaw Skill
Name: google-calendar-delete-event
Version: 1.0.2
The skill is a straightforward wrapper for the 'gog' CLI tool to delete Google Calendar events. It contains no suspicious code, obfuscation, or malicious instructions, and its logic is strictly limited to the stated purpose of calendar management as described in SKILL.md.
能力评估
Purpose & Capability
Name/description match the runtime instruction to run 'gog calendar delete <calendarId> <eventId>'. Requiring the gog binary is appropriate for this narrow task. The skill does not request unrelated binaries or credentials.
Instruction Scope
SKILL.md only instructs execution of a single CLI command and expected output; it does not direct reading unrelated files, exfiltrating data, or contacting unexpected endpoints. The only implicit dependency is that the local gog CLI is already authenticated.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or written to disk by the skill itself—this is the lowest-risk install model.
Credentials
The skill declares no env vars, which is proportionate, but it implicitly relies on whatever credentials/configuration the local gog CLI has (OAuth tokens or local config). That is expected for a CLI-based operation but worth noting because deletion will use those existing credentials.
Persistence & Privilege
The skill does not request persistent presence (always:false), does not modify other skills or system-wide settings, and is user-invocable. Autonomous invocation is allowed by platform default but not excessive here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install google-calendar-delete-event - 安装完成后,直接呼叫该 Skill 的名称或使用
/google-calendar-delete-event触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Switched from using the GoogleWorkspace plugin to the gog CLI for deleting Google Calendar events.
- Updated dependencies: now requires the "gog" binary instead of the plugin.
- Revised description, schema, and usage examples to reflect the new CLI approach.
- Updated documentation to match the new command syntax and output.
v1.0.1
- Expanded OS support from Windows to all platforms.
- No other changes to functionality or schema.
v1.0.0
- Initial release of the Google Calendar Delete Event skill.
- Enables agents to delete specific calendar events using the Google Workspace plugin.
- Adheres to lean philosophy principles for efficiency and defect handling.
- Requires the google-workspace-plugin for operation.
- Expects an event ID as input and returns a confirmation of deletion.
元数据
常见问题
Google Calendar Delete Event 是什么?
Atomic node skill to delete a Google Calendar event using the gog CLI. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 77 次。
如何安装 Google Calendar Delete Event?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install google-calendar-delete-event」即可一键安装,无需额外配置。
Google Calendar Delete Event 是免费的吗?
是的,Google Calendar Delete Event 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Google Calendar Delete Event 支持哪些平台?
Google Calendar Delete Event 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Google Calendar Delete Event?
由 zvirb(@zvirb)开发并维护,当前版本 v1.0.2。
推荐 Skills