Agent Plugins Marketplace
All plugins

google-cloud-core

v1.0.0

Core Google Cloud guidance for coding agents: onboarding, authentication, and gcloud CLI safety.

CodexClaude CodeAgent Plugins3 Skills1 MCP serverStreamable HTTP

18.6k GitHub starsUpdated 8 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
4 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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add google-cloud-core@agent-plugin-marketplace

Paste 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/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloud/google-cloud-core/.

Plugin files

plugins/cloud/google-cloud-core/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/gcloud/SKILL.md
├── skills/google-cloud-recipe-auth/SKILL.md
├── skills/google-cloud-recipe-onboarding/SKILL.md
└── .mcp.json

Included Skills3

gcloudskills/gcloud/SKILL.md

Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure. Use when planning, generating, constructing, proposing, describing, or executing any gcloud CLI commands - including when answering questions about gcloud syntax, or formatting flags. Don't use when writing Google Cloud client library code or raw REST/gRPC API requests.

google-cloud-recipe-authskills/google-cloud-recipe-auth/SKILL.md

Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default Credentials (ADC), and best practices for secure access.

google-cloud-recipe-onboardingskills/google-cloud-recipe-onboarding/SKILL.md

Guides a developer's first steps on Google Cloud, covering account creation, billing setup, project management, and deploying a first resource. Use when a new developer wants to initialize their first Google Cloud project, configure billing, and verify deployment. Don't use for enterprise organization setup (use Google Cloud Setup guided flow for that instead). Don't use for complex multi-project architectures.

MCP servers1

developer-knowledgeStreamable HTTP
url
https://developerknowledge.googleapis.com/mcp

Plugin manifests3

plugins/cloud/google-cloud-core/.codex-plugin/plugin.json
{
  "name": "google-cloud-core",
  "version": "1.0.0",
  "description": "Core Google Cloud guidance for coding agents: onboarding, authentication, and gcloud CLI safety.",
  "skills": "./skills/",
  "interface": {
    "displayName": "Google Cloud Core",
    "shortDescription": "Onboarding, auth, and gcloud safety for Google Cloud",
    "category": "Productivity"
  }
}
plugins/cloud/google-cloud-core/.claude-plugin/plugin.json
{
  "name": "google-cloud-core",
  "version": "1.0.0",
  "description": "Core Google Cloud guidance for coding agents: onboarding, authentication, and gcloud CLI safety.",
  "author": {
    "name": "Google LLC"
  }
}
plugins/cloud/google-cloud-core/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "google-cloud-core",
  "version": "1.0.0",
  "description": "Core Google Cloud guidance for coding agents: first-project onboarding, authentication and credential selection, and safety-critical validation for gcloud CLI commands. Includes the Google Developer Knowledge MCP server for grounded, up-to-date Google Cloud documentation.",
  "author": {
    "name": "Google LLC",
    "url": "https://cloud.google.com"
  },
  "homepage": "https://github.com/google/skills/tree/main/plugins/cloud/google-cloud-core",
  "repository": "https://github.com/google/skills",
  "license": "Apache-2.0",
  "keywords": [
    "google-cloud",
    "gcloud",
    "authentication",
    "onboarding"
  ]
}

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-core on Agent Plugins Marketplace](https://pluginsmp.com/plugins/google-cloud-core)