agent-platform-deploy

Agent skill from google/skills.

google 15k ↓ 3.2k Apache-2.0 updated 26d ago
Claude Code
View source ↗

What it does

  • Rule: No confirmation needed. You may execute these commands immediately to gather information for the user.
  • Rule: This requires explicit user confirmation. You MUST present a
  • Rule: This requires explicit typed confirmation. You MUST output

Requirements & configuration

  • Rule: This requires explicit user confirmation. You MUST present a
  • Rule: This requires explicit typed confirmation. You MUST output
  • [!NOTE] Some models, especially Hugging Face models, might require a Hugging
  • Face Access Token for deployment.
  • hugging-face-access-token="YOURHFTOKEN" \

Configuration: PROJECT_IDLOCATION_IDMODEL_IDMODEL_GCS_URIENDPOINT_IDENDPOINT_URLPROMPTDEPLOYED_MODEL_ID

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

agent-platform-deploy FAQ

What does the agent-platform-deploy skill do?

>- Deploy open models or custom weights from Model Garden to Agent Platform endpoints, check deployment status, verify serving endpoints, or clean up resources by undeploying models and deleting endpoints. Use when asked to deploy models on Agent Platform, list available Model Garden models, check if a model is deployable, query deployment cost, troubleshoot deployment errors (like quota limits), or undeploy/clean up endpoints. Also use when copying and deploying a 1P Tuned Model. Don't use for public Vertex AI deployments (use the `vertex-deploy` skill) or for running model evaluations (use the `agent-platform-eval` skill). Rule: No confirmation needed. You may execute these commands immediately to gather information for the user. Rule: This requires explicit user confirmation. You MUST present a

What does agent-platform-deploy require?

Rule: This requires explicit user confirmation. You MUST present a Rule: This requires explicit typed confirmation. You MUST output [!NOTE] Some models, especially Hugging Face models, might require a Hugging Face Access Token for deployment. hugging-face-access-token="YOURHFTOKEN" \ Configuration keys: PROJECT_ID, LOCATION_ID, MODEL_ID, MODEL_GCS_URI, ENDPOINT_ID, ENDPOINT_URL, PROMPT, DEPLOYED_MODEL_ID.

How do I install agent-platform-deploy?

Run: npx -y skills add https://github.com/google/skills --skill agent-platform-deploy --agent claude-code — the source lives at github.com/google/skills.

Maintain agent-platform-deploy?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[agent-platform-deploy on getagentictools](https://getagentictools.com/skills/google-skills-agent-platform-deploy?ref=badge)
npx agentictools info skills/google-skills-agent-platform-deploy

The second line is the CLI lookup for this page — handy in READMEs and docs.