{"id":44715796,"url":"https://github.com/google-gemini/gemini-skills","last_synced_at":"2026-04-15T13:34:38.973Z","repository":{"id":337553593,"uuid":"1151113612","full_name":"google-gemini/gemini-skills","owner":"google-gemini","description":"Skills for the Gemini API, SDK and model/agent interactions","archived":false,"fork":false,"pushed_at":"2026-03-26T15:32:27.000Z","size":76,"stargazers_count":2517,"open_issues_count":7,"forks_count":227,"subscribers_count":27,"default_branch":"main","last_synced_at":"2026-03-27T06:18:47.413Z","etag":null,"topics":["gemini","gemini-api","skills"],"latest_commit_sha":null,"homepage":"https://ai.google.dev/gemini-api/docs","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google-gemini.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-06T04:17:28.000Z","updated_at":"2026-03-27T06:03:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/google-gemini/gemini-skills","commit_stats":null,"previous_names":["google-gemini/gemini-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/google-gemini/gemini-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-gemini%2Fgemini-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-gemini%2Fgemini-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-gemini%2Fgemini-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-gemini%2Fgemini-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-gemini","download_url":"https://codeload.github.com/google-gemini/gemini-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-gemini%2Fgemini-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31843051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T13:28:40.153Z","status":"ssl_error","status_checked_at":"2026-04-15T13:28:29.396Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gemini","gemini-api","skills"],"created_at":"2026-02-15T14:00:29.943Z","updated_at":"2026-04-15T13:34:38.967Z","avatar_url":"https://github.com/google-gemini.png","language":null,"funding_links":[],"categories":["🧠 Agent Skills","精选技能","Official Platform Skills","Table of Contents","Uncategorized","Credits \u0026 Sources","Other","Official Skills"],"sub_categories":["技术开发","Skills by Google Gemini","Uncategorized","Official Sources"],"readme":"# 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/thinking#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 Pro.\n\n## Skills in this repo\n\n| Skill | Description |\n| :--- | :--- |\n| [`gemini-api-dev`](skills/gemini-api-dev) | Skill for developing Gemini-powered apps. Provides the best practices for building apps that use the Gemini API. |\n| [`vertex-ai-api-dev`](skills/vertex-ai-api-dev) | Skill for developing Gemini-powered apps on Google Cloud Vertex AI using the Gen AI SDK. Covers tools, multimodal generation, caching, and batch prediction. |\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-interactions-api`](skills/gemini-interactions-api) | Skill for building apps with the [Gemini Interactions API](https://ai.google.dev/gemini-api/docs/interactions?ua=chat). 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\n## Installation\n\nYou can browse and install skills using either the [Vercel skills CLI](https://skills.sh) or the [Context7 skills CLI](https://context7.com).\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 --global\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., vertex-ai-api-dev).\nnpx ctx7 skills install /google-gemini/gemini-skills vertex-ai-api-dev\n```\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-gemini%2Fgemini-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle-gemini%2Fgemini-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-gemini%2Fgemini-skills/lists"}