Cloud Run is a managed application platform for running code, functions, or containers. It allows users to deploy scalable applications without managing infrastructure.
$ npx skills add https://github.com/google/skills --skill cloud-run-basicsCloud Run Basics is an agent skill that enables developers to deploy code, functions, and containers on Google's managed application platform. It abstracts away infrastructure management, allowing teams to focus on application logic while Google Cloud handles scaling, security, and operational overhead. This skill integrates with AI agents like Claude Code and Cursor, providing automated deployment and management capabilities. It's ideal for teams building microservices, APIs, background jobs, or event-driven applications who want to reduce DevOps complexity. The skill is part of Google's official Agent Skills repository and supports rapid iteration and production-ready deployments.
Install using npm with the command provided.
Deploy stateless web applications that scale automatically.
Run scheduled jobs that complete tasks automatically.
Manage background workloads from pull-based systems like Kafka.
Execute parallel tasks on a flexible schedule.
$ npx skills add https://github.com/google/skills --skill cloud-run-basicsgit clone https://github.com/google/skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Check the GitHub repository or documentation for usage examples.
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan