web-reader

Convert URLs into clean Markdown text with the read_url tool.

Updated May 15, 2026
One-click install
npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill web-reader-philipcoller-777
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/philipcoller-777/Vibe-Trading-TV2/tree/main/agent/src/skills/web-reader
Command: npx skills add https://github.com/philipcoller-777/Vibe-Trading-TV2 --skill web-reader-philipcoller-777

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading web content often requires manual copying and formatting; convert URLs into clean Markdown text to reduce manual reformatting.

Core Features & Use Cases

  • URL-to-Markdown Conversion: transforms any URL into readable Markdown, stripping ads and navigation.
  • Content Extraction: captures title, content, and metadata for documentation, research summaries, and READMEs.
  • Use Case: turn a GitHub README URL into a clean, paste-ready Markdown article.

Quick Start

Pass a URL to the web-reader to receive a clean Markdown version of the page.

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 GitHub README URL to clean Markdown text?▼

To convert a GitHub README URL to clean Markdown text, pass the URL to the web-reader. It extracts the page content and returns a paste-ready Markdown version, stripping out ads and navigation elements automatically.

What is the best way to extract documentation from web pages into Markdown?▼

The best way to extract documentation from web pages into Markdown is using a URL-to-Markdown conversion tool. It captures the title, content, and metadata while handling dynamic content, providing a clean text representation for technical blogs and research notes.

Can I use web-reader to capture dynamic content and truncate long web pages?▼

Yes, you can use web-reader to capture dynamic content and handle truncation. It is designed to process URLs and manage common web-page challenges, returning a complete Markdown-formatted text representation of the targeted page.

Does web-reader strip ads and navigation when reading URLs?▼

Yes, web-reader strips ads and navigation when reading URLs. The URL-to-Markdown conversion process specifically removes these elements to ensure you receive a clean, readable Markdown file containing only the core page content.

Do I need any dependencies to convert URLs to Markdown text on demand?▼

No dependencies are required to convert URLs to Markdown text on demand. The web-reader operates independently by directly invoking the read_url tool, allowing you to transform web links into clean text without external setup.