Cloud IX Team 150f8525e7 🐛 fix(skills): correct batchGet to GET with repeated names
The retrieving-developer-knowledge skill documented batch document fetch as
POST /v1/documents:batchGet with a JSON body. No such method exists, and the
call returns a 404, so the operation never worked as documented.

The v1 discovery document defines documents.batchGet as a GET with repeated
`names` query parameters and no request body. This corrects the endpoint in
SKILL.md and references/api-fallback.md, documents the optional `view`
parameter, the 20-document ceiling and the response shape, and states plainly
that the endpoint takes no request body.

Also adds the credential guidance the skill was missing. Neither file told a
reader how to obtain a credential when none is present; both now link the
public Developer Knowledge quickstart, which covers enabling the API and
creating a key.

PiperOrigin-RevId: 980133878
2026-09-11 18:43:51 -07:00
2026-06-12 13:00:28 -07:00
2026-04-13 16:25:00 +00:00

Agent Skills

Install via skills.sh

This repository contains Agent Skills for Google products and technologies, including Google Cloud.

Installation

npx skills add google/skills

From the npx install command, you can select the specific skills from this repo to install.

Available Skills

Additional Google skills

Plugins

This repo also bundles Google product plugins (Skills + MCP servers) for agent harnesses.

Agent harness Install
Claude Code claude plugin marketplace add google/skills, then claude plugin install <plugin>@google-plugins
Codex codex plugin marketplace add google/skills, then install from the /plugins browser
Antigravity CLI agy plugin install https://github.com/google/skills/<plugin-path>

Support

If you need help or encounter issues with these skills, search for existing issues or open a new one in the GitHub Issue Tracker.

Contributing

We welcome contributions to improve our skills. You can help by:

  • Reporting bugs or inaccuracies in the skill Markdown files.
  • Suggesting new skills to add to this repository (for example, Google technologies or recipes) by filing a feature request.

License

You are free to copy, modify, and distribute these skills under the terms of the Apache 2.0 license. See the LICENSE file for details.

S
Description
cloud-run-basics: Manages Cloud Run services, jobs, and worker pools. Use when you need to deploy applications responding to HTTP requests (services), run event-triggered or…; gemini-api: Use when the user asks about using Gemini in an enterprise environment or explicitly mentions Vertex AI, Google Cloud, or Agent Platform. Guides the usage of…; bigquery-basics: Manages datasets, tables, and jobs in BigQuery. Use when you need to interact with BigQuery, run SQL queries, manage BigQuery resource…
Readme Apache-2.0 3.2 MiB
Languages
Python 86.4%
Shell 8.3%
HCL 5.1%
Dockerfile 0.1%
JavaScript 0.1%