首页/AI 技能平台与生态/agent-platform-skill-registry
A

agent-platform-skill-registry

by @googlev
4.4(120)

此技能用于管理 Gemini 企业代理平台上的 Skill Registry,提供技能发现、生命周期管理、操作监控及新技能脚手架生成功能。它帮助开发者高效地搜索、上传、更新和删除代理技能,确保技能生态系统的规范化和可维护性。

ai-agent-developmentskill-lifecycle-managementdeveloper-toolsskill-standardizationGitHub
安装方式
npx skills add https://github.com/google/skills --skill agent-platform-skill-registry
compare_arrows

Before / After 效果对比

1
使用前

在没有这个技能之前,开发者需要手动跟踪、查找和部署代理技能,导致技能版本混乱、难以发现,且更新和删除操作耗时费力,严重影响开发效率和技能生态的健康。

使用后

该 Skill 提供集中的技能注册表管理,使开发者能够快速搜索、上传、更新和删除代理技能。此技能显著简化了技能生命周期管理,确保了技能的规范化和易用性,大幅提升了开发和维护效率。

SKILL.md

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

用户评价 (0)

发表评价

效果
易用性
文档
兼容性

暂无评价

统计数据

安装量4.5K
评分4.4 / 5.0
版本
更新日期2026年7月31日
对比案例1 组

用户评分

4.4(120)
5
37%
4
43%
3
13%
2
5%
1
2%

为此 Skill 评分

0.0

兼容平台

🤖claude-code

时间线

创建2026年6月9日
最后更新2026年7月31日
🎁 Agent 知识卡片
调研问卷