SkillAgentSearch skills...

agent-platform-skill-registry

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.

Install / Use

npx skills add google/skills --skill agent-platform-skill-registry

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

86/100

Supported Platforms

Gemini CLI

Tags

Our assessment of agent-platform-skill-registry

agent-platform-skill-registry scores 86/100 on our quality scale, 66th of 127 Education & Research skills we index.

Its SKILL.md is 2.3 KB long, well organised into 10 sections with 2 code examples: moderately detailed.

With 20,340 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
20/30
Structure
18/20
Description
15/15
Adoption
18/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 2 days ago, so agent-platform-skill-registry is actively maintained.
  • It is released under the Apache-2.0 license, a permissive license that allows use, modification and commercial use with attribution.
  • Its trust signals score 100/100, with no cautions. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

Safety scan

No issues found

Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands.

Automated pattern scan on 2026-09-26. It catches known dangerous patterns, not every risk — read a skill before letting an agent act on it.

agent-platform-skill-registry compared with similar skills

All 4 of these similar skills score higher than agent-platform-skill-registry; compare them before choosing.

SkillScoreStarsUpdatedFormat
agent-platform-skill-registry (this skill)by google8620.3k2d agoSKILL.md
last30days-skillby mvanhorn10062.8k2d agoCLAUDE.md
algorithmic-artby anthropics100177.9k3d agoSKILL.md
pptxby anthropics100177.9k3d agoSKILL.md
designby nextlevelbuilder100130.2k4d agoSKILL.md

Frequently asked questions

How do I install agent-platform-skill-registry?
Run npx skills add google/skills --skill agent-platform-skill-registry. The install tabs above show the steps for each supported agent.
Which AI agents does agent-platform-skill-registry work with?
It is written for Gemini CLI, as a SKILL.md file. Other agents that read the same format can often use it too.
Is agent-platform-skill-registry safe to use?
Our scan of the whole file found no instruction hijacking, hidden characters, credential access, data exfiltration or destructive commands. It is Apache-2.0-licensed and scores 100/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is agent-platform-skill-registry still maintained?
The repository was last updated 2 days ago, so agent-platform-skill-registry is actively maintained.

name: agent-platform-skill-registry metadata: version: "1.0.0" category: AiAndMachineLearning description: > 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.

Skill Registry

This skill provides instructions for interacting with the Skill Registry on the Gemini Enterprise Agent Platform.

Core Capabilities

  • Skill Discovery - Query the registry to easily 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.

Core Directives

  • Mandatory Validation: ALWAYS execute the environment validation check before performing any operations.

    Before any operation, you must validate the core environment.

    # Execute the validation script
    python3 scripts/validate_env.py
    

Prerequisites & Authentication

Library & Authentication

Ensure you have the latest Google Cloud credentials and libraries installed.

# Install required libraries
pip install google-auth requests

# Authenticate with Google Cloud
gcloud auth application-default login

Environment Variables

The following variables are required for operations:

  • GCP_PROJECT_ID: Your Google Cloud Project ID.
  • GCP_LOCATION: The region (e.g., us-central1).

Quickstart

Quickly search for available skills in the registry:

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

Operations

Related Skills

View on GitHub
GitHub Stars20.3k
CategoryEducation
Updated2d ago
Forks1.7k

Languages

Python

Trust signals

100/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

No cautions