π¦ ClawHub
Google Calendar Create Event
by @zvirb
Atomic node skill to create a Google Calendar event using the gog CLI.
TERMINAL
clawhub install google-calendar-create-eventπ About This Skill
name: Google Calendar Create Event description: Atomic node skill to create a Google Calendar event using the gog CLI. os: all requires: bins: - gog
Lean Philosophy (Principles)
Google Calendar Create Event
This skill allows the agent to create a new event in Google Calendar using the native CLI.
Cognitive Directives
WHEN [A new event needs to be scheduled or created in the calendar] THEN [Execute thegog tool with the args parameter]CRITICAL RULE: Do NOT use the --title, --start, or --end flags. They do not exist. You MUST use --summary for the title, and --from and --to for the time bounds. The time MUST be in RFC3339 format or relative (e.g. "tomorrow 16:00").
Schema Example
{
"args": "calendar create primary --summary \"New Sync Meeting\" --from \"2026-04-26T10:00:00Z\" --to \"2026-04-26T11:00:00Z\" --json"
}