agent-platform-skill-registry

Manage Gemini Enterprise Agent Platform Skill Registry operations via Python scripts.

Updated Jul 4, 2026
One-click install
npx skills add https://github.com/ssmleo/govfolio --skill agent-platform-skill-registry-ssmleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-skill-registry
Source: https://github.com/ssmleo/govfolio/tree/main/.agents/skills/agent-platform-skill-registry
Command: npx skills add https://github.com/ssmleo/govfolio --skill agent-platform-skill-registry-ssmleo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of managing and interacting with the Gemini Enterprise Agent Platform Skill Registry, allowing for the creation, discovery, and lifecycle management of skills for agent functionality.

Core Features & Use Cases

  • Skill Discovery: Query the registry to search, list, get specific skills, and inspect revision histories.
  • Skill Lifecycle Management: Upload, update, or delete skills, with operations to handle long-running state changes.
  • Operation Monitoring: Monitor the completion status of long-running operations.
  • Generate Skill: Automate the initial scaffolding of new agent skills locally.
  • Core Directives: Execute environment validation checks before performing any operations.
  • Prerequisites & Authentication: Ensures that the latest Google Cloud credentials and libraries are installed and that necessary environment variables are set.

Quick Start

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

python3 scripts/skill_registry_ops.py search --query "test skill" --top-k 5

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 the Gemini Enterprise Agent Platform skill registry?

To manage the Gemini Enterprise Agent Platform skill registry, you can use this skill's Python scripts to upload, update, delete, and discover skills while monitoring long-running lifecycle operations.

How do I search for available skills in the agent platform registry?

You can search for available skills in the agent platform registry by running the skill_registry_ops.py script with a search query and specifying the desired number of top results to return.

What Google Cloud credentials do I need to interact with the skill registry?

Interacting with the skill registry requires the latest Google Cloud credentials and libraries. You must ensure necessary environment variables are set before executing any registry operations.

Can I automate the creation of new agent skills locally?

Yes, you can automate the initial scaffolding of new agent skills locally using the skill generation feature, which prepares the required local file structure before uploading to the registry.

How do I monitor long-running state changes for agent skills?

You monitor long-running state changes for agent skills by using the operation monitoring feature, which checks the completion status of asynchronous lifecycle management tasks like updates and uploads.

Does the skill registry management tool validate the environment before operations?

Yes, the skill registry management tool executes core directives that perform environment validation checks to ensure Google Cloud prerequisites are met before performing any skill operations.