← Back to Skills Marketplace
zvirb

Google Calendar Update Event

by zvirb · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
81
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install google-calendar-update-event
Description
Atomic node skill to update 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 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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-calendar-update-event
  3. After installation, invoke the skill by name or use /google-calendar-update-event
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug google-calendar-update-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 Update Event?

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

How do I install Google Calendar Update Event?

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

Is Google Calendar Update Event free?

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

Which platforms does Google Calendar Update Event support?

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

Who created Google Calendar Update Event?

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

💬 Comments