gemini

Access Google Gemini API for text, image, and multimodal generation.

6|Updated Oct 16, 2025
One-click install
npx skills add https://github.com/legacybridge-tech/claude-plugins --skill gemini-legacybridge-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/legacybridge-tech/claude-plugins/tree/main/gemini-api/skills/gemini
Command: npx skills add https://github.com/legacybridge-tech/claude-plugins --skill gemini-legacybridge-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides seamless access to Google's Gemini API for rapid text generation, image generation, multimodal analysis, function calling, and search grounding, enabling you to implement advanced AI capabilities without building from scratch.

Core Features & Use Cases

  • Unified access to Gemini models: text generation, image creation, multimodal analysis, and function calling through REST endpoints.
  • Rapid prototyping and automation: generate marketing copy, summarize content, create visuals, and ground results with live search in a single workflow.
  • Use Case: Example: you need a product description and a hero image for a new feature; Gemini can produce both text and visuals in a coordinated response.

Quick Start

Use the Gemini API with your GOOGLE_API_KEY to generate content and visuals by selecting appropriate models (gemini-2.5-flash for text, gemini-2.5-flash-image for images) and, if needed, enable image generation and grounding.

Frequently Asked Questions about gemini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the Gemini API for text and image generation?

To use the Gemini API for text and image generation, call the REST endpoint https://generativelanguage.googleapis.com/v1beta with a valid GOOGLE_API_KEY, selecting models like gemini-2.5-flash for text and gemini-2.5-flash-image for visuals.

Can I analyze images and generate text in a single API call?

Yes, multimodal analysis and text generation can be combined in a single API request by passing image inputs alongside text prompts to the Gemini API endpoint, optionally applying generationConfig and safety settings.

What is function calling in the Gemini API and how does it work?

Function calling in the Gemini API allows models to invoke custom functions you define, returning structured outputs that can trigger external workflows via REST endpoints when configured using the tools parameter.

Do I need a specific API key to access Gemini models?

Yes, accessing Gemini models requires a valid GOOGLE_API_KEY sent to the generativelanguage REST endpoint to authenticate requests for text generation, multimodal analysis, image creation, and search grounding.

How do I ground generated text with live web data using the Gemini API?

You can ground generated text with live web data by enabling search grounding tools in your API request, allowing the Gemini model to fetch and integrate current information into its generation output.

What are the limitations of using the Gemini API for multimodal generation?

Limitations of the Gemini API for multimodal generation include requiring specific models like gemini-3-pro-image-preview for advanced visuals, manual configuration of generationConfig and safety settings, and managing separate REST calls for distinct tasks.