
Skills for the Gemini API, SDK and model/agent interactions
·
A library of skills for the Gemini API, SDK and model interactions.
LLMs have fixed knowledge, being trained at a specific point in time. Software dev is fast paced and changes often, where new libraries are launched every day and best practices evolve quickly.
This leaves a knowledge gap that language models can't solve on their own. For example, models don't know about themselves when they're trained, and they aren't necessarily aware of subtle changes in best practices (like thought circulation) or SDK changes.
Skills are a lightweight technique for adding relevant context to your agents. This repo contains skills related to building apps powered by the Gemini API.
Our evaluations found that adding this skill improved an agent's ability to generate correct API code following best practices to 87% with Gemini 3 Flash and 96% with Gemini 3.1 Pro. For more details, see our blog post: Closing the knowledge gap with agent skills.
[!IMPORTANT] The
vertex-ai-api-devskill has moved to skills/cloud/gemini-api.
| Skill | Description |
|---|---|
gemini-api-dev | Skill for building apps with the Gemini API (Interactions API). Covers text generation, multi-turn chat, streaming, function calling, structured output, image generation, Deep Research agents, deprecated model guardrails, and both Python and TypeScript SDKs. |
gemini-live-api-dev | Skill for building real-time, bidirectional streaming apps with the Gemini Live API. Covers WebSocket-based audio/video/text streaming, voice activity detection, native audio features, function calling, and session management. |
gemini-omni-flash-api | Specialized generative AI video skill focused on Gemini Omni 1.1 Flash (gemini-omni-1.1-flash), video editing, image and video referenced generation, first and last frame transitions, and video extensions using the Interactions API. |
You can install these skills across your preferred AI coding assistants and package managers:
# Interactively browse and install skills.
npx skills add google-gemini/gemini-skills --list
# Install a specific skill (e.g., gemini-api-dev).
npx skills add google-gemini/gemini-skills --skill gemini-api-dev# Interactively browse and install skills.
npx ctx7 skills install /google-gemini/gemini-skills
# Install a specific skill (e.g., gemini-api-dev).
npx ctx7 skills install /google-gemini/gemini-skills gemini-api-devThe Gemini skills come bundled with Antigravity, find them under ⚙️ → Customizations → Build with Google Plugins.
Or install through the AGY CLI:
# Install it directly
agy plugin install https://github.com/google-gemini/gemini-skills# Register the marketplace
/plugin marketplace add google-gemini/gemini-skills
# Install the plugin
/plugin install gemini-skills@gemini-skillsInstall directly from the Cursor plugin directory or via the editor command:
/add-plugin google-gemini/gemini-skills# Add the marketplace source
codex plugin marketplace add https://github.com/google-gemini/gemini-skills
# Install the plugin
codex plugin install gemini-skillsYou can find additional information about setting up your coding assistant with Gemini API MCP and Skills in the docs.
This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/skill/gemini-skills to learn what the "Gemini Skills" skill does and how to install it. Install it for my coding agent as documented on that page, then confirm the skill is available and summarize what it can do.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
git clone --depth 1 https://github.com/google-gemini/gemini-skills.git ~/.claude/skills/gemini-skills
rm -rf ~/.claude/skills/gemini-skills/.git~/.claude/skills/gemini-skills
├── SKILL.md
├── .agents
├── .claude-plugin
├── .codex-plugin
├── .cursor-plugin
├── .gitignore
├── LICENSE
├── plugin.json
└── skillsFor a single project, put the folder in .claude/skills inside the repo instead.
git clone --depth 1 https://github.com/google-gemini/gemini-skills.gitnpx skills add google-gemini/gemini-skills --list
npx skills add google-gemini/gemini-skills --skill gemini-api-dev
npx ctx7 skills install /google-gemini/gemini-skills
npx ctx7 skills install /google-gemini/gemini-skills gemini-api-devThis listing has no SKILL.md on record yet.
Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown pla
Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "gemini-skills" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
Persistent file-based planning for AI coding agents and long-running tasks. Crash-proof markdown pla
Coding & Review
Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks.
Research & Analysis
One email a week. New agents, MCP servers and skills, and what is actually getting traction.