Skills google-workspace

Read Google Workspace data (Gmail, Calendar, Drive) via the 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-workspace" ~/.claude/skills/useopencompany-skills-google-workspace && rm -rf "$T"
manifest: google-workspace/SKILL.md
source content

Google Workspace (Read-Only)

This skill uses the Google Workspace CLI backend for read operations.

Required setup

  • Install CLI:
    • npm i -g @googleworkspace/cli
  • Optional skills install reference:
    • npx skills add github:googleworkspace/cli

Available actions

  • Gmail: list/get messages
  • Calendar: list events
  • Drive: list files

Constraints

  • Read-only actions only.
  • Gateway allowlist blocks write verbs at runtime.