Extracts web page content into clean Markdown using the Gemini CLI as a robust alternative to native browsing tools.
The Web Fetch skill provides a resilient, enterprise-grade fallback for Claude Code's native web browsing capabilities. By leveraging the Gemini CLI and specialized prompt engineering, it retrieves web content while stripping away noise like advertisements, navigation bars, and footers. This skill is particularly effective for developers who need to ingest technical documentation, API references, or GitHub READMEs directly into their workflow, providing structured Markdown that preserves code blocks and tables even when standard fetch tools encounter access restrictions.
主な機能
01High-speed performance using the gemini-3.1-flash-preview model
02Clean Markdown output preserving tables, lists, and code blocks
03Custom extraction instructions for targeted content retrieval
04Reliable fallback mechanism for failed native WebFetch attempts
052 GitHub stars
06Intelligent noise reduction removing ads, footers, and sidebars
ユースケース
01Retrieving specific API documentation tables directly into the terminal
02Scraping GitHub repository files and READMEs for context
03Ingesting technical blog posts for code implementation reference