Agent skill · software engineering · mvanhorn
pp-cloud-run-admin
A focused Cloud Run Admin API CLI with agent-native output, local inventory, and command discovery. Trigger phrases: `inspect Cloud Run services`, `list Cloud Run jobs`, `find Cloud Run revisions`, `check Cloud Run executions`, `search Cloud Run inventory`.
Why this skill is useful
Adds specific commands and workflows for managing Cloud Run resources that the AI wouldn't reliably generate on its own.
What it needs
Requires cloud-run-admin-pp-cli installed locally. About 6k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.
What this skill does
Google Cloud Run — Printing Press CLI Prerequisites: Install the CLI This skill drives the cloud-run-admin-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: cloud-run-admin-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer): If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. When to Use This CLI Use this CLI when an agent or script needs focused Cloud Run Admin API access without navigating the full gcloud surface. It is strongest for read-heavy inspection, local inventory sync, search, field-selected JSON, and workflows that correlate services, jobs, executions, revisions, tasks, and operations. Unique Capabilities These capabilities aren't available in any other tool for this API. Agent-native Cloud Run operations services list — Lists Cloud Run services through the Admin API with agent-friendly JSON, compact output, and field selection. Use this when an agent needs a compact inventory of Cloud Run services in a project and region. Local state and analysis sync — Syncs Cloud Run resources into a local SQLite store so services, jobs, revisions, executions, tasks, and operations can be searched without repeating every API call. Use this before offline search, SQL inspection, or repeated multi-resource analysis. search — Searches synced Cloud Run inventory locally or falls back to live API calls depending on the data-source mode. Use this when you need to locate Cloud Run resources by remembered fragments. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills mvanhorn/cloud-run-admin