From claude-commands
Guides teammates through secure cloud configuration, secrets management, and incident triage for Firebase, Gemini API, and other cloud integrations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-commands:cloud-ops-credential-guardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guide Claude in helping teammates configure and troubleshoot cloud integrations securely without exposing sensitive data.
Guide Claude in helping teammates configure and troubleshoot cloud integrations securely without exposing sensitive data.
.env configuration..env or platform secret managers..env.example for required variables; add new ones there before documenting publicly.serviceAccountKey.json under a secure, ignored path (see .gitignore).FIREBASE_PROJECT_ID in .env.ntpstat or timedatectl when auth tokens fail.GEMINI_API_KEY locally and in deployment secrets.TEST_MODE=mock../claude_mcp.sh or ./start_game_mcp.sh after confirming .env values../kill_dev_server.sh to reset stale sockets before re-authenticating.latest_ci_logs.txt or service console.grep KEY_NAME .env
ls -al ~/.config/gcloud
firebase login:list
.env), emphasizing not to paste secrets into chat..env entries..gitignore contains credential files before advising users to create them.docs/security/ and README.md#configuration for full policies.npx claudepluginhub jleechanorg/claude-commands --plugin claude-commandsDiscovers, classifies, protects, and governs API keys, tokens, secrets across code, git history, containers, CI/CD, VPS, and providers like OpenAI, AWS, GCP, Azure, Stripe. Enforces rotation, least privilege, and governance.
Interactively sets up GCP Cloud Build + Cloud Run infrastructure. Provisions APIs, Artifact Registry, service accounts, IAM, secrets, and triggers with security best practices.
Scans projects for exposed secrets, recommends management providers, sets up secret storage and injection into CI/CD/deployments, audits configurations for infrastructure.