gcp-fullstack
Full-stack super agent for projects on Google Cloud Platform with GitHub and Cloudflare — covers scaffolding, compute, database, auth, deploy, CDN, and security
Why use this skill?
Deploy full-stack apps to GCP with Cloudflare integration. Expert scaffolding, infrastructure architect, and CI/CD automation for modern web frameworks.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/guifav/gcp-fullstackWhat This Skill Does
The gcp-fullstack skill is a sophisticated autonomous agent designed to streamline the lifecycle of web applications deployed on Google Cloud Platform. It functions as a senior DevOps engineer and GCP architect, bridging the gap between local development scaffolding and production deployment. The skill handles the complexity of infrastructure-as-code by orchestrating resources such as Cloud Run, Firestore, Cloud SQL, and Identity Platform, while integrating seamlessly with GitHub for CI/CD and Cloudflare for global edge delivery.
Unlike basic scaffolders, this skill enforces a strict planning protocol. Before executing any file creation or command, the agent analyzes project requirements, verifies the environment, selects the optimal architecture based on specific decision trees, and documents a sequential execution plan. It is built with high security standards, ensuring that it never handles sensitive credentials directly, instead using environment variables and strictly formatted template files.
Installation
To integrate this agent into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/guifav/gcp-fullstack
Ensure that your environment has gcloud CLI installed, authenticated, and configured with the necessary permissions to manage your GCP resources. You will also need to provide appropriate API tokens for Cloudflare if you intend to manage DNS/CDN records via the agent.
Use Cases
- Rapid MVP Scaffolding: Spin up a fully configured Next.js application with Firestore and Cloud Run deployment in minutes.
- Migration Assistance: Automate the infrastructure setup for existing codebases requiring GCP hosting.
- Full-Stack Prototyping: Automatically link your frontend to backend GCP services while configuring Cloudflare security rules for the edge.
- CI/CD Lifecycle Management: Setup automated deployments that leverage GitHub actions for production-ready code delivery.
Example Prompts
- "Create a new Next.js project named 'fintech-dashboard' using Tailwind CSS, deploy it to Cloud Run, and set up a PostgreSQL Cloud SQL instance for the database."
- "I need a SvelteKit application for a blog with Firestore as the backend. Please handle the GCP project scaffolding, configure the Cloudflare DNS entries, and create the GitHub workflow files."
- "Set up a production-ready Remix app on GCP. Use Identity Platform for authentication and ensure the Cloudflare WAF is configured to protect the endpoint."
Tips & Limitations
- Environment Safety: This skill is strictly designed for new projects. It refuses to modify or read existing credential files, ensuring that your local environment remains isolated from accidental changes.
- Mandatory Planning: Always review the agent's proposed plan before giving the 'proceed' command. The agent's strict adherence to the Planning Protocol is its greatest strength in avoiding configuration drift.
- Manual Steps: While the skill automates 90% of the work, some GCP console tasks (like OAuth consent screen finalization or domain verification) may require manual intervention as per Google's security policies.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-guifav-gcp-fullstack": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api, code-execution
Related Skills
interop-forge
Integration architect for multi-app monorepos — shared contracts, API-first design with OpenAPI, cross-app auth, auto-generated SDKs, and full MCP server scaffolding per app
cloudflare-guard
Configures and manages Cloudflare DNS, caching, security rules, rate limiting, and Workers
stack-scaffold
Scaffolds a full-stack project with Next.js App Router, Supabase, Firebase Auth, Vercel, and Cloudflare
firebase-auth-setup
Configures Firebase Authentication — providers, security rules, custom claims, and React auth hooks
supabase-ops
Manages Supabase migrations, types generation, RLS policies, and edge functions