google-agents-cli-publish
Publish Google ADK Agents to Gemini Enterprise
Publishing ADK agents to Gemini Enterprise requires the correct registration mode, resource IDs, and permissions. This skill guides Claude, Codex, or Claude Code through safe CLI registration and Agent Registry management.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "google-agents-cli-publish" from https://skillstore.io/skills/google-google-agents-cli-publish.md and its manifest at https://skillstore.io/api/skills/google-google-agents-cli-publish/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "google-agents-cli-publish". I have a deployed Agent Runtime agent and a Gemini Enterprise app ID.
Expected outcome:
The assistant identifies ADK registration, checks required IDs, and prepares a publish sequence with display name and description fields.
Using "google-agents-cli-publish". My A2A Cloud Run registration cannot fetch the agent card.
Expected outcome:
The assistant reviews the agent card URL, Cloud Run invoker role, authentication state, and project permissions before suggesting retry steps.
Using "google-agents-cli-publish". I need to clean up an old registered agent.
Expected outcome:
The assistant distinguishes auto-registered runtime agents from manual Service records and recommends inspection before any delete action.
Security Audit
SafeThe reported command execution findings are Markdown inline code and shell examples in a CLI documentation skill, not executable skill code. The network and filesystem alerts are example URLs and a .well-known URL path, with no evidence of prompt injection, credential harvesting, or unauthorized exfiltration.
Risk Factors
โ๏ธ External commands (47)
๐ Network access (2)
๐ Filesystem access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/google-google-agents-cli-publish/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/google-google-agents-cli-publish?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/google-google-agents-cli-publish?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/google-google-agents-cli-publish/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/google-google-agents-cli-publish.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
google. (2026). google-agents-cli-publish security audit report (audit version 4) [Author version 0.5.1]. Skillstore. https://skillstore.io/skills/google-google-agents-cli-publish/audits/4BibTeX citation
@techreport{google-google-google-agents-cli-publish-2026,
author = {google},
title = {google-agents-cli-publish security audit report (audit version 4)},
institution = {Skillstore},
year = {2026},
number = {4},
url = {https://skillstore.io/skills/google-google-agents-cli-publish/audits/4},
note = {Author version 0.5.1}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "google-agents-cli-publish security audit report (audit version 4)"
version: "0.5.1"
type: report
authors:
- name: "google"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/google-google-agents-cli-publish/audits/4"
identifiers:
- type: other
value: "skillstore:google-google-agents-cli-publish:audit:4"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Register a deployed ADK agent
Publish an existing Agent Runtime deployment to a Gemini Enterprise app with the correct resource names.
Automate production registration
Build a non-interactive publish flow for CI/CD using flags or environment variables.
Manage registered agent records
List, inspect, update, or remove agents through Agent Registry guidance.
Try These Prompts
Help me publish my deployed ADK agent to Gemini Enterprise. Ask for the missing app ID, runtime ID, display name, and registration type.
Create a non-interactive publish plan for a CI pipeline. Use environment variables and include validation steps before running the command.
I have an A2A agent on Cloud Run. Help me register it with Gemini Enterprise, including agent card URL, permissions, and troubleshooting checks.
Help me inspect and update existing Agent Registry entries. Identify safe checks before changing endpoints, metadata, or deleting records.
Best Practices
- Confirm the target project, location, app ID, and registration mode before publishing.
- Use deployment metadata only after verifying it belongs to the intended deployment.
- Inspect Agent Registry records before updating endpoints or deleting services.
Avoid
- Publishing with guessed resource IDs or unclear registration type.
- Sharing production project IDs, app IDs, or authorization IDs in public examples.
- Deleting Agent Registry services without checking runtime ownership first.