cloud-run-basics

cloud run basics

google 15k ↓ 9.8k Apache-2.0 updated 26d ago
Claude Code
View source ↗

What it does

  • Cloud Run Admin (roles/run.admin) on the project
  • Cloud Run Source Developer (roles/run.sourceDeveloper) on the project
  • Service Account User (roles/iam.serviceAccountUser) on the service
  • Logs Viewer (roles/logging.viewer) on the project
  • SERVICENAME: the name of the service you want to deploy to. Service names
  • IMAGEURL: a reference to the container image, for example,
  • Deploy from source with build (default): This option uses Google Cloud's

Requirements & configuration

  • unauthenticated invocations for your project, you will need to access your
  • You need the following roles to deploy your Cloud Run resource:
  • If you need product information not found in these references, use the

Configuration: PROJECT_IDSERVICE_ACCOUNT_EMAIL_ADDRESSPORTLOCATIONCLOUD_RUN_TASK_INDEXCLOUD_RUN_TASK_COUNTWORKER_POOL_NAME

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

cloud run basics

Source

Repository: https://github.com/google/skills

cloud-run-basics FAQ

What does the cloud-run-basics skill do?

>- Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or scheduled tasks (jobs), or handle always-on pull-based background processing (worker pools). Cloud Run Admin (roles/run.admin) on the project Cloud Run Source Developer (roles/run.sourceDeveloper) on the project

What does cloud-run-basics require?

unauthenticated invocations for your project, you will need to access your You need the following roles to deploy your Cloud Run resource: If you need product information not found in these references, use the Configuration keys: PROJECT_ID, SERVICE_ACCOUNT_EMAIL_ADDRESS, PORT, LOCATION, CLOUD_RUN_TASK_INDEX, CLOUD_RUN_TASK_COUNT, WORKER_POOL_NAME.

How do I install cloud-run-basics?

Run: npx -y skills add https://github.com/google/skills --skill cloud-run-basics --agent claude-code — the source lives at github.com/google/skills.

Maintain cloud-run-basics?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

cloud-run-basics on getagentictools
[![cloud-run-basics on getagentictools](https://getagentictools.com/badge/skills/google-skills-cloud-run-basics.svg)](https://getagentictools.com/skills/google-skills-cloud-run-basics?ref=badge)
npx agentictools info skills/google-skills-cloud-run-basics

The second line is the CLI lookup for this page — handy in READMEs and docs.