{
  "markdown": "# Gemini API skills\n\nA library of skills for the Gemini API, SDK and model interactions.\n\n## About\n\nLLMs have fixed knowledge, being trained at a specific point in time. Software\ndev is fast paced and changes often, where new libraries are launched every day\nand best practices evolve quickly.\n\nThis leaves a knowledge gap that language models can't solve on their own. For\nexample, models don't know about themselves when they're trained, and they\naren't necessarily aware of subtle changes in best practices (like [thought\ncirculation](https://ai.google.dev/gemini-api/docs/thought-signatures)) or SDK\nchanges.\n\n[Skills](https://agentskills.io/) are a lightweight technique for adding\nrelevant context to your agents. This repo contains skills related to building\napps powered by the Gemini API.\n\n### Performance\n\nOur evaluations found that adding this skill improved an agent's ability to\ngenerate correct API code following best practices to 87% with Gemini 3 Flash\nand 96% with Gemini 3.1 Pro. For more details, see our blog post:\n[Closing the knowledge gap with agent skills](https://developers.googleblog.com/closing-the-knowledge-gap-with-agent-skills/).\n\n## Skills in this repo\n\n> [!IMPORTANT]\n> The `vertex-ai-api-dev` skill has moved to\n> [skills/cloud/gemini-api](https://github.com/google/skills/tree/main/skills/cloud/gemini-api).\n\n| Skill | Description |\n| :--- | :--- |\n| [`gemini-api-dev`](skills/gemini-api-dev) | Skill for building apps with the [Gemini API](https://ai.google.dev/gemini-api/docs/interactions?ua=chat) (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. |\n| [`gemini-live-api-dev`](skills/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. |\n| [`gemini-omni-flash-api`](skills/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. |\n\n## Installation\n\nYou can install these skills across your preferred AI coding assistants and package managers:\n\n### Using [Vercel skills CLI](https://skills.sh)\n\n```sh\n# Interactively browse and install skills.\nnpx skills add google-gemini/gemini-skills --list\n\n# Install a specific skill (e.g., gemini-api-dev).\nnpx skills add google-gemini/gemini-skills --skill gemini-api-dev\n```\n\n### Using [Context7 skills CLI](https://context7.com)\n\n```sh\n# Interactively browse and install skills.\nnpx ctx7 skills install /google-gemini/gemini-skills\n\n# Install a specific skill (e.g., gemini-api-dev).\nnpx ctx7 skills install /google-gemini/gemini-skills gemini-api-dev\n```\n\n### Antigravity\n\nThe Gemini skills come bundled with Antigravity, find them under\n⚙️ → Customizations → Build with Google Plugins.\n\nOr install through the AGY CLI:\n\n```sh\n# Install it directly\nagy plugin install https://github.com/google-gemini/gemini-skills\n```\n\n### Claude Code\n\n```sh\n# Register the marketplace\n/plugin marketplace add google-gemini/gemini-skills\n\n# Install the plugin\n/plugin install gemini-skills@gemini-skills\n```\n\n### Cursor\n\nInstall directly from the Cursor plugin directory or via the editor command:\n\n```text\n/add-plugin google-gemini/gemini-skills\n```\n\n### OpenAI Codex\n\n```sh\n# Add the marketplace source\ncodex plugin marketplace add https://github.com/google-gemini/gemini-skills\n\n# Install the plugin\ncodex plugin install gemini-skills\n```\n\n## More info\n\nYou can find additional information about setting up your coding assistant with\nGemini API MCP and Skills in [the docs](https://ai.google.dev/gemini-api/docs/coding-agents).\n\n## Disclaimer\n\nThis is not an officially supported Google product. This project is not\neligible for the [Google Open Source Software Vulnerability Rewards\nProgram](https://bughunters.google.com/open-source-security).\n",
  "bytes": 4181,
  "sha": "435e1c052d2dc1a6060221ccb2cc0c21d135d343a1ec3d1b4b264daadd1a7004",
  "repo_slug": "google-gemini/gemini-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_google_gemini_gemini_skills_gemini_omni__3ddd683c/readme"
}