Google Workspace Model Armor banner
Google Workspace Google Workspace

Google Workspace Model Armor

Security community Intermediate

Description

- [Prerequisites](#prerequisites) - [Installation](#installation) - [Quick Start](#quick-start) - [Why gws?](#why-gws) - [Authentication](#authentication) - [AI Agent Skills](#ai-agent-skills) - [Advanced Usage](#advanced-usage)

Installation

Terminal
claude install-skill https://github.com/googleworkspace/cli

README

gws

**One CLI for all of Google Workspace — built for humans and AI agents.**

Drive, Gmail, Calendar, and every Workspace API. Zero boilerplate. Structured JSON output. 40+ agent skills included.

[!NOTE] This is **not** an officially supported Google product.

npm install -g @googleworkspace/cli

`gws` doesn't ship a static list of commands. It reads Google's own [Discovery Service](https://developers.google.com/discovery) at runtime and builds its entire command surface dynamically. When Google Workspace adds an API endpoint or method, `gws` picks it up automatically.

[!IMPORTANT] This project is under active development. Expect breaking changes as we march toward v1.0.

Contents

    undefined

Prerequisites

    undefined

Installation

npm install -g @googleworkspace/cli

...