Install
$ agentstack add skill-fmind-dot-gcloud ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Google Cloud CLI
Use gcloud for bounded account, project, IAM, API, billing, logging, and audit operations. [cloud-run](../cloud-run/SKILL.md) owns deployment, [infra-as-code](../infra-as-code/SKILL.md) owns provisioned infrastructure, and [incident-response](../incident-response/SKILL.md) owns a live outage.
Defaults
Google Cloud is the default cloud for Fmind projects, with europe-west1 unless the project says otherwise. Prefer Cloud Run for services; use GKE only when the project explicitly adopts Kubernetes. Existing project choices take precedence.
Workflow
- Resolve identity and scope: inspect the named configuration, account, project, and billing project; never activate another configuration just to make a command work.
``bash gcloud config configurations list --format=json gcloud config configurations describe --format=json gcloud config get auth/impersonate_service_account --configuration gcloud config get auth/access_token_file --configuration gcloud projects describe --format=json ``
- Pin every consequential call: pass
--configuration,--account,--project, and--billing-project(plus--impersonate-service-accountfor an approved chain) so terminal defaults cannot redirect the operation. - Start read-only: describe the resource, IAM policy, enabled services, billing linkage, quotas, and logs, bounded by project, resource, and time window.
- Plan the mutation: state the resource, before and after state, permissions, cost or quota impact, rollback, and verification command; API enablement, IAM, billing, deletion, and production changes need explicit authority.
- Apply minimally and verify: change only the named resource, then re-read it and its operation or audit status; separate local configuration, accepted request, completed operation, and user-visible outcome.
Gotchas
--quietis not authority: it suppresses prompts; it neither makes an operation safe nor approves it.- Overrides replace the account:
CLOUDSDK_AUTH_IMPERSONATE_SERVICE_ACCOUNT,CLOUDSDK_AUTH_ACCESS_TOKEN_FILE, and--impersonate-service-accountchange the effective principal; prove which is active first. - Failures are findings: on an auth, permission, or quota error report the missing principal, denied permission, or exhausted quota; do not switch configurations, broaden IAM, create keys, or move spend to another project.
Official Skills
Upstream: google/skills (skills/cloud), listed and installed through [Google catalog](../google-developer/SKILL.md); its CLI guardrail skill applies to every gcloud call.
Documentation
- gcloud reference · Authorize the gcloud CLI
- Releases: gcloud release notes
- Companion skills: [Google catalog](../google-developer/SKILL.md) (which upstream skill), [cloud-run](../cloud-run/SKILL.md) (deploy), [infra-as-code](../infra-as-code/SKILL.md) (provision), [incident-response](../incident-response/SKILL.md) (outage).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.