agent-platform-skill-registry

Manage skill discovery, lifecycle, and operations on the Gemini Enterprise Agent Platform.

17.1k|1.4k|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/google/skills --skill agent-platform-skill-registry-google
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-skill-registry
Source: https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry
Command: npx skills add https://github.com/google/skills --skill agent-platform-skill-registry-google

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-auth, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management and discovery of skills in the Gemini Enterprise Agent Platform, simplifying the process of enabling agent functionality or discovering new capabilities.

Core Features & Use Cases

  • Skill Discovery: Easily search, list, get specific skills, and inspect revision histories.
  • Skill Lifecycle Management: Upload, update, or delete skills.
  • Operation Monitoring: Check the completion status of long-running state changes (LROs).
  • Generate Skill: Automate the initial scaffolding of new agent skills locally.
  • Use Case: For a business looking to quickly onboard new agents with specific capabilities, this Skill can be used to discover and deploy the necessary skills without manual setup.

Quick Start

Use the agent-platform-skill-registry skill to search for available skills in the registry.

Frequently Asked Questions about agent-platform-skill-registry

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

FAQPage Schema
How do I discover and list available skills in the Gemini Enterprise Agent Platform?

To discover skills in the Gemini Enterprise Agent Platform, you can use the skill registry to search, list, and get specific skills. This allows you to easily inspect available agent capabilities and revision histories.

How do I manage the lifecycle of skills deployed on the Gemini Enterprise Agent Platform?

Managing skill lifecycles on the Gemini Enterprise Agent Platform involves using the registry to upload, update, or delete skills. This streamlines the process of enabling agent functionality without manual setup.

Do I need Google Cloud credentials to use the agent platform skill registry?

Yes, you need Google Cloud credentials to use the agent platform skill registry. It requires google-auth and requests libraries for authentication and executing operation workflows.

How can I check the completion status of long-running operations on the Gemini agent platform?

You can check the completion status of long-running operations (LROs) on the Gemini agent platform by using the skill registry's operation monitoring feature. This tracks the state changes of your deployed skills.

Can I generate scaffolding for new agent skills locally before uploading them?

Yes, you can generate the initial scaffolding for new agent skills locally. The skill registry includes a feature to automate this local scaffolding before you upload the skills to the platform.