Skill

Gemini API

Skill

The official skill for shipping against the Gemini API.

Google’s own guidance for the Gemini API — models, streaming, and the mistakes the docs already warn about.

spec·Apache-2.0·Updated this quarter·github.com/google-gemini/gemini-cli

Claude CodeCursorDesktop
Scanned
npx skills add google-gemini/gemini-api-dev

By Google

Input

A Gemini integration question.

Output

A pattern that matches current docs.

gemini-api-dev.skill/invoke

You say

Stream a multimodal response without blocking.

It returns

Use the live/stream client. Don’t buffer the image. Snippet attached.

Prompt notebook

Prompts this skill is built for.

  • You say

    Stream a multimodal response without blocking.

    It returns

    Use the live/stream client. Don’t buffer the image. Snippet attached.

  • You say

    Which model for cheap classification?

    It returns

    Flash-lite for labels. Pro only if you need the long context.

What it teaches

  1. 01Models
  2. 02Streaming
  3. 03Safety