gemini-web-quicker-skill

Route Gemini Web API queries through a local HTTP service via Quicker.

15|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/luoluoluo22/gemini-web-quicker-skill --skill gemini-web-quicker-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini-web-quicker-skill
Source: https://github.com/luoluoluo22/gemini-web-quicker-skill/tree/main
Command: npx skills add https://github.com/luoluoluo22/gemini-web-quicker-skill --skill gemini-web-quicker-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, Pillow, and includes scripts (resource) components.

What problem does it solve?

This skill provides an easy bridge to Gemini Web API services via a Quicker action, enabling local agents to access thinking, fast chat, image generation, and video analysis capabilities without complex setup.

Core Features & Use Cases

  • Connects Gemini Thinking (3.0 Thinking), Gemini 3 Flash/Pro, and Gemini 3 Image models through a locally hosted API.
  • Supports automatic video compression and streaming image generation for fast, end-to-end multimodal workflows.
  • Typical use cases include deep reasoning for code and data analysis, rapid dialogue for content tasks, and high-quality image/video generation driven by prompts.

Quick Start

Start the Quicker Gemini action and ensure the local HTTP service is running on port 55557, then run python scripts/chat.py with your prompt to begin.

Frequently Asked Questions about gemini-web-quicker-skill

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

FAQPage Schema
How do I access the Gemini Web API for local multimodal workflows?

Access the Gemini Web API by routing queries through a Quicker action that runs a self-contained local HTTP service. This enables local agents to use Gemini Thinking, Flash/Pro, and Image models for multimodal processing.

How do I send image and video files to the Gemini Web API using Python?

Send image and video files to the Gemini Web API using the provided Python client, which supports base64-encoded media payloads and multiple endpoints for file uploads to handle multimodal inputs.

Can I use FFmpeg to optimize video analysis with the Gemini API?

You can optimize video analysis with the Gemini API through the Python client's optional FFmpeg-based video compression feature, which automatically prepares and compresses video streams for processing.

How do I start the local HTTP service for Gemini API requests?

Start the local HTTP service by launching the Quicker Gemini action to ensure the service runs on port 55557, then execute the python scripts/chat.py file with your prompt to begin querying.

What is the best way to generate images locally using the Gemini 3 Image model?

Generate images locally using the Gemini 3 Image model via the Quicker action bridge, which supports streaming image generation responses directly through the self-hosted local HTTP API service.

Does the Gemini Web API bridge support streaming responses for deep reasoning tasks?

The Gemini Web API bridge supports streaming responses for deep reasoning tasks, allowing local agents to process continuous outputs from Gemini 3.0 Thinking and Flash models for code and data analysis.