gemini-sdk
OfficialGemini SDK for structured, grounded AI.
Software Engineering#image generation#gemini#function calling#google search grounding#google-genai#gemini-sdk
Authoreco2-team
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a practical guide to using the Google Gemini SDK (google-genai) to access Gemini models, enable structured outputs, function calling, Google Search grounding, and image generation capabilities.
Core Features & Use Cases
- Access Gemini models (gemini-3-pro/flash; gemini-2.0/1.5 variants).
- Enable Function Calling and Structured Output to build composable AI apps.
- Ground real-time information with Google Search grounding.
- Generate images with Gemini models and inline results.
Quick Start
Install the google-genai package via pip and initialize a client with your API key. Example:
from google import genai client = genai.Client(api_key="GOOGLE_API_KEY")
Or use environment variable
import os client = genai.Client(api_key=os.environ["GOOGLE_API_KEY"])
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: gemini-sdk Download link: https://github.com/eco2-team/backend/archive/main.zip#gemini-sdk Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.