gws-cli-setup

Automates Google Workspace CLI installation and OAuth configuration with verification.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bagelcode-gamestudio/claude-plugins --skill gws-cli-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gws-cli-setup
Source: https://github.com/bagelcode-gamestudio/claude-plugins/tree/main/plugins/gws-cli-setup/skills/gws-cli-setup
Command: npx skills add https://github.com/bagelcode-gamestudio/claude-plugins --skill gws-cli-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end setup of the Google Workspace CLI, including installation and OAuth configuration.

Core Features & Use Cases

  • Environment detection, dependency verification, and installation of the GWS CLI.
  • Guided OAuth setup with step-by-step handoff for corporate Google Workspace accounts.
  • Final verification to ensure the CLI is ready for use in development or CI.

Quick Start

Run the onboarding to install and configure the GWS CLI for your Google Workspace account.

Frequently Asked Questions about gws-cli-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Workspace CLI setup for new machines and CI runners?

Automating Google Workspace CLI setup requires a repeatable process for environment detection, dependency verification, npm-based installation, and OAuth client handling to ensure the CLI is ready for development or CI.

How does OAuth configuration work for the GWS CLI on corporate accounts?

OAuth configuration for the GWS CLI involves a guided step-by-step handoff for corporate Google Workspace accounts, managing the OAuth client setup to authenticate the CLI for your specific domain.

Do I need npm to install the Google Workspace CLI?

Yes, you need npm to perform the Google Workspace CLI installation. The setup process enforces dependency verification and uses npm-based installation to ensure the environment is properly configured.

What's the best way to verify a GWS CLI installation is ready for use?

The best way to verify a GWS CLI installation is to run a final verification step. This ensures the CLI is fully configured, dependencies are met, and OAuth authentication is successfully established.

Can I use this Google Workspace CLI setup for developer onboarding workflows?

Yes, you can use this setup for developer onboarding workflows. It applies to developers and IT operations needing a repeatable GWS CLI setup, automating the end-to-end installation and OAuth configuration.

Why does GWS CLI setup require environment detection and dependency verification?

GWS CLI setup requires environment detection and dependency verification to enforce a stable installation. This prevents configuration errors by ensuring the target machine meets all prerequisites before npm installation and OAuth handling.