google-gemini-api

Community

Master Gemini API for multimodal AI

Authorjackspace
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps developers build robust applications with Google's Gemini API using the current SDK (@google/genai). It provides up-to-date model information for 2025, migration guidance from deprecated SDKs, and practical patterns for text generation, multimodal inputs, function calling, streaming, context caching, and Google Search grounding.

Core Features & Use Cases

  • Phase 1 core features: text generation, streaming, multimodal inputs, function calling, thinking mode, system instructions, and multi-turn chat
  • Phase 2 advanced features: context caching, code execution, grounding with Google Search
  • SDK migration: migrate from deprecated @google/generative-ai to @google/genai
  • Grounding with real-time information and citations

Quick Start

Install the correct current SDK, set GEMINI_API_KEY, and try a minimal generation with a Gemini 2.5 model (e.g. flash) to see results immediately.

Dependency Matrix

Required Modules

None required

Components

references

💻 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: google-gemini-api
Download link: https://github.com/jackspace/ClaudeSkillz/archive/main.zip#google-gemini-api

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository