web-reader

Convert web pages into clean Markdown text with JSON output.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ebrahim-sani/trading-automation --skill web-reader-ebrahim-sani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/ebrahim-sani/trading-automation/tree/main/vibe-trading/agent/src/skills/web-reader
Command: npx skills add https://github.com/ebrahim-sani/trading-automation --skill web-reader-ebrahim-sani

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading web pages manually is time‑consuming and noisy; this skill turns any URL into clean, distraction‑free Markdown, enabling quick content consumption and downstream processing.

Core Features & Use Cases

  • URL to Markdown conversion: Strips ads, navigation, and styling, returning plain text.
  • Supports diverse sources: API documentation, technical blogs, research reports, and GitHub pages.
  • Handles large pages: Truncates content over 8000 characters while preserving length metadata.

Quick Start

Use the web-reader skill to fetch and convert a webpage URL into concise 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 to clean Markdown text?

To convert a web page URL to Markdown, provide the link to the reader. It strips ads, navigation, and styling, returning plain text content formatted as Markdown for immediate analysis or summarization.

Can I extract content from API documentation and GitHub pages into Markdown?

Yes, you can extract content from API documentation and GitHub pages into Markdown. The conversion process supports diverse sources including technical blogs and research reports, delivering clean text output.

What is the best way to scrape web content for analysis without ads and navigation?

The best way to scrape web content for analysis is using a URL to Markdown converter. It instantly strips distracting elements like ads and navigation, returning distraction-free plain text suitable for downstream processing.

Does the Markdown conversion handle large web pages that exceed 8000 characters?

Markdown conversion handles large web pages by truncating content that exceeds 8000 characters. The JSON response preserves length metadata, ensuring you know the original document size even when the text is shortened.

What metadata is included when scraping a URL to Markdown?

When scraping a URL to Markdown, the response includes a JSON object with the extraction status, page title, original URL, Markdown content, and the total content length to track any truncation.