web-reader

Convert web page URLs into Markdown text via Jina Reader.

2|Updated May 13, 2026
One-click install
npx skills add https://github.com/thanhtai040805/AI_Invest --skill web-reader-thanhtai040805
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/thanhtai040805/AI_Invest/tree/main/ai-engine/app/domain/services/quant/skills_data/web-reader
Command: npx skills add https://github.com/thanhtai040805/AI_Invest --skill web-reader-thanhtai040805

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jina, and includes scripts (resource) components.

What problem does it solve?

The web-reader Skill solves the problem of navigating through cluttered web pages by converting URLs into clean, Markdown-formatted text, making it easier to read and share important information.

Core Features & Use Cases

  • URL to Markdown Conversion: Converts any web page URL into Markdown text, removing ads, navigation, and styling.
  • API Documentation Reading: Ideal for reading API documentation like vnstock or yfinance.
  • Technical Articles and Blogs: Extracts content from technical articles and blogs for a distraction-free reading experience.
  • Research Reports and Announcements: Retrieve and format research reports and announcements for quick review.
  • GitHub README / Wiki Pages: Extracts information from GitHub READMEs and Wiki pages.

Quick Start

Use the web-reader skill to convert the URL of a technical article to Markdown: read_url(url="https://blog.example.com/quantitative-trading-guide").

Frequently Asked Questions about web-reader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert web page URLs to Markdown for technical articles?

To convert web page URLs to Markdown, you can use this skill to extract content from technical articles and blogs. It removes ads, navigation, and styling, resulting in clean Markdown text suitable for distraction-free reading.

Can I extract API documentation as Markdown text directly from a URL?

Yes, you can extract API documentation as Markdown text directly from a URL. This skill is ideal for reading API documentation like vnstock or yfinance by converting the web pages into clean, formatted text.

Does web page conversion to Markdown support Chinese content?

Web page conversion to Markdown does support Chinese content. When processing technical articles or research reports, the skill handles Chinese content effectively while relying on the third-party Jina Reader service for extraction.

Do I need the Jina Reader service to convert URLs into Markdown text?

Yes, you need the Jina Reader service to convert URLs into Markdown text. This third-party service is required for content extraction from web pages, GitHub READMEs, and wiki pages.

What are the limitations of converting web pages to Markdown?

Limitations of converting web pages to Markdown include avoiding passing sensitive URLs to the third-party Jina Reader service. Additionally, while it supports caching and freshness options, it is primarily designed for API documentation and technical articles.