agent-platform-skill-registry

Query and manage Gemini Skill Registry entries for agent automation workflows.

4|Updated Jul 16, 2012
One-click install
npx skills add https://github.com/takashabe/dotfiles --skill agent-platform-skill-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-skill-registry
Source: https://github.com/takashabe/dotfiles/tree/main/.claude/skills/agent-platform-skill-registry
Command: npx skills add https://github.com/takashabe/dotfiles --skill agent-platform-skill-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

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.

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 permanently delete skills.
  • Operation Monitoring: Utility to check the completion status of long-running state changes (LROs).
  • Generate Skill: Automate the initial scaffolding of new agent skills locally.

Quick Start

Run a quick search or management task against the registry to locate relevant skills and capabilities.

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 search for available agent skills in a cloud registry?

Discover available agent skills by querying the Gemini Skill Registry to search, list, and inspect specific skills. The registry returns structured results suitable for automation, enabling agents to locate and register new capabilities across development and production environments.

How do I manage the lifecycle of cloud agent skills from upload to deletion?

Manage agent skills lifecycle by uploading, updating, or permanently deleting them in the Skill Registry. The platform enforces environment validation before executing state changes, ensuring safe automation of skill management operations.

How do I monitor the completion status of long-running operations for skill updates?

Monitor long-running operations (LROs) for skill updates using the platform's built-in utility to check completion status. This operation monitoring capability tracks asynchronous state changes, returning structured results confirming whether registry updates finished successfully.

Can I automate the creation of new agent skills locally before uploading to the registry?

Automate the creation of new agent skills locally using the generate skill utility. It scaffolds the initial skill structure, enforcing environment validation so you can develop capabilities offline before uploading them to the cloud registry for discovery.

Do I need google-auth and requests dependencies to interact with the Skill Registry?

You need google-auth and requests dependencies to authenticate and interact with the Skill Registry. These libraries handle environment validation and HTTP requests, enabling automated queries and lifecycle management operations across development and production environments.

What is the best way to inspect revision histories for deployed agent skills?

Inspect revision histories for deployed agent skills by querying the Skill Registry directly. The discovery feature allows you to search, list, get specific skills, and review their revision histories, returning structured results suitable for DevOps automation.