← Back to Skills Marketplace
zvirb

Google Calendar Delete Event

by zvirb · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
77
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install google-calendar-delete-event
Description
Atomic node skill to delete a Google Calendar event using the gog CLI.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-calendar-delete-event
  3. After installation, invoke the skill by name or use /google-calendar-delete-event
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug google-calendar-delete-event
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Google Calendar Delete Event?

Atomic node skill to delete a Google Calendar event using the gog CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.

How do I install Google Calendar Delete Event?

Run "/install google-calendar-delete-event" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Google Calendar Delete Event free?

Yes, Google Calendar Delete Event is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Google Calendar Delete Event support?

Google Calendar Delete Event is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Google Calendar Delete Event?

It is built and maintained by zvirb (@zvirb); the current version is v1.0.2.

💬 Comments