web-reader

Extract clean Markdown content from web pages with title and URL.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/prinzeval/Vibe-Trading --skill web-reader-prinzeval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/prinzeval/Vibe-Trading/tree/main/VALENDATA/agent/src/skills/web-reader
Command: npx skills add https://github.com/prinzeval/Vibe-Trading --skill web-reader-prinzeval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reads web content from any URL and outputs clean Markdown text by stripping ads, navigation, and styling for distraction-free reading.

Core Features & Use Cases

  • Converts API documentation, blog posts, README pages, and research articles into clean Markdown.
  • Removes noise (ads, navigation, styling) to deliver focused content.
  • Returns structured results including title, url, content, and length for easy reuse.

Quick Start

Call the read_url tool with a URL to convert it into Markdown text.

Frequently Asked Questions about web-reader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a web page URL into clean Markdown?

To convert a web page URL into clean Markdown, pass the URL to the reading tool, which strips ads, navigation, and styling to extract distraction-free text. The output includes the page title, original URL, Markdown body, and content length for easy reuse.

Can I extract Markdown from API documentation and GitHub READMEs?

Yes, you can extract Markdown from API documentation and GitHub READMEs. The tool processes technical articles, blogs, and documentation pages, stripping noise to deliver consistent, formatted Markdown text suitable for reuse.

What is the best way to read web articles without ads and navigation clutter?

The best way to read web articles without ads and navigation clutter is to use a URL-to-Markdown converter. It isolates the main content, removes styling and distractions, and returns structured, readable Markdown text.

Does the Markdown web reader handle blocked or dynamic pages?

The Markdown web reader applies graceful handling for blocked or dynamic pages. While it effectively extracts static article and documentation content, heavily dynamic or restricted pages may produce limited results due to access limitations.

What information is included when I convert a URL to Markdown?

When you convert a URL to Markdown, the response includes the page title, the original URL, the extracted Markdown body, and a length accounting of the content. This structured output ensures the text is easy to reuse and reference.