Url Fetcher

Simple web content fetching without API keys or external dependencies. Uses Python stdlib (urllib) only. Features: fetch HTML/text from URLs, basic HTML to markdown conversion, path-validated file writes (blocks system paths), URL validation (blocks localhost/internal). Security: File writes use is_safe_path() to prevent malicious writes. Perfect for content aggregation, research collection, and web scraping without API costs or dependencies.

modbender fdcced1 2 files · 14.3 KB Updated 12 repo stars

File contents

modbender/skill-library-mcp/tree/main/data/url-fetcher commit fdcced183d

Frequently asked questions

npx skillmds add modbender/url-fetcher