agent-platform-model-registry

Automate machine learning model and version management in the Agent Platform Model Registry.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/wangx7/skills-collection --skill agent-platform-model-registry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-platform-model-registry
Source: https://github.com/wangx7/skills-collection/tree/main/google-skills/skills/cloud/agent-platform-model-registry
Command: npx skills add https://github.com/wangx7/skills-collection --skill agent-platform-model-registry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually managing machine learning models and their versions in the Agent Platform Model Registry is time-consuming and prone to human error, especially when handling frequent uploads, metadata updates, and deletions across multiple model versions.

Core Features & Use Cases

  • Read-only Model Discovery: Quickly list all registered models and retrieve full metadata for specific models or versions without risk of accidental changes.
  • Safe Model Upload & Update: Register new models or new versions of existing models, and update metadata like display names and labels, with built-in confirmation safeguards to prevent unintended modifications.
  • Secure Model Deletion: Permanently remove unused models and all their versions with explicit confirmation steps to avoid irreversible data loss. Use case example: If your team maintains 20+ custom ML models for different Agent Platform use cases, use this skill to quickly audit all registered models, update outdated display names, and delete deprecated models without manual CLI command entry.

Quick Start

Use the agent-platform-model-registry skill to list all machine learning models currently registered in your Agent Platform Model Registry for your active Google Cloud project.

Frequently Asked Questions about agent-platform-model-registry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage machine learning models in the Google Cloud Agent Platform Model Registry without CLI errors?

You can manage machine learning models in the Agent Platform Model Registry by automating model discovery, version registration, and metadata updates to eliminate manual CLI errors. This skill enforces tiered confirmation safeguards for all mutating operations.

What do I need to configure before using gcloud ai commands for model registry management?

Before managing the model registry, you need pre-configured Google Cloud Application Default Credentials and active project settings. These environment configurations are required to successfully execute registry commands.

Can I safely delete unused models and their versions in the Agent Platform Model Registry?

Yes, you can securely delete unused models and all their versions from the model registry. The skill enforces explicit confirmation steps for destructive operations to prevent irreversible data loss.

How do I list registered models and retrieve version metadata for my active Google Cloud project?

You can perform read-only model discovery to list all registered models and retrieve full metadata for specific versions. This allows quick auditing of your machine learning models without risking accidental changes.

What is the best way to update display names and labels for existing ML model versions?

The best way to update metadata like display names and labels for existing model versions is through automated safe model uploads. Built-in confirmation safeguards prevent unintended modifications during the process.

When should I use an automated approach instead of manual CLI for model version registration?

You should use automated model version registration when maintaining multiple ML models for Agent Platform use cases. It prevents human error during frequent uploads, metadata updates, and deletions across multiple versions.