Content Preview
# Google Workspace CLI Troubleshooting Common errors, fixes, and platform-specific guidance for the `gws` CLI. --- ## Installation Issues ### gws not found on PATH **Error:** `command not found: gws` **Fixes:** ```bash # Check if installed npm list -g @anthropic/gws 2>/dev/null || echo "Not installed via npm" which gws || echo "Not on PATH" # Install via npm npm install -g @anthropic/gws # If npm global bin not on PATH export PATH="$(npm config get prefix)/bin:$PATH" # Add to ~/.zshrc or
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/troubleshooting.md \
https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/google-workspace-cli/references/troubleshooting.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/alirezarezvani/claude-skillsThen reference at engineering-team/google-workspace-cli/references/troubleshooting.md
Related Skills
troubleshooting-guide
Troubleshooting Guide Generator Command
commandstroubleshootingguide
by qdhenry · claude-command-suite
troubleshooting-guide-creator
This skill provides automated assistance for troublesh
troubleshooting-guide-creatortroubleshootingguidecreator
by jeremylongshore · plugins-plus-skills
linux-troubleshooting
Linux system troubleshooting workflow for diagnosing and resolving system issues, performance problems, and service failures.
infrastructurelinuxtroubleshooting
by sickn33 (Antigravity) · antigravity-awesome-skills
sentry-advanced-troubleshooting
Execute advanced Sentry troubleshooting techniques.
sentry-advanced-troubleshootingsentryadvancedtroubleshooting
by jeremylongshore · plugins-plus-skills