web-reader

Extract web page content into clean Markdown via r.jina.ai.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/justcyl/my-skills --skill web-reader-justcyl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/justcyl/my-skills/tree/main/web-reader
Command: npx skills add https://github.com/justcyl/my-skills --skill web-reader-justcyl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convert arbitrary web pages into clean, AI-friendly Markdown for analysis, summarization, and content extraction, leveraging Jina Reader to render dynamic pages and filter noise such as navigation bars and ads.

Core Features & Use Cases

  • Renders pages (including SPAs) and outputs clean Markdown suitable for AI consumption.
  • Provides two endpoints: r.jina.ai for reading a single URL and s.jina.ai for web search results.
  • Ideal for web research, documentation reading, technical article summaries, and batch URL processing.

Quick Start

Convert the webpage at a given URL into clean Markdown suitable for AI consumption.

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 webpage into clean Markdown for AI consumption?

To convert a webpage into clean Markdown for AI consumption, you can use this Skill to render the target URL and extract formatted text. It filters out noise like navigation bars and ads, providing AI-friendly Markdown output.

Can I extract content from dynamic single page applications using web scraping?

Yes, you can extract content from dynamic single page applications. The Skill applies dynamic rendering to process SPAs, ensuring that JavaScript-rendered content is fully captured and formatted into clean Markdown.

Does this web scraping tool support batch URL processing and summarization?

Yes, this web scraping tool supports batch URL processing and summarization tasks. It is designed to handle multiple URLs, rendering each page and extracting the core content to streamline large-scale web research.

What is the best way to get search results formatted as Markdown?

The best way to get search results formatted as Markdown is utilizing the provided s.jina.ai endpoint. This feature queries web search results and returns them structured as clean Markdown, suitable for direct AI analysis.

How does dynamic rendering handle noise filtering for technical article summaries?

Dynamic rendering handles noise filtering by removing non-essential page elements such as ads and navigation bars before extraction. This ensures technical article summaries contain only the core text, formatted as clean Markdown.