March 5, 2026 Doppio.ai Team

New Skill: Google Workspace CLI

googleworkspacegmaildrivesheetscalendarintegration

We’ve added a new integration skill to the directory: Google Workspace CLI from Google. This brings unified access to all Google Workspace services directly into Claude Code.

What is Google Workspace CLI?

The gws CLI provides a single command-line interface for every Google Workspace API. Instead of maintaining a static command list, it dynamically builds its interface by reading Google’s Discovery Service at runtime — automatically picking up new APIs as Google adds them.

Supported Services

  • Google Drive - File management, uploads, sharing
  • Gmail - Read, send, and manage emails
  • Google Calendar - Events, scheduling, availability
  • Google Sheets - Spreadsheet operations and data manipulation
  • Google Docs - Document creation and editing
  • Google Chat - Messaging and spaces
  • Google Admin - User and organization management
  • Plus every other Workspace API via Discovery Service

Key Features

  • Structured JSON output - Machine-readable responses for automation
  • Auto-pagination - Streaming results as NDJSON for large datasets
  • Dry-run mode - Preview requests before execution
  • Multipart file uploads - For Drive and Docs
  • Multiple auth methods - OAuth, service accounts, and tokens
  • Encrypted credentials - Stored securely using OS keyrings

AI Agent Integration

This is where it gets powerful. The CLI includes:

  • 100+ agent skills - One per API, covering every Workspace service
  • 50+ curated recipes - Higher-level workflows for common tasks
  • MCP server - Model Context Protocol support for Claude, Gemini, and other MCP-compatible clients
  • Workflow helpers - Abstractions that combine multiple API calls into single operations

Get Started

Install the CLI globally and add the skills:

npm i -g @googleworkspace/cli
npx skills add github:googleworkspace/cli

Once installed, Claude Code can interact with your Google Workspace — reading emails, managing files, creating documents, and automating workflows across all Google services.

Browse the Google Workspace CLI skill in the directory for more details.

Featured Skills