AI AGENT ADDONS

Fetches web pages and turns them into clean markdown. It first looks for pages that already serve markdown. If not, it uses smart HTML extraction with selectors. This works great for documentation, articles, and reference pages. The tool uses curl, html2markdown, and a Bun fallback script. You can get the main content without navigation, ads, or footers.

It supports known sites like platform.claude.com and developer.mozilla.org. For unknown sites, it tries common content containers. You can also find and test your own selectors. If all else fails, a bundled script handles complex pages.

Make sure curl, html2markdown, and Bun are installed. Then just provide a URL and get clean, readable text.

Add Web Fetch skill to your workflow

Global

mkdir -p ~/.claude/skills/web-fetch

Project

mkdir -p .claude/skills/web-fetch

Source Repository

Stars
51
Forks
7
Watchers
51
License
Apache-2.0
Last Push
27 days ago
Created
1 year ago