
Google Workspace CLI
Google Workspace CLI is a unified command-line tool that provides access to all Google Workspace services (Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin) through a single interface, with built-in AI agent skills and dynamic command generation.
https://github.com/googleworkspace/cli?ref=producthunt

Informations sur le produit
Mis à jour:Mar 16, 2026
Qu'est-ce que Google Workspace CLI
Google Workspace CLI (gws) is an open-source command-line interface that enables users to interact with all Google Workspace services directly from their terminal, eliminating the need for multiple browser tabs or custom API integrations. Built with Rust and distributed as a Node.js package, it offers a streamlined way to automate Workspace tasks through command-line operations. While not an officially supported Google product, it provides comprehensive access to Google Workspace APIs with features like OAuth authentication, structured JSON output, and built-in AI agent capabilities.
Caractéristiques principales de Google Workspace CLI
Google Workspace CLI (gws) is a unified command-line tool that provides seamless access to all Google Workspace services including Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin. It dynamically builds its command surface from Google's Discovery Service, offers structured JSON output for AI agent integration, includes 100+ pre-built agent skills, and supports multiple authentication workflows. The tool simplifies automation and management of Google Workspace services through a single command-line interface, making it ideal for both human users and AI agents.
Dynamic Command Generation: Automatically builds commands from Google's Discovery Service, ensuring up-to-date access to all API endpoints without manual updates
AI Agent Integration: Includes 100+ pre-built agent skills and provides structured JSON output, making it easy for AI agents to interact with Google Workspace services
Flexible Authentication: Supports multiple authentication workflows including interactive desktop, browser-assisted, headless/CI, and service account authentication
Helper Commands: Provides hand-crafted helper commands (prefixed with '+') for common workflows across different services, simplifying complex operations
Cas d'utilisation de Google Workspace CLI
Enterprise Automation: Automate routine tasks like email management, document creation, and calendar scheduling across an organization using scripts and AI agents
Development Integration: Integrate Google Workspace services into development workflows and CI/CD pipelines for automated testing and deployment
Personal Productivity: Streamline personal workflow management through command-line access to emails, calendar, and documents without switching between browser tabs
AI Assistant Development: Build AI assistants that can interact with Google Workspace services using structured JSON outputs and pre-built agent skills
Avantages
Unified interface for all Google Workspace services
Automatic updates through Discovery Service integration
Rich support for AI agent integration with structured outputs
Inconvénients
Project is still under active development with potential breaking changes
Requires technical knowledge to set up and use effectively
OAuth scope limitations for unverified apps in testing mode
Comment utiliser Google Workspace CLI
Install Google Workspace CLI: Run 'npm install -g @googleworkspace/cli' in your terminal to install the CLI globally
Set up authentication: Run 'gws auth setup' which will walk you through creating a Google Cloud project and enabling necessary APIs. If you don't have gcloud CLI, you'll need to set up OAuth credentials manually in Google Cloud Console.
Log in to your Google account: Run 'gws auth login' to authenticate. This will open a browser window for you to sign in to your Google account and grant permissions.
Select required API scopes: During login, choose which Google Workspace APIs you need access to (e.g., 'gws auth login -s drive,gmail,sheets' for specific services)
Test the connection: Try a simple command like 'gws drive files list --params '{"pageSize": 5}'' to verify everything is working
Learn basic commands: Use helper commands prefixed with '+' for common tasks. For example: 'gws gmail +send' to send emails, 'gws drive +upload' for file uploads, 'gws calendar +agenda' to see upcoming events
Handle pagination: Use --page-all flag to auto-paginate results, --page-limit <N> to set max pages, and --page-delay <MS> to set delay between pages
Work with Google Sheets: Always use single quotes when specifying sheet ranges, e.g. 'gws sheets spreadsheets values get --params '{"spreadsheetId": "ID", "range": "Sheet1!A1:C10"}'
Enable debug logging (optional): Set GOOGLE_WORKSPACE_CLI_LOG environment variable for debug output, e.g. 'export GOOGLE_WORKSPACE_CLI_LOG=gws=debug'
Install AI agent skills (optional): Run 'npx skills add https://github.com/googleworkspace/cli' to install all agent skills, or install specific ones like 'npx skills add https://github.com/googleworkspace/cli/tree/main/skills/gws-drive'
FAQ de Google Workspace CLI
Google Workspace CLI (gws) is a command-line tool that provides unified access to all Google Workspace services including Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin. It dynamically builds its command surface from Google's Discovery Service and includes AI agent skills. It's designed for both human users and AI agents to interact with Google Workspace services.
Vidéo de Google Workspace CLI
Articles populaires

Guide de déploiement d'OpenClaw : Comment auto-héberger un véritable agent d'IA (Mise à jour 2026)
Mar 10, 2026

Tutoriel Atoms 2026 : Créez un tableau de bord SaaS complet en 20 minutes (AIPURE Prise en main)
Mar 2, 2026

Outils d'IA les plus populaires de 2025 | Mise à jour 2026 par AIPURE
Feb 10, 2026

Moltbook AI : Le premier réseau social d'agents d'IA pure de 2026
Feb 5, 2026







