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