What problem does it solve?
Setting up the Google Workspace CLI (gws) on a second machine or after a fresh OS install normally means repeating the entire Google Cloud project configuration. This Skill streamlines reinstallation by reusing the client_secret.json from a previous gws-setup, getting an authenticated CLI running quickly.
Core Features & Use Cases
- Credential Reuse: Accepts client_secret.json via pasted JSON, local file copy, or environment variables instead of requiring a new GCP project.
- Guided OAuth Flow: Handles the long multi-scope OAuth URL by extracting it to a file and opening it programmatically so it does not break in the terminal.
- Agent Skill Installation: Runs npx skills add to install 90+ Google Workspace skills into Claude Code, plus verification and troubleshooting steps.
- Use Case: You get a new laptop and want gws working with Gmail, Calendar, and Drive. Provide your existing client_secret.json and the Skill walks through install, authentication, and skill setup.
Quick Start
Install gws on this machine using my existing client_secret.json credentials and authenticate my Google account.