pp-cloud-run-admin

Manage Google Cloud Run services, jobs, and revisions via API with JSON output.

1.9k|565|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/mvanhorn/printing-press-library --skill pp-cloud-run-admin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pp-cloud-run-admin
Source: https://github.com/mvanhorn/printing-press-library/tree/main/cli-skills/pp-cloud-run-admin
Command: npx skills add https://github.com/mvanhorn/printing-press-library --skill pp-cloud-run-admin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires go, and includes scripts (resource) components.

What problem does it solve?

Managing and inspecting Cloud Run resources efficiently is challenging with complex interfaces and limited automation options.

Core Features & Use Cases

  • API-focused management: List and manage Cloud Run services, jobs, revisions, and operations with compact, agent-friendly JSON output.
  • Local inventory and search: Sync Cloud Run resources locally for offline search and analysis, saving API calls and improving workflow speed.
  • Use Case: A developer needs to monitor multiple Cloud Run services for status changes and troubleshoot issues by searching locally stored resource data.

Quick Start

Install the CLI with NPX, verify installation, then list services or perform inventory sync and search operations directly through commands.

Frequently Asked Questions about pp-cloud-run-admin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Cloud Run management tasks via API?

You can automate Cloud Run management by using direct API interactions to list services, jobs, revisions, and operations. This approach provides compact, agent-friendly JSON output for scriptable access and workflow automation.

Can I search Cloud Run resources locally without making repeated API calls?

Yes, you can sync Cloud Run resources locally to build a local inventory for offline search and analysis. This saves API calls and improves workflow speed by querying locally stored resource data directly.

Do I need Go installed to manage Cloud Run services with this tool?

Yes, Go is a required dependency for running the scripts that provide agent-oriented control over Google Cloud Run. You need the Go environment configured to execute the local inventory sync and API interaction commands.

What is the best way to monitor multiple Cloud Run services for status changes?

The best way to monitor multiple services is to sync Cloud Run resources locally and search the stored data. This allows developers to troubleshoot issues and track status changes efficiently through offline analysis.

Does this approach work with Cloud Run jobs and revisions or only services?

This approach works with Cloud Run services, jobs, revisions, and operations. It provides comprehensive API-focused management capabilities across all these resource types with compact JSON output for agent integration.