What problem does it solve?
This Skill helps users quickly access and convert web page content into readable Markdown, eliminating manual copy-paste and tedious formatting when researching online articles.
Core Features & Use Cases
- Fetch and convert HTML pages to clean Markdown, preserving structure while removing navigation, ads, and other non-content sections.
- Support single URL fetch with adjustable timeout and output length, plus easy extension to multiple URLs.
- Real-world use: Save long articles for offline reading, summarization, or feeding extracted content into AI workflows.
Quick Start
Run the fetch script to retrieve a URL and convert it to Markdown:
python3 scripts/fetch_url.py "https://example.com/article"
Options:
--timeout <seconds> (default: 30)
--max-length <chars> (default: 100000)
--raw Output raw HTML instead of Markdown