Google Gemini skills
Skills for building apps with the Gemini API and SDK skills-hub.ai mirrors 4 skills from Google Gemini daily — every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.
Upstream: github.com/google-gemini/gemini-skills
Installing a Google Gemini skill
Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.
# Install a Google Gemini skill
npx @skills-hub-ai/cli install <skill-slug>
# Browse all Google Gemini skills via API
curl https://skills-hub.ai/api/v1/skills?source=google-gemini
# Browse all sources
open https://skills-hub.ai/sourcesTop Google Gemini skills
See all →The most-installed skills from Google Gemini, ranked by adoption.
01gemini-api-dev
Use this skill when building applications with Gemini API hosted models, including Gemini and Gemma 4, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai for JavaScript/TypeScript, com.google.genai:google-genai for Java, google.golang.org/genai for Go), model selection, and API capabilities.
Buildfrom Google Gemini02gemini-live-api-dev
Use this skill when building real-time, bidirectional streaming applications with the Gemini Live API. Covers WebSocket-based audio/video/text streaming, voice activity detection (VAD), native audio features, function calling, session management, ephemeral tokens for client-side auth, and all Live API configuration options. SDKs covered - google-genai (Python), @google/genai (JavaScript/TypeScript).
Buildfrom Google Gemini03vertex-ai-api-dev
Guides the usage of Gemini API on Google Cloud Vertex AI with the Gen AI SDK. Use when the user asks about using Gemini in an enterprise environment or explicitly mentions Vertex AI. Covers SDK usage (Python, JS/TS, Go, Java, C#), capabilities like Live API, tools, multimedia generation, caching, and batch prediction.
Buildfrom Google Gemini
About this source
skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.
Last sync: Apr 30, 2026, 10:07 PM (success).
Google Gemini skills — frequently asked
What are Google Gemini skills?
Google Gemini skills are AI coding skills published by Google Gemini (Skills for building apps with the Gemini API and SDK) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.
How many Google Gemini skills are available?
skills-hub.ai indexes 4 skills from Google Gemini, synced daily from the upstream GitHub repository (https://github.com/google-gemini/gemini-skills).
How do I install a Google Gemini skill?
Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.
Are these official Google Gemini skills?
Yes. Every skill from this source is mirrored from Google Gemini's own GitHub repository (https://github.com/google-gemini/gemini-skills). Each skill page links back to the upstream source of truth, so you can verify the original.