tokens&
For enterprises
Submit
Sign in
tokens&

Build better AI stacks, claim useful opportunities, and give AI infrastructure companies a source-labeled adoption readout they can trust.

For buildersFor enterprises

Product

  • For builders
  • Category rankings
  • Startup credits and perks
  • Agent Skills
  • Platform
  • Submit project, tool, product, or perk

Enterprise

  • Start free company workspace

Community

  • Community
  • Newsletter
  • Events
Xin

© 2026 tokensand, LLC. All rights reserved.

  • Terms
  • Privacy
  • Security
  • Data Processing
  • Status
Agent Skills/Agent Platform skill registry
GoogleAgentsSKILL.mdVerified source

Agent Skill

Agent Platform skill registry

Discover, register, version, generate, update, and inspect skills in Gemini Enterprise Agent Platform.

Install this skillView repository

Vendor-authored source · Apache-2.0 license.

Raw SKILL.mdInstall the Tokens& Agent Pack

Skill specification

Declared by Google in the package front matter. Trigger conditions are what the coding agent matches on before it loads the skill.

View package fields
Agent Platform skill registry SKILL.md front matter fields
Skill nameagent-platform-skill-registry
Trigger conditionsInteract 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.
Upstream categoryAiAndMachineLearning

Install agent-platform-skill-registry

In a terminal with Node.js, npm and Git, run the command for your agent. The Skills CLI installs the complete package directory, including referenced files within it. Review its install prompt, then start a new agent session. A skill package does not set up an MCP server connection.

Claude Code

.claude/skills/agent-platform-skill-registry/SKILL.md

Project skills are committed with the repo. Use the user directory for a personal install across every project.

Project install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'claude-code'
Install for all projects instead

Personal install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'claude-code' --global

Codex

.agents/skills/agent-platform-skill-registry/SKILL.md

Codex reads `.agents/skills/` as its primary location, which is also the cross-platform default other clients honour.

Project install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'codex'
Install for all projects instead

Personal install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'codex' --global

Cursor

.agents/skills/agent-platform-skill-registry/SKILL.md

Cursor also loads `.agents/skills/`, `.claude/skills/`, and `.codex/skills/`, so one committed copy can serve several clients.

Project install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'cursor'
Install for all projects instead

Personal install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'cursor' --global

Gemini CLI

.agents/skills/agent-platform-skill-registry/SKILL.md

Gemini CLI reads `.agents/skills/` first when both directories exist.

Project install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'gemini-cli'
Install for all projects instead

Personal install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'gemini-cli' --global

GitHub Copilot

.agents/skills/agent-platform-skill-registry/SKILL.md

The Skills CLI uses the shared `.agents/skills/` directory for Copilot project installs.

Project install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'github-copilot'
Install for all projects instead

Personal install

npx skills add 'https://github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry' --skill 'agent-platform-skill-registry' --agent 'github-copilot' --global

SKILL.md

View raw source

Published by Google under Apache-2.0. Rendered from the package in github.com/google/skills/tree/main/skills/cloud/agent-platform-skill-registry.

Read full skill instructions

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

More Google Agent Skills

All Agent Skills

Agent Platform eval flywheel

Build eval datasets, choose quality metrics, analyze failures, and compare agent improvements systematically.

Agents

Agent Platform model inference

Call Gemini and OpenMaaS models with current SDKs, correct endpoints, authentication, and error handling.

Models

Agent Platform prompt management

Create, retrieve, version, list, and safely delete managed prompts using repeatable Python workflows.

Agents

Agent Platform RAG engine

Manage RAG corpora and files, retrieve grounded context, and generate corpus-grounded responses.

Docs

AI Studio to Agent Platform migration

Move Gemini applications from Google AI Studio to cloud IAM, billing, telemetry, and enterprise infrastructure.

Models

Gemini API on Agent Platform

Build multimodal, tool-using, streaming, cached, and batch Gemini applications with current Google Gen AI SDKs.

Models