GO

Google_Gemini_Operations_2026

Provides workflows for model selection, implementation, and schema validation for the Google Gemini API.

Install

mkdir -p .claude/skills/google-gemini-operations-2026 && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11292" && unzip -o skill.zip -d .claude/skills/google-gemini-operations-2026 && rm skill.zip

Installs to .claude/skills/google-gemini-operations-2026

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

<!-- # COPYRIGHT NOTICE # This file is part of the "Universal Biomedical Skills" project. # Copyright (c) 2026 MD BABU MIA, PhD <[email protected]> # All Rights Reserved. # # This code is proprietary and confidential. # Unauthorized copying of this file, via any medium is stri
280 chars · catalog descriptionno explicit “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Confirm active models and limits from official documentation
  • Select Gemini models based on context window, modality, and latency
  • Implement official SDK initialization and request patterns
  • Add schema validation for structured outputs
  • Run smoke tests for text and multimodal paths

How it works

The skill guides the user through selecting appropriate Gemini models, implementing API calls using the official SDK, and establishing operational guardrails based on current documentation.

Inputs & outputs

You give it
Contextual information for model selection and API usage
You get back
Chosen Gemini model, SDK path, compatibility notes, and operational guardrails

When to use Google_Gemini_Operations_2026

  • Initialize Gemini models in a project
  • Implement multimodal AI requests
  • Configure API operational guardrails

About this skill

<!-- # COPYRIGHT NOTICE # This file is part of the "Universal Biomedical Skills" project. # Copyright (c) 2026 MD BABU MIA, PhD <[email protected]> # All Rights Reserved. # # This code is proprietary and confidential. # Unauthorized copying of this file, via any medium is strictly prohibited. # # Provenance: Authenticated by MD BABU MIA -->

name: google-gemini-operations-2026 description: Build and maintain Google Gemini API workflows using current docs and model catalog. Use when selecting Gemini models, implementing multimodal calls, or migrating code to the latest Google GenAI SDK patterns. measurable_outcome: Execute skill workflow successfully with valid output within 15 minutes. allowed-tools:

  • read_file
  • run_shell_command

Google Gemini Operations (2026)

Workflow

  1. Confirm active models and limits from official docs in references/sources.md.
  2. Select Gemini model by context window, modality, and latency constraints.
  3. Use official SDK initialization and request patterns.
  4. Add schema validation for structured outputs.
  5. Run a smoke test for text and one multimodal path when applicable.

Output Requirements

  • Provide chosen Gemini model and SDK path.
  • Provide one compatibility note for previous integrations.
  • Provide one operational guardrail (timeouts, retries, or quotas).
<!-- AUTHOR_SIGNATURE: 9a7f3c2e-MD-BABU-MIA-2026-MSSM-SECURE -->

When not to use it

  • When selecting models without considering context window, modality, or latency constraints
  • When using non-official SDK initialization or request patterns
  • When skipping schema validation for structured outputs

Limitations

  • Requires current official documentation for model information
  • Focuses on official SDK initialization and request patterns
  • Mandates schema validation for structured outputs

How it compares

This skill emphasizes using current official documentation and SDK patterns for Gemini API integration, ensuring up-to-date and stable workflows, unlike relying on potentially outdated or unofficial methods.

Compared to similar skills

Google_Gemini_Operations_2026 side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
Google_Gemini_Operations_2026 (this skill)06moNo flagsIntermediate
azure-ai-textanalytics-py05moReviewBeginner
langchain-architecture82moReviewIntermediate
voice-ai-development56moNo flagsAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

azure-ai-textanalytics-py

diegosouzapw

Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text.

00

langchain-architecture

wshobson

Design LLM applications using the LangChain framework with agents, memory, and tool integration patterns. Use when building LangChain applications, implementing AI agents, or creating complex LLM workflows.

899

voice-ai-development

davila7

Expert in building voice AI applications - from real-time voice agents to voice-enabled apps. Covers OpenAI Realtime API, Vapi for voice agents, Deepgram for transcription, ElevenLabs for synthesis, LiveKit for real-time infrastructure, and WebRTC fundamentals. Knows how to build low-latency, production-ready voice experiences. Use when: voice ai, voice agent, speech to text, text to speech, realtime voice.

553

python-sdk

comet-ml

Python SDK patterns for Opik. Use when working in sdks/python, on SDK APIs, integrations, or message processing.

426

hugging-face-tool-builder

patchy631

Use this skill when the user wants to build tool/scripts or achieve a task where using data from the Hugging Face API would help. This is especially useful when chaining or combining API calls or the task will be repeated/automated. This Skill creates a reusable script to fetch, enrich or process data.

714

serving-llms-vllm

davila7

Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.

66

Search skills

Search the agent skills registry