agent-platform-skill-registry

Manage and discover agent skills on the Gemini Enterprise Agent Platform registry.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/wangx7/skills-collection --skill agent-platform-skill-registry-wangx7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-skill-registry
Source: https://github.com/wangx7/skills-collection/tree/main/google-skills/skills/cloud/agent-platform-skill-registry
Command: npx skills add https://github.com/wangx7/skills-collection --skill agent-platform-skill-registry-wangx7

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the fragmented, manual work of managing and discovering agent capabilities across the Gemini Enterprise Agent Platform, centralizing all skill registry operations in one place.

Core Features & Use Cases

  • Skill Discovery: Search, list, retrieve specific skills, and inspect revision histories to find existing reusable agent capabilities.
  • Skill Lifecycle Management: Upload new custom skills, update existing skill metadata or files, and permanently delete outdated skills from the registry.
  • Operation Monitoring: Track the completion status of long-running skill upload, update, or delete tasks.
  • Use Case: A platform administrator can use this Skill to quickly find pre-built customer support agent skills, upload a new custom skill for ticket routing, and monitor the upload progress without manually navigating the platform UI.

Quick Start

Use the agent-platform-skill-registry skill to search for available skills related to customer support in the Gemini Enterprise Agent Platform 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 manage AI agent skills on the Gemini Enterprise platform?

AI agent skills on the Gemini Enterprise platform are managed through centralized registry operations that handle uploading new capabilities, updating metadata, and permanently deleting outdated skills.

How do I discover existing reusable agent skills in a cloud automation environment?

Discovering existing reusable agent skills in a cloud automation environment involves searching, listing, and retrieving specific skills while inspecting their revision histories directly via the registry.

Can I track the status of long-running skill upload operations?

Yes, you can track the completion status of long-running skill upload, update, or delete tasks to monitor registry operations without manually navigating the platform UI.

Do I need Google Cloud authentication to handle skill lifecycle management?

Yes, Google Cloud authentication is required to handle skill lifecycle management, as automated skill scaffolding and registry CRUD operations are integrated through Python scripts using google-auth.

What is the best way to automate skill scaffolding for an AI agent platform?

The best way to automate skill scaffolding for an AI agent platform is using integrated Python scripts with Google Cloud authentication to register new agent capabilities and manage version lifecycles.