Automation & Ops ✓ Google · Official google-cloudagent-platformendpoint-managementgcloud-cliserving-endpointstraffic-splitting

Agent Platform Endpoint Management

Manage Agent Platform serving endpoints and troubleshoot common endpoint failures.

FollowSkills review · FSRS-2.0
Not recommended
50/ 100 5-point scale 2.5 / 5
Trust16 / 25 · 3.2/5

The document clearly separates read-only, reversible mutations, and deletion, requiring confirmation for create, update, and delete, with deletion confirmation before preflight checks. However, the authentication commands are broad, least-privilege IAM guidance and credential/data-flow handling are absent, and there is no deletion recovery or audit-verification procedure, so points are deducted.

Reliability7 / 20 · 1.8/5

The main list, describe, create, update, and delete command paths are mostly coherent and include region requirements plus some error categories. However, the traffic-splitting section provides no actual update command and delegates to another skill; authentication, invalid parameters, resource states, and post-failure diagnostics are thin, so the static score is limited.

Adaptability9 / 15 · 3.0/5

The name, purpose, CRUD operations, and exclusions for model deployment and evaluation are reasonably clear, and regional input is required. Trigger precision, non-fit boundaries, Chinese-language support, and mainland-China network reachability are not addressed, while traffic-splitting coverage is incomplete, so points are deducted.

Convention8 / 15 · 2.7/5

The skill includes metadata, overview, safety tiers, operation sections, troubleshooting, and examples; repository material supplies Apache-2.0 licensing, installation, support channels, and an active-development note. It lacks skill-level versioning, changelog, named maintenance ownership, dependency notes, stable parameter contracts, and fuller limitations/FAQs, so it does not receive full marks.

Effectiveness6 / 15 · 2.0/5

It provides directly usable gcloud examples for regional endpoint listing, inspection, creation, updating, and deletion, covering the main management task. But representative outputs, rollback, complete traffic-splitting instructions, and sufficient result validation are missing, leaving users to perform additional judgment and troubleshooting, so points are deducted.

Verifiability4 / 10 · 2.0/5

The skill and repository text provide auditable commands, scope, and governance information, but contain no key-path test suite, CI execution evidence, independent corroboration, or reproducible examples. The assessment therefore rests primarily on static text and receives only limited credit.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 513a7a51e85f
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Deletion is irreversible, and no recovery or backup procedure is documented; endpoint preflight checks are intentionally deferred until after confirmation.
  • The authentication steps invoke gcloud login and ADC setup; users should verify credential provenance, IAM scope, and project scope before use.
  • The traffic-splitting section is incomplete and depends on another skill outside this assessment scope.
  • Chinese-language support and mainland-China network reachability are undocumented.
Review evidence [1][2][3][4]
See the full review method →

What does this skill do, and when should you use it?

This skill provides procedures for creating, listing, describing, updating, and deleting Google Agent Platform serving endpoints. It treats endpoints as logical serving hosts that provide stable URLs for online predictions. It requires Google Cloud authentication, an active project, and an explicit region for commands. It does not deploy models or run model evaluations.

Uses the gcloud CLI to authenticate with Google Cloud, configure application default credentials, and set the active project; lists and describes endpoints in a specified region; creates or updates endpoints after the required confirmation; deletes endpoints only after explicit typed confirmation; directs traffic-split work to the model deployment flow; and gives troubleshooting guidance for permission, quota, and resource-busy errors.

  1. A Google Cloud user needs to discover endpoint IDs in a particular region.
  2. A platform engineer needs to create an endpoint before deploying a model for online prediction.
  3. An administrator needs to change an endpoint display name or labels with a confirmation step before mutation.
  4. An operator needs to diagnose a failed endpoint deletion, permission error, or regional quota problem.

What are this skill's strengths and limitations?

Pros
  • Covers endpoint listing, inspection, creation, updating, and deletion.
  • Defines separate confirmation rules for read-only, reversible, and destructive actions.
  • Provides concrete guidance for permission, regional quota, and resource-busy failures.
Limitations
  • Requires the gcloud CLI, Google Cloud authentication, an active project, and an explicit region.
  • Does not handle model deployment, undeployment, or model evaluation.
  • The supplied source gives no test suite, version compatibility matrix, or automation scripts.

How do you install this skill?

Run npx skills add google/skills and select Agent Platform Endpoint Management during installation. The skill is located at skills/cloud/agent-platform-endpoint-management/SKILL.md.

