Dev & Engineering ✓ Google · Official google-cloudagent-platformprompt-managementpython-sdkprompt-versioning

Agent Platform Prompt Manager

Manage Agent Platform managed prompts with Python SDK guidance.

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

The evidence shows interactive confirmation and same-turn restrictions for creation and deletion, plus ADC setup guidance, providing basic change control. Points are deducted because least-privilege IAM, data flows, sensitive-content handling, dependency integrity, and post-deletion recovery are not specified; the authentication commands may also alter the user's environment.

Reliability6 / 20 · 1.5/5

The evidence covers list, get, create, delete, versioning, placeholders, and some idempotency guidance. Points are deducted for the absence of tests, abnormal-input handling, or diagnosable failure feedback; placeholder syntax differs between the main guide and creation example, while preview APIs and unpinned dependencies add uncertainty. Static review caps this at 10.

Adaptability8 / 15 · 2.7/5

The metadata clearly defines prompt-management scenarios and excludes training, endpoint deployment, and non-Agent Platform prompts. Points are deducted because input/output contracts, precise trigger boundaries, atypical failure cases, Chinese-language support, and mainland-China network reachability are not documented.

Convention8 / 15 · 2.7/5

The evidence shows layered documentation with a main guide and creation reference, including installation, examples, safety requirements, licensing, and a repository support path. Points are deducted for lacking a skill-specific versioning policy, changelog, named maintenance responsibility, explicit update path, FAQ, systematic troubleshooting, and pinned dependency versions.

Effectiveness6 / 15 · 2.0/5

The evidence provides Python snippets for listing, retrieving, creating, and deleting managed prompts, so the core task is broadly covered. Points are deducted because the code was not executed or independently verified, creation guidance is brief, and complete update/version-management flows, error handling, and directly runnable parameter examples are missing. Static review caps this at 7.

Verifiability3 / 10 · 1.5/5

The evidence includes source snippets, operational constraints, README context, and a license, but no committed tests, CI coverage, or third-party execution evidence. Points are deducted because SDK behavior, version compatibility, and example correctness cannot be independently reproduced from the supplied files; static review caps this at 5.

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
  • Do not treat the documented confirmations as a substitute for least-privilege IAM or recovery controls; confirm resource scope and maintain an independent backup before deletion.
  • The creation example has inconsistent placeholder syntax, and the SDK is preview with unpinned dependencies; verify the current API and versions before production use.
  • Mainland-China reachability, Chinese interaction support, and cross-border data-processing risks are not documented.
Review evidence [1][2][3][4][5]
See the full review method →

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

This skill is for developers who manage prompts hosted in Agent Platform. It provides Python guidance for creating, listing, retrieving, versioning, assembling, and deleting managed prompts. Creation requires interactive confirmation, while deletion requires explicit typed confirmation in a later turn. Users must prepare Google Cloud authentication, a Python virtual environment, and the required SDK packages first.

It guides users through configuring a project and region with vertexai.init and using vertexai.preview.prompts to list prompts, retrieve prompts by ID, retrieve a specified version, and assemble template contents with variables. It requires confirmation of key parameters before creation and confirmation of the prompt ID before deletion. It also recommends double-curly-brace template variables, recording production version IDs, specifying a target model, and using the correct Dataset API metadata structure where applicable.

  1. A developer needs to inspect all managed prompts in a Google Cloud project.
  2. An application team needs to retrieve a prompt template and assemble it with runtime variables.
  3. A prompt engineer needs to create a managed prompt with a display name, template, and target model.
  4. A production maintainer needs to retrieve prompt versions and record their IDs.
  5. An administrator needs to remove an obsolete prompt with safeguards against accidental deletion.

What are this skill's strengths and limitations?

Pros
  • Covers the main managed-prompt lifecycle: creation, listing, retrieval, version access, assembly, and deletion.
  • Uses confirmation tiers to reduce accidental creation and irreversible deletion.
  • Includes copyable Python SDK examples and environment setup commands.
  • Clearly excludes model training, endpoint deployment, and non-Agent Platform prompt management.
Limitations
  • Requires Google Cloud authentication plus project and region configuration.
  • The examples use `vertexai.preview.prompts`, but the source does not document its stability or compatibility range.
  • Detailed creation code is not included in the provided material.
  • The source provides no test suite, cost guidance, or comprehensive failure-handling documentation.

How do you install this skill?

Run npx skills add google/skills and select skills/cloud/agent-platform-prompt-management during installation. The repository is licensed under Apache-2.0 and bundles about 90 skills; this profile covers only the specified skill path.

How do you use this skill?

First run gcloud auth login and gcloud auth application-default login. Create and activate an environment with python3 -m venv ~/prompt_agent_venv and source ~/prompt_agent_venv/bin/activate, then install dependencies with pip install google-cloud-aiplatform google-genai. Activate the environment before every Python execution. Example trigger: List managed Agent Platform prompts for project PROJECT_ID in region LOCATION_ID. Creation and deletion require confirmation in a new turn; deletion code must not be provided before confirmation. Detailed creation snippets are referenced in references/create.md, but that file was not included in the source material.

FAQ

Does this skill manage model training or endpoint deployment?
No. Its stated scope is managed prompts in Agent Platform; it should not be used for model training, endpoint deployment, or non-Agent Platform prompts.
Can a deleted prompt be restored?
The source describes deletion as irreversible. The workflow therefore requires the prompt ID and explicit typed confirmation in a later turn.
What preparation and permissions are required?
Users need Google Cloud login, active Application Default Credentials, Python, the Google Cloud CLI, and the `google-cloud-aiplatform` and `google-genai` packages. The source does not specify exact IAM roles.

More skills from this repository

All from google/skills

Dev & Engineering ✓ Google · Official

Agent Platform Tuning Manager

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

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 Registry Manager

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

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 Tuning

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

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