Agent Platform 技
- 作者仓库星标 10,425
- 作者仓库 skills
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
- Skill Discovery: query-skills.md
- Skill Lifecycle: manage-skills.md
- Monitor Operations: monitor-operations.md
- Generate Skill: generate-skill.md
- 流狐分类
- AI 智能
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @google · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 读取环境变量
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Skill Discovery - Query the registry to easily search, list, get specific skills, and inspect revision histories. Skill Lifecycle Management - Upload, update, or permanently delete
Mandatory Validation: ALWAYS execute the environment validation check before performing any operations. Before any operation, you must validate the core environment.
Prerequisites & Authentication
Ensure you have the latest Google Cloud credentials and libraries installed.
The following variables are required for operations: GCPPROJECTID: Your Google Cloud Project ID. GCPLOCATION: The region (e.g., us-central1).
Quickly search for available skills in the registry:
# 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.
```bash
# 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:
```bash
python3 scripts/skill_registry_ops.py search \
--query "test skill" \
--top-k 5
```
--------------------------------------------------------------------------------
## Operations
- **Skill Discovery**: [query-skills.md](references/query-skills.md)
… 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Core Capabilities → Core Directives → Prerequisites & Authentication → Library & Authentication → Environment Variables → Quickstart
要点 -> Skill Registry · Skill Discovery · Skill Lifecycle Management · Operation Monitoring · Generate Skill · Mandatory Validation · must · Skill Lifecycle
文件/命令 -> GCPPROJECTID · GCPLOCATION · us-central1 · scripts/validateenv.py · scripts/skillregistryops.py · query-skills.md · references/query-skills.md · manage-skills.md
内容 SHA-256 -> 54582d4365ed
原文结构
适用与边界
原文中的明确线索
GCPPROJECTID、GCPLOCATION、us-central1、scripts/validateenv.py、scripts/skillregistryops.py、query-skills.md、references/query-skills.md、manage-skills.md