finding-google-skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Interact with the Gemini Enterprise Agent Platform Skill Registry to create and search for available skills. Use this skill to enable agents to register functionality or discover new capabilities.
$ npx -y skills add google/skills --skill agent-platform-skill-registry --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/agent-platform-skill-registryContext preview
The summary Claude sees to decide when to auto-load this skill.
Interact with the Gemini Enterprise Agent Platform Skill Registry to create and search for available skills. Use this skill to enable agents to register functionality or discover new capabilities.
name: agent-platform-skill-registry metadata: category: AiAndMachineLearning description: > Interact with the Gemini Enterprise Agent Platform Skill Registry to create and search for available skills. Use this skill to enable agents to register functionality or discover new capabilities.
This skill provides instructions for interacting with the **Skill Registry** on the Gemini Enterprise Agent Platform.
specific skills, and inspect revision histories.
skills.
long-running state changes (LROs).
locally.
before performing any operations.
Before any operation, you **must** validate the core environment.
# Execute the validation script
python3 scripts/validate_env.pyEnsure you have the latest Google Cloud credentials and libraries installed.
# Install required libraries pip install google-auth requests # Authenticate with Google Cloud gcloud auth application-default login
The following variables are required for operations:
--------------------------------------------------------------------------------
Quickly search for available skills in the registry:
python3 scripts/skill_registry_ops.py search \ --query "test skill" \ --top-k 5
--------------------------------------------------------------------------------
[monitor-operations.md](references/monitor-operations.md)
This repository contains Agent Skills for Google products and technologies, including Google Cloud.
Repo: google/skills
Locates and loads the right Google product skill on demand from a remote catalog index, instead of preloading every skill. Use at the START of any request…
Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure.…
Provides expert guidance on authenticating and authorizing to Google Cloud services and APIs, covering human users, service identities, Application Default…
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…
Searches, retrieves, and synthesizes official Google developer documentation across Google Cloud, AI/Gemini, Android, Chrome, Web, Flutter, Go, Firebase, and…
Guides developers through managing (adding, removing, and clearing) audience members for Google products using the Data Manager API and its associated client…