Google Calendar Delete Event

v1.0.2

Atomic node skill to delete a Google Calendar event using the gog CLI.

0· 74·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for zvirb/google-calendar-delete-event.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Google Calendar Delete Event" (zvirb/google-calendar-delete-event) from ClawHub.
Skill page: https://clawhub.ai/zvirb/google-calendar-delete-event
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required binaries: gog
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install google-calendar-delete-event

ClawHub CLI

Package manager switcher

npx clawhub@latest install google-calendar-delete-event
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsgog
latestvk97bpv941w2cx2nbg0ma1318z185nt2q
74downloads
0stars
3versions
Updated 1d ago
v1.0.2
MIT-0

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 <calendarId> <eventId>]

Schema Example

{
  "command": "gog calendar delete primary event_id_123"
}

Expected Output

Confirmation that the event was deleted.

Comments

Loading comments...