con un clic
calendar
View and manage Google Calendar events
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
View and manage Google Calendar events
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Check and manage Gmail inbox
Create and manage notes in Notion
Search the web for information using Exa
Review code for bugs, security issues, performance problems, and style. Accepts a file path, diff, or inline code snippet.
Generate a conventional commit message from staged changes or a diff. Follows Conventional Commits spec (feat/fix/chore/refactor/docs/test/perf/ci).
Structured debugging session. Accepts an error message, stack trace, or description of unexpected behaviour. Works through reproduce → isolate → hypothesize → verify → fix.
| name | calendar |
| description | View and manage Google Calendar events |
| argument-hint | ["today|tomorrow|week|add \"event\""] |
| allowed-tools | bash, googlecalendar |
Manage calendar events based on the command: $ARGUMENTS
View today's events:
connectors run googlecalendar events list --today
View tomorrow's events:
connectors run googlecalendar events list --tomorrow
View this week's events:
connectors run googlecalendar events list --week
Add an event: Parse the event details from the arguments and create the event:
connectors run googlecalendar events create "Event Title" --start "2025-01-31T10:00:00" --end "2025-01-31T11:00:00"
Present events in a clean list:
For conflicts or busy periods, highlight them.