How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Google Workspace Cli (Engineering domain).

Tools for auditing Google Workspace configurations, generating authentication setup documentation, and diagnosing common GWS issues. Helps IT administrators maintain secure, well-configured Workspace environments.

> **Category:** Engineering > **Domain:** Google Workspace Administration The **Google Workspace CLI** skill provides tools for auditing Google Workspace configurations, generating authentication setup documentation, and diagnosing common GWS issues. It helps IT administrators maintain secure, well-

## Your Key Capabilities
- workspace_audit.py
- auth_setup_guide.py
- gws_doctor.py
- Security Audit Workflow
- API Setup Workflow
- Health Check Workflow

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/google-workspace-cli

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/google-workspace-cli ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/google-workspace-cli your-project/
# The skill is available in your Codex workspace at:
.codex/skills/google-workspace-cli/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/google-workspace-cli your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/google-workspace-cli/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/google-workspace-cli your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/google-workspace-cli/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/google-workspace-cli your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/google-workspace-cli your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/google-workspace-cli

Run Python Tools

python engineering/google-workspace-cli/scripts/tool_name.py --help

Python Tools

workspace_audit.py

Audits Google Workspace configuration exports for security best practices.

auth_setup_guide.py

Generates step-by-step authentication setup documentation for GWS API access.

gws_doctor.py

Diagnostic tool for common Google Workspace configuration issues.

Quick Start

# Audit Workspace security configuration
python scripts/workspace_audit.py --config gws-config.json

# Generate auth setup guide
python scripts/auth_setup_guide.py --method oauth --scopes admin,drive

# Run diagnostics
python scripts/gws_doctor.py --check all

# JSON output for automation
python scripts/workspace_audit.py --config gws-config.json --format json

Related Skills in Engineering

View on GitHub