What problem does it solve? Working with the gws CLI across Google Workspace services requires consistent authentication setup, correct flag usage, and awareness of shell quoting pitfalls. This Skill centralizes those shared patterns so agents and users avoid repeated mistakes like mangled sheet ranges or leaked secrets. ## Core Features & Use Cases - Authentication Setup: Covers both browser-based OAuth login and service account credentials via GOOGLE_APPLICATION_CREDENTIALS. - Global Flags Reference: Documents output formats (json, table, yaml, csv), --dry-run validation, --sanitize content screening, and pagination controls like --page-all and --page-limit. - Shell Quoting Guidance: Explains how to handle zsh history expansion with sheet ranges like Sheet1!A1 and how to quote JSON payloads for --params and --json flags. - Use Case: An agent needs to read a Google Sheet range and paginate through Drive files; this Skill supplies the correct quoting, pagination flags, and safety rules before any command runs. ## Quick Start Ask the agent to read a Google Sheets range using the gws CLI with proper quoting and JSON output formatting.