← Back to Skills Marketplace
zvirb

Google Calendar Update Time

by zvirb · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
42
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install google-calendar-update-time
Description
Atomic node skill to exclusively update the start and end time of a Google Calendar event.
README (SKILL.md)

Lean Philosophy (Principles)

  • Kaizen (改善): This skill is an atomic node, strictly limited to updating ONLY the start and end times of an event, preventing schema hallucination and ensuring single-responsibility.
  • 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. You MUST evaluate the output to ensure the time was updated correctly.

Google Calendar Update Time

This skill allows the agent to update the start and end times of an existing event in Google Calendar using the native CLI. It does NOT update the title, location, or attendees.

Cognitive Directives

WHEN [The start or end time of an existing event needs to be modified or rescheduled] THEN [Execute the native terminal command gog calendar update \x3CcalendarId> \x3CeventId> --from "..." --to "..."]

Schema Example

{
  "command": "gog calendar update primary event_id_123 --from \"2026-04-28T10:00:00Z\" --to \"2026-04-28T11:00:00Z\" --json"
}

Jidoka Validation Loop

  1. Try: Execute the command.
  2. Evaluate: Check the JSON response to confirm start and end times match the requested strings.
  3. Correct/Fail: If it failed or hallucinated parameters, retry up to 3 times (max_retries=3) with the exact error.
  4. Proceed: Return the final valid JSON.

Expected Output

A JSON object confirming the updated event details with the new start and end times.

Usage Guidance
This skill is narrow and coherent, but before installing: verify the 'gog' CLI on the agent is from a trusted source and intentionally authenticated to the calendar you expect; confirm which account and scopes 'gog' has access to (tokens/config under your home directory or CLI config); consider testing on a non-production event/calendar first; and require explicit user consent before allowing the agent to run CLI commands that use existing credentials.
Capability Analysis
Type: OpenClaw Skill Name: google-calendar-update-time Version: 1.0.0 The skill is a well-structured, single-purpose tool designed to update Google Calendar event times using the 'gog' CLI. The instructions in SKILL.md are clear, align with the stated purpose, and do not contain any indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description state a single responsibility (update start/end times). The SKILL.md contains a single, specific command (gog calendar update ...) that aligns with that purpose. Requiring the 'gog' binary is coherent for a native-CLI approach.
Instruction Scope
Instructions are narrow and limited to invoking 'gog calendar update' and validating the returned JSON (including retries). However, the skill assumes the 'gog' CLI is present and authenticated; it does not describe authentication, token storage, or which calendar/event permissions are required. That implicit reliance means the agent will use whatever credentials/config the 'gog' client already has.
Install Mechanism
No install spec and no code files — instruction-only — so nothing is written to disk by the skill itself. This is lower-risk from an installation perspective.
Credentials
The skill declares no environment variables or config paths, which is reasonable for a thin wrapper around a CLI. Nonetheless, it implicitly depends on the CLI's stored credentials (OAuth tokens or config files) and therefore will access Google Calendar data if the CLI is already authenticated. The skill does not request unrelated secrets or extra credentials.
Persistence & Privilege
The skill is not always-enabled, does not request unusual platform privileges, and does not modify other skills or system-wide settings. Autonomous invocation is allowed but is the platform default; nothing in the skill requests elevated persistent privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install google-calendar-update-time
  3. After installation, invoke the skill by name or use /google-calendar-update-time
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Google Calendar Update Time skill: - Adds an atomic skill to update only the start and end time of an existing Google Calendar event. - Uses the `gog` CLI for precise, standardized updates. - Does not modify event title, location, or attendees. - Includes automatic error detection and validation to ensure accurate updates. - Returns a JSON object confirming the changes.
Metadata
Slug google-calendar-update-time
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Google Calendar Update Time?

Atomic node skill to exclusively update the start and end time of a Google Calendar event. It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Google Calendar Update Time?

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

Is Google Calendar Update Time free?

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

Which platforms does Google Calendar Update Time support?

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

Who created Google Calendar Update Time?

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

💬 Comments