google/skills

agent-platform-skill-registry

Interact with the Gemini Enterprise Agent Platform Skill Registry to create and search for available skills.

Ver código-fonte
Documento original do Skill

Renderizado do repositório de origem, preservando títulos, exemplos, código, tabelas, links e imagens.

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

monitor-operations.md

do mesmo repositório

Mais Skills

Todos os Skills
google
Comunidade

gcloud

- Provides safety-critical validation, guardrails, and data reduction for gcloud CLI operations across Google Cloud Platform (GCP) services and infrastructure. Use when planning, generating, constructing, proposing, describing, or executing any gcloud CLI commands - including when answering questions about gcloud syntax, or formatting flags. Don't use when writing Google Cloud client library code or raw REST/gRPC API requests.

instalações
5
GitHub Stars
19,6 mil
Atualizado
6 de set.
google
Comunidade

gke-app-onboarding

- Manages GKE application onboarding, covering containerization, deployment manifests, and migration. Use when onboarding or deploying an application to GKE for the first time, or containerizing an app for GKE. Don't use for general GKE cluster administration or upgrades (use gke-basics or gke-upgrades instead).

instalações
4
GitHub Stars
19,6 mil
Atualizado
6 de set.
google
Comunidade

gke-backup-dr

- Configures Backup for GKE: the BackupRestore cluster addon, BackupPlan and RestorePlan resources, restore workflows, and CMEK-encrypted backups. Use for backup policies, disaster recovery, or GKE cluster restores. Don't use for database backups.

instalações
4
GitHub Stars
19,6 mil
Atualizado
6 de set.
google
Comunidade

gke-basics

- Manages core GKE cluster provisioning, credentials, Autopilot vs Standard selection, and workload deployment. Use when creating GKE clusters, fetching kubectl credentials, configuring Workload Identity, or deciding between Autopilot and Standard modes. Don't use for specialized GKE networking (use gke-networking), advanced security hardening (use gke-platform-security or gke-workload-security), or cluster upgrades (use gke-upgrades).

instalações
4
GitHub Stars
19,6 mil
Atualizado
6 de set.