Skills google-calendar

Read Google Calendar events via Google Workspace CLI through Platform Gateway.

install
source · Clone the upstream repo
git clone https://github.com/useopencompany/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/useopencompany/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/google-calendar" ~/.claude/skills/useopencompany-skills-google-calendar && rm -rf "$T"
manifest: google-calendar/SKILL.md
source content

Google Calendar (Compatibility Read-Only)

Compatibility alias for Google Workspace read actions.

Capabilities

  • List events (read-only)

Notes

  • Routed to provider
    gws
    .
  • Write/admin operations are intentionally unavailable.