Fetches and converts web content into clean Markdown using the Gemini CLI as a reliable fallback for Claude's native tools.
This skill provides a robust alternative for retrieving web content by leveraging the Gemini CLI's native browsing capabilities. It is particularly useful when Claude's internal WebFetch tool fails or encounters restricted access. The skill automatically strips away non-essential elements like advertisements, navigation bars, and footers, delivering structured Markdown that preserves code blocks, tables, and lists. Users can also provide specific extraction instructions to focus on particular sections of a page, such as API reference tables or specific documentation blocks, ensuring high-quality context for development tasks.
Key Features
01Intelligent noise reduction (removes ads, footers, and navs)
02Reliable fallback for failed native web browsing requests
03High-speed processing using Gemini-3.1-Flash models
042 GitHub stars
05Customizable extraction instructions for targeted data scraping
06Automatic conversion of HTML to clean, structured Markdown
Use Cases
01Ingesting web-based research and articles into the AI context without boilerplate
02Retrieving technical documentation or API references when native tools are blocked
03Extracting specific data tables or code examples from complex web pages