web-reader

Convert web URLs into markdown text using the read_url tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a quick way to read web content without ads and clutter by converting URLs into Markdown text for efficient review.

Core Features & Use Cases

  • Distraction-free reading: Strips navigation, styling, and ads to surface only the main article content.
  • Documentation ingestion: Ideal for consuming API docs, research reports, and GitHub README/Wiki pages.
  • Research and updates: Quickly review announcements, blogs, or technical write-ups across multiple markets before decision-making.

Quick Start

Use the read_url tool with the desired URL to convert it into Markdown text for review.

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 for distraction-free reading?

To convert a web page URL into clean Markdown, the Skill uses the read_url tool to fetch content and strip away ads or navigation. This process isolates the main article text for distraction-free reading.

Can I extract technical documentation and GitHub READMEs into Markdown text?

Yes, you can extract technical documentation and GitHub READMEs into Markdown text. The tool processes HTTP-accessible pages like API docs and wikis to surface only the main content for efficient review.

What is the best way to read research reports and blog articles without ads and clutter?

The best way to read research reports and blog articles without ads is to use a web reader that applies the read_url tool to fetch the URL. It automatically removes styling and clutter to surface the main article content.

Does the web reader tool work with any HTTP-accessible link?

Yes, the web reader works with any HTTP-accessible link, including technical documentation, blog articles, and research reports. It fetches the URL content directly and can fall back to bash requests if needed.

What happens if the read_url tool fails to fetch web content?

If the read_url tool fails to fetch web content, the Skill falls back to bash requests to retrieve the URL. This ensures robust content extraction for your markdown conversion needs.

Are there limitations when converting dynamic web pages into markdown text?

When converting dynamic web pages into markdown text, the tool relies on HTTP requests to fetch content. Pages requiring complex JavaScript rendering may not be fully captured, as it focuses on extracting the main article text directly.