gemini

Search the web, read URLs, and summarize files via a local Gemini CLI.

23|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill gemini-midnightv1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gemini
Source: https://github.com/MidnightV1/Claude-Code-Feishu/tree/main/.claude/skills/gemini
Command: npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill gemini-midnightv1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The gemini skill prevents long web pages, uploaded documents, and images from bloating the primary conversation by fetching, analyzing, and returning concise, cited summaries and structured insights via a local Gemini CLI.

Core Features & Use Cases

  • Web search that uses Google Search Grounding for timely results and source citations.
  • URL reading and web page processing to extract key points without injecting large page content into the main context.
  • File and image analysis (PDFs, images, code, text) using Gemini's @file mechanism to summarize, extract key data, and produce compact outputs.
  • Long-content summarization that preserves important takeaways while avoiding context window bloat and provides fallbacks to CC tools when Gemini is unavailable.

Quick Start

Ask gemini to search the web for the latest developments in AI agents and provide a concise, cited summary.

Frequently Asked Questions about gemini

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

FAQPage Schema
How do I summarize web pages without inflating the main conversation context?

To summarize web pages without context bloat, you need a tool that fetches and processes external content separately. This skill reads URLs and returns concise, cited summaries to the main conversation, preventing large page content from consuming context window limits.

Can I analyze PDFs and images without pasting their full text into the chat?

Yes, you can analyze PDFs and images without pasting full text by using external file injection mechanisms. This skill processes uploaded documents and images via local CLI file references, returning compact summaries and extracted data instead of raw content.

What is the best way to get real-time web search results with source citations?

The best way to get real-time web search results with citations is using a tool with Google Search Grounding capabilities. This skill invokes a local CLI to perform web searches, retrieving timely results and providing concise summaries with direct source citations.

Does web page summarization work if the local Gemini CLI is unavailable?

Web page summarization remains functional if the local Gemini CLI is unavailable by utilizing fallback mechanisms. The skill automatically falls back to default CC tools to fetch and process URL content, ensuring continuous web grounding and file analysis operations.

How do I extract key points from long documents without hitting context limits?

To extract key points from long documents without hitting context limits, process the files externally rather than pasting content directly. This skill injects long text and PDF files via a local CLI, analyzing them externally and returning only the important takeaways.