# Google Workspace

> Read Google Workspace data (Gmail, Calendar, Drive) via the Google Workspace CLI through Platform Gateway.

- Skill: `useopencompany/google-workspace` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add useopencompany/google-workspace`
- Raw SKILL.md: https://api.skillmd.com/api/skills/useopencompany/google-workspace/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: useopencompany (https://skillmd.com/u/useopencompany)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/useopencompany/google-workspace

---


# 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.