How do you use this skill?

First run gcloud auth login and gcloud auth application-default login, then gcloud config set project $PROJECT_ID. Provide a region in the request, such as “List Agent Platform endpoints in us-central1” or “Describe endpoint ENDPOINT_ID.” Listing and describing require no confirmation; creation and updates require showing the complete literal command and waiting for Yes/No; deletion requires immediate typed confirmation before any pre-flight checks.

FAQ

Can the endpoint be inspected before confirming deletion?
Not under this procedure. Deletion is destructive, so the skill requires asking for typed confirmation immediately before any describe or other pre-flight check. After confirmation, models must be undeployed first.
Is a region required?
Yes. Every endpoint command must include `--region=$LOCATION_ID`; `global` must not be used. If no region is supplied, ask the user to provide one.
How does it handle 403, quota, or resource-busy errors?
For 403 errors, check for the `aiplatform.admin` or `owner` role. For quota errors, verify the endpoint quota for the region. For resource-busy deletion failures, check whether models are still being undeployed.

More skills from this repository

All from google/skills

Automation & Ops ✓ Google · Official

Agent Platform Model Deployment Assistant

Deploy, verify, and clean up Model Garden models on Google Agent Platform.

Data & Analysis ✓ Google · Official

Agent Platform Model Registry Manager

Manage Agent Platform models, versions, and metadata from the gcloud CLI.

Automation & Ops ✓ Google · Official

Google Cloud gcloud CLI Safety Skill

Helps agents manage and troubleshoot Google Cloud resources through validated, scoped gcloud commands.

Data & Analysis ✓ Google · Official

AlloyDB Database Manager

Manage AlloyDB clusters, instances, and backups with CLI, IaC, client-library, and MCP guidance.

Dev & Engineering ✓ Google · Official

Agent Platform Prompt Manager

Manage Agent Platform managed prompts with Python SDK guidance.

Dev & Engineering ✓ Google · Official

Agent Platform Tuning Manager

Inspect, list, and safely cancel Agent Platform GenAI tuning jobs.

Dev & Engineering ✓ Google · Official

Gemini Enterprise Skill Registry

Search, manage, monitor, and scaffold skills for the Gemini Enterprise Agent Platform.

Dev & Engineering ✓ Google · Official

Gemini API Enterprise Development Guide

Helps developers build enterprise Gemini applications on Agent Platform with Google's unified Gen AI SDK.

Automation & Ops ✓ Google · Official

GKE Basics Navigator

A focused entry point for discovering GKE cluster needs and routing each task to the right specialist skill.

Automation & Ops ✓ Google · Official

Google Cloud Global Load Balancer Configurator

Design and deploy opinionated global external Application Load Balancers on Google Cloud.

Data & Analysis ✓ Google · Official

Agent Platform Model Tuning

A guided end-to-end workflow for fine-tuning open or Gemini models on Google Agent Platform.

Automation & Ops ✓ Google · Official

Google Cloud Developer Onboarding

Prepares an individual developer’s first Google Cloud project, billing setup, authentication, and initial deployment path.

Automation & Ops ✓ Google · Official

Google Cloud Foundation Builder

Deploys a secure enterprise landing-zone foundation for a Google Cloud organization.

Automation & Ops ✓ Google · Official

Google Cloud Storage Basics

Manage GCS buckets and objects while configuring access, protection, lifecycle, cost, and performance.

Data & Analysis ✓ Google · Official

BigQuery Essentials

Manage BigQuery data with CLI commands and run SQL analysis.

Dev & Engineering ✓ Google · Official

Google Agents CLI Agent Development Guide

Guides agents from specification through development, deployment, and monitoring.

Dev & Engineering ✓ Google · Official

Gemini Enterprise Managed Agents

Manage stateful Gemini Enterprise agents through the Managed Agents API.

Automation & Ops ✓ Google · Official

Gemini AI Studio to Agent Platform Migration

Guides Gemini API applications from Google AI Studio to Google Cloud Agent Platform.

Dev & Engineering ✓ Google · Official

Google Bigtable Basics

Design, configure, query, and troubleshoot Google Bigtable workloads.

Automation & Ops ✓ Google · Official

Google Cloud Live Multimodal Streaming Architect

Design and deploy Google Cloud solutions for live, bidirectional multimodal streams.

Related skills