skills/managing-calendar/SKILL.md
Use for any calendar work - scheduling meetings, finding free time, searching for events, auditing 1:1s, checking availability, or managing recurring meetings.
npx skillsauth add lox/manager-os managing-calendarInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manages Google Calendar via the gog CLI.
Run gog calendar --help and gog calendar <subcommand> --help to discover available commands and flags. The CLI is well-documented.
# List events (today)
gog calendar events --today --json
# List events in a date range
gog calendar events --from 2026-03-01 --to 2026-03-07 --json
# Search events
gog calendar search "standup" --json
# Single event details
gog calendar event <calendarId> <eventId> --json
# Free/busy check
gog calendar freebusy <calendarIds> --from 2026-03-01 --to 2026-03-07 --json
# Find conflicts
gog calendar conflicts --from 2026-03-01 --to 2026-03-07 --json
# Create an event
gog calendar create <calendarId> --title "1:1 with Alice" --start "2026-03-05T10:00:00" --end "2026-03-05T10:30:00"
# Update an event
gog calendar update <calendarId> <eventId> --title "New Title"
# Delete an event
gog calendar delete <calendarId> <eventId>
_YYYYMMDD... suffix = recurring series instance--json for machine-readable outputtools
Read Slack messages, threads, and channels via CLI. Use when asked to view Slack URLs, search Slack, or look up Slack users.
documentation
Manage Notion pages, databases, and comments from the command line. Search, view, create, and edit content in your Notion workspace.
testing
Use for questions about people, teams, or relationships. Record source notes, reconcile durable memory, create relationships, and query the knowledge graph. Handles sensitive HR data with privacy labels.
content-media
Query Granola meeting notes and transcripts. Use when asked about meeting content, action items, or what was discussed.