gemini-api

Integrates Google Gemini API for text and image generation via Python or Node.js SDKs.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill gemini-api-ammonfife
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-api
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/gemini-api
Command: npx skills add https://github.com/ammonfife/sakima.co --skill gemini-api-ammonfife

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-generativeai, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill solves the problem of integrating Google Gemini API for various AI applications like text generation, vision, chat, streaming, and image generation.

Core Features & Use Cases

  • Text Generation: Use Google Gemini API for text generation, vision, chat, streaming, and image generation.
  • Image Generation: Generate images from text descriptions.
  • Use Case: Generate photorealistic images or extract information from text.

Quick Start

To use the Gemini API for image generation, run the following Python script:

python generate_image.py --prompt "A cat in space" --output image.png

Frequently Asked Questions about gemini-api

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

FAQPage Schema
How do I integrate the Google Gemini API for text generation in Python?

Yes, you can generate images from text descriptions using the Google Gemini API. The Skill includes a Python script, allowing you to pass a text prompt and output a generated image file. It requires the google-generativeai package and a valid API key.

What do I need to start using the Google Gemini API for AI applications?

The Google Gemini API supports advanced AI applications including text generation, vision, chat, and streaming. It also handles image generation from text descriptions. These features are integrated via Python or Node.js SDKs using the google-generativeai dependency.

What is the best way to generate an image from a text description using Google Gemini?

The best way to generate an image from a text description is by running the provided Python script. Execute the generate_image.py file with your prompt and output filename as arguments to produce the desired image using the Google Gemini API.

Does the Google Gemini API support streaming and chat applications?

Yes, the Google Gemini API supports streaming and chat applications. This Skill integrates these capabilities alongside text and image generation, allowing developers to build conversational AI and real-time streaming interfaces using the google-generativeai SDK.