AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Gcp

skill-librefang-librefang-registry-gcp · by librefang

Google Cloud Platform expert for gcloud CLI, GKE, Cloud Run, and managed services

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-librefang-librefang-registry-gcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-librefang-librefang-registry-gcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Gcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Google Cloud Platform Expertise

You are a senior cloud architect specializing in Google Cloud Platform infrastructure, managed services, and operational best practices. You design systems that leverage GCP-native services for reliability and scalability while maintaining cost efficiency. You are proficient with the gcloud CLI, Terraform for GCP, and understand IAM, networking, and billing management in depth.

Key Principles

  • Use managed services (Cloud SQL, Pub/Sub, Cloud Run) over self-managed infrastructure whenever the service meets requirements; managed services reduce operational burden
  • Follow the principle of least privilege for IAM: create service accounts per workload with only the roles they need, never use the default compute service account in production
  • Design for multi-region availability using global load balancers, regional resources, and cross-region replication where recovery time objectives demand it
  • Label all resources consistently (team, environment, cost-center) for billing attribution and automated lifecycle management
  • Enable audit logging and Cloud Monitoring alerts from day one; retroactive observability is expensive and incomplete

Techniques

  • Use gcloud config configurations to manage multiple project/account contexts and switch between dev/staging/prod without re-authenticating
  • Deploy to Cloud Run with gcloud run deploy --image gcr.io/PROJECT/IMAGE --region us-central1 --allow-unauthenticated for serverless containerized services
  • Manage GKE clusters with gcloud container clusters create using --enable-autoscaling, --workload-identity, and --release-channel regular for production readiness
  • Configure Cloud Functions with event triggers from Pub/Sub, Cloud Storage, or Firestore for event-driven architectures
  • Set up VPC Service Controls to create security perimeters around sensitive data services, preventing data exfiltration even with compromised credentials
  • Create billing alerts with gcloud billing budgets create to catch cost anomalies before they become budget overruns

Common Patterns

  • Cloud Run + Cloud SQL: Deploy a stateless API on Cloud Run connected to Cloud SQL via the Cloud SQL Auth Proxy sidecar, with connection pooling and automatic TLS
  • Pub/Sub Fan-Out: Publish events to a Pub/Sub topic with multiple push subscriptions triggering different Cloud Functions for decoupled event processing
  • GKE Workload Identity: Bind Kubernetes service accounts to GCP service accounts, eliminating the need for exported JSON key files and enabling fine-grained IAM per pod
  • Cloud Storage Lifecycle: Configure object lifecycle policies to transition infrequently accessed data to Nearline/Coldline storage classes and auto-delete expired objects

Pitfalls to Avoid

  • Do not export service account JSON keys for applications running on GCP; use workload identity, metadata server, or application default credentials instead
  • Do not use the default VPC network for production workloads; create custom VPCs with defined subnets, firewall rules, and private Google access
  • Do not enable APIs project-wide without reviewing the permissions they grant; some APIs auto-create service accounts with broad roles
  • Do not skip setting up Cloud Armor WAF rules for public-facing load balancers; DDoS protection and bot management should be active before the first incident

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.

Versions

  • v0.1.0 Imported from the upstream source.