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.
适合你,如果你需要为Agent注册或查找可用技能。
/ 通过 npx 安装 校验哈希
npx oh-my-skill add google/skills/agent-platform-skill-registry/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- google/skills/agent-platform-skill-registry/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify google/skills/agent-platform-skill-registry安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
–GitHub stars
~438最小装载
~4.2K含声明引用
~4.2K文本包总量
索引托管
怎么用
技能原文 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.
``bash # 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
- Skill Discovery: [query-skills.md](references/query-skills.md)
- Skill Lifecycle: [manage-skills.md](references/manage-skills.md)
- Monitor Operations: [monitor-operations.md](references/monitor-operations.md)
- Generate Skill: [generate-skill.md](references/generate-skill.md)
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…