Setup
Skill fcakyon/claude-codex-settings/plugins/gcloud-tools/skills/setup
This skill should be used when user encounters "ADC not found", "gcloud auth error", "GCloud MCP error", "Application Default Credentials", "project not set", or needs help configuring GCloud integration.From its SKILL.md
npx -y skills add fcakyon/claude-codex-settings --skill setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 2 commands, including `gcloud auth application-default login` and 1 more.
SKILL.md
0.6 KB, 89 tokens by cl100k_base, as published. Nobody here has run it
GCloud Tools Setup
Run /gcloud-tools:setup to configure GCloud MCP.
Quick Fixes
- ADC not found - Run
gcloud auth application-default login - Project not set - Run
gcloud config set project PROJECT_ID - Permission denied - Check IAM roles in Cloud Console
Don't Need GCloud?
Disable via /mcp command to prevent errors.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.