web-page-reader

Convert web page content from a URL into clean Markdown.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/loanntc/Paave --skill web-page-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-page-reader
Source: https://github.com/loanntc/Paave/tree/main/skills/web-reader
Command: npx skills add https://github.com/loanntc/Paave --skill web-page-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reading web pages often produces cluttered output filled with navigation, ads, and styling, making it hard to quickly extract the information you actually need.

Core Features & Use Cases

  • Clean URL-to-Markdown conversion: Turns any public URL into tidy Markdown for faster review and downstream processing.
  • Distraction removal: Strips away navigation, ads, and visual noise to focus on the main content.
  • Use Case: Quickly summarize and cite information from API documentation, technical articles, research reports, and GitHub READMEs by converting their URLs to Markdown text.

Quick Start

Use the web-page-reader skill to convert a URL into Markdown by calling the read_url tool with the target link as the url parameter.

Frequently Asked Questions about web-page-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 for content extraction?

URL-to-Markdown conversion works by forwarding a public link to the Jina Reader service, which strips navigation, ads, and styling to return the main content as tidy Markdown text. It is ideal for extracting API documentation, technical articles, and GitHub project pages.

Can I extract API documentation and research announcements from a URL without ads and navigation?

You can extract API documentation and research announcements by providing the public URL. The tool applies distraction removal to strip ads and navigation, returning the core content as clean Markdown text for faster review and downstream analysis.

Does the URL-to-Markdown conversion tool support GitHub READMEs and technical blog posts?

The conversion tool supports GitHub READMEs and technical blog posts by forwarding the full URL to the Jina Reader. It returns JSON containing status, title, url, content, and length, allowing you to analyze and summarize technical content quickly.

What is the best way to get clean text from a public URL for downstream processing?

The best way to get clean text from a public URL is using a reading assistance tool that forwards the link to the Jina Reader. This process strips visual noise and returns tidy Markdown, making the extracted content ready for analysis and summarization.

Are there limitations when using Jina Reader to scrape web page content into Markdown?

Limitations when using Jina Reader include possible content truncation and the presence of caching metadata in the returned JSON. It requires a publicly accessible URL and focuses on extracting main content, so it may not bypass strict anti-scraping protections.