Dev & Engineering ✓ Google · Official google-cloudagent-platformtuning-jobspython-sdkjob-managementgoogle-cloud-auth

Agent Platform Tuning Manager

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

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

The skill clearly separates read-only operations from cancellation, requires explicit typed confirmation before cancellation, and instructs the agent to request missing project or region data and stop after errors. Deductions apply because gcloud login and ADC setup are broad, credential and data-flow handling are not disclosed, dependencies are unpinned, and cancellation has no rollback or recovery mechanism.

Reliability7 / 20 · 1.8/5

The Python SDK examples cover the three stated paths—list, get, and cancel—and specify stopping on certain failures. Static evidence contains no tests, CI, pinned versions, or reproducible results; the 19-digit job-ID assumption may reject valid inputs, and the error guidance conflates permission failures with nonexistent resources. The score therefore remains below the static ceiling.

Adaptability8 / 15 · 2.7/5

The skill has a clear scenario and boundary: listing, inspecting, and canceling tuning jobs, while excluding fine-tuning, deployment, and endpoint management. Required inputs are identified. Deductions apply because environmental fit, Chinese-language support, and alternative workflows are not addressed; the core function depends on Google Cloud services whose mainland-China reachability is not discussed.

Convention8 / 15 · 2.7/5

The document is well organized and includes metadata, safety tiers, setup steps, a decision tree, examples, and failure guidance. The README supplies installation, licensing, contribution, and issue-reporting information. Deductions apply for missing skill versioning, changelog, named maintenance responsibility, dependency pinning, FAQ material, and explicit known limitations.

Effectiveness5 / 15 · 1.7/5

The examples could directly perform the advertised list, inspect, and cancel operations after placeholders are replaced and authentication is configured. Deductions apply because setup and parameter substitution remain manual, no verified outputs are provided, and static review cannot establish current SDK/API compatibility or comparative benefit over manual use.

Verifiability3 / 10 · 1.5/5

The source includes auditable workflows, code samples, safety requirements, repository context, and an Apache-2.0 license. Deductions apply because there are no committed tests, CI coverage, execution logs, or third-party reproduction evidence, so static verifiability is limited.

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
  • Cancellation may lose tuning progress; obtain explicit typed confirmation and verify the project, region, and job ID before execution.
  • The google-cloud-aiplatform dependency is unpinned; verify SDK and API compatibility before use.
  • gcloud login and ADC modify the local credential environment; the skill does not document credential handling, permission scope, or data flows.
  • Network reachability and compliance for Google Cloud services in mainland China are not addressed.
Review evidence [1][2][3][4]
See the full review method →

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

This skill manages GenAI tuning jobs in Agent Platform. It covers listing jobs, retrieving details for a specific job, and canceling a running job only after explicit typed confirmation. It requires a Python virtual environment, Google Cloud authentication with ADC, and the Agent Platform SDK. A valid project ID and region are required; resource or permission errors must stop execution until the user supplies valid details.

It instructs the user to create and activate a Python virtual environment, authenticate with Google Cloud, configure Application Default Credentials, and install google-cloud-aiplatform. It uses GenAiTuningServiceClient.list_tuning_jobs to print each job's name, base model, and state; get_tuning_job to print a specific job's name, base model, state, and tuned model display name; and cancel_tuning_job to request cancellation after confirmation. For 403, 404, INVALID_ARGUMENT, or missing-resource errors, it requires stopping execution and requesting valid project or job details.

  1. A Google Cloud user wants to see which GenAI tuning jobs are running in a specified project and region.
  2. A developer has a 19-digit tuning job ID and needs its current state and tuned model display name.
  3. A user wants to stop a tuning job that is taking too long and accepts that its progress will be lost.
  4. A developer needs tuning-job management through the Agent Platform Python SDK, separate from model fine-tuning, deployment, or endpoint management.

What are this skill's strengths and limitations?

Pros
  • Provides concrete SDK workflows for listing, inspecting, and canceling tuning jobs.
  • Separates read-only actions from destructive or interruptive cancellation with an explicit confirmation requirement.
  • Defines a clear stop-and-request-more-information response for invalid, missing, or inaccessible resources.
Limitations
  • Requires Python 3, the Google Cloud CLI, network access, and the Agent Platform SDK; platform and version testing are not documented.
  • The user must supply a project ID and region; the skill does not search arbitrary regions.
  • Cancellation loses progress, and no recovery or undo procedure is provided.
  • The source does not include a test suite, automation scripts, or retry logic.

How do you install this skill?

Run:

npx skills add google/skills

Select Agent Platform Tuning Management during installation. The README does not document the final local installation directory.

How do you use this skill?

Initialize the environment with:

python3 -m venv ~/tuning_mgr_venv
source ~/tuning_mgr_venv/bin/activate
gcloud auth login
gcloud auth application-default login
pip install google-cloud-aiplatform

Then use a request such as “List tuning jobs for project PROJECT_ID in region REGION” or “Check the status of tuning job JOB_ID.” Keep the virtual environment activated whenever running a Python snippet. For cancellation, first explain that stopping the tuning process will lose progress and ask the user to type “I confirm” or “Yes, cancel it.” Do not provide or execute cancellation code before receiving explicit confirmation in a new turn.

How does this skill compare with similar options?

This skill focuses on inspecting and canceling tuning jobs. Use Agent Platform Tuning for model fine-tuning, Agent Platform Deploy for model deployment, and Agent Platform Endpoint Management for serving-endpoint management.

FAQ

Can cancellation be run immediately when a job ID is available?
No. Cancellation requires explicit typed confirmation, such as “I confirm” or “Yes, cancel it,” before cancellation code may be provided or executed.
What information is required before running a workflow?
A valid project ID and region are required. If a call returns a 403, 404, INVALID_ARGUMENT, or similar missing or inaccessible-resource error, execution must stop while valid details are requested.
Do listing and status checks require confirmation?
No. Listing and retrieval are read-only Tier R actions, although valid credentials and resource information are still required.

More skills from this repository

All from google/skills

Dev & Engineering ✓ Google · Official

Agent Platform Prompt Manager

Manage Agent Platform managed prompts with Python SDK guidance.

Data & Analysis ✓ Google · Official

Google Cloud Agent Evaluation Flywheel

Improve model and agent quality through structured evaluation, failure analysis, and iteration.

Automation & Ops ✓ Google · Official

Agent Platform Endpoint Management

Manage Agent Platform serving endpoints and troubleshoot common endpoint failures.

Data & Analysis ✓ Google · Official

Agent Platform RAG Engine Manager

Manage Vertex AI RAG corpora and retrieve grounded context with Python SDKs.

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.

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

Agent Platform Model Deployment Assistant

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

Dev & Engineering ✓ Google · Official

Gemini Enterprise Skill Registry

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

Data & Analysis ✓ Google · Official

Agent Platform Model Registry Manager

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

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.

Automation & Ops ✓ Google · Official

Google Cloud Live Multimodal Streaming Architect

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

Automation & Ops ✓ Google · Official

Google Cloud AI Agent Builder

Design, implement, deploy, and validate AI agents and multi-agent systems on Google Cloud.

Automation & Ops ✓ Google · Official

Google Cloud Operational Excellence Advisor

Assesses Google Cloud workloads and recommends improvements using the WAF Operational Excellence pillar.

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

Gemini Interactions API Guide

Build stateful, multi-turn Gemini interactions on Google Agent Platform.

Dev & Engineering ✓ Google · Official

Google Cloud Agent Platform Inference Assistant

Guides developers in connecting to Google Cloud Agent Platform and calling Gemini or OpenMaaS models.

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.

Related skills