Agent Skills
› fcakyon/claude-codex-settings
› setup
setup
GitHub提供 GCloud MCP 配置与故障排查指南,涵盖身份认证、项目设置及权限问题修复,帮助用户快速解决 Google Cloud 集成错误。
Trigger Scenarios
ADC not found
gcloud auth error
GCloud MCP error
Application Default Credentials
project not set
Install
npx skills add fcakyon/claude-codex-settings --skill setup -g -y
SKILL.md
Frontmatter
{
"name": "setup",
"description": "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."
}
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.
Version History
- 9d0ce8b Current 2026-07-25 10:34


