google-cloud-run
v1.0.0Cloud Run guidance for coding agents: services, jobs, and worker pools.
18.6k GitHub starsUpdated 8 hours ago
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add google-cloud-run@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/google/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloud/google-cloud-run/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/cloud-run-basics/SKILL.md└── .mcp.json
Included Skills1
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).
MCP servers1
- url
- https://run.googleapis.com/mcp
Plugin manifests3
{
"name": "google-cloud-run",
"version": "1.0.0",
"description": "Cloud Run guidance for coding agents: services, jobs, and worker pools.",
"skills": "./skills/",
"interface": {
"displayName": "Google Cloud Run",
"shortDescription": "Deploy and configure Cloud Run services, jobs, and worker pools",
"category": "Productivity"
}
}{
"name": "google-cloud-run",
"version": "1.0.0",
"description": "Cloud Run guidance for coding agents: services, jobs, and worker pools.",
"author": {
"name": "Google LLC"
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "google-cloud-run",
"version": "1.0.0",
"description": "Cloud Run guidance for coding agents: deploying and configuring services for HTTP traffic, jobs for event-triggered and scheduled work, and worker pools for pull-based background processing. Includes the Cloud Run MCP server for grounded access to the Cloud Run Admin API.",
"author": {
"name": "Google LLC",
"url": "https://cloud.google.com"
},
"homepage": "https://github.com/google/skills/tree/main/plugins/cloud/google-cloud-run",
"repository": "https://github.com/google/skills",
"license": "Apache-2.0",
"keywords": [
"google-cloud",
"cloud-run",
"serverless",
"containers"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[google-cloud-run on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google-cloud-run)