jina-reader

Extract clean Markdown content from URLs via the Jina Reader API.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill jina-reader-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jina-reader
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/jina-reader
Command: npx skills add https://github.com/malue-ai/dazee-small --skill jina-reader-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill extracts clean, readable content from any URL, removing website clutter like ads and navigation.

Core Features & Use Cases

  • URL Content Extraction: Converts web pages into Markdown text.
  • Web Search: Provides a way to search the web and get results in JSON format.
  • Use Case: When a user shares a link to a long article, this Skill can fetch the main content, making it easier to read or summarize.

Quick Start

Use the nodes tool to run curl to get markdown content from https://example.com/article.

Frequently Asked Questions about jina-reader

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

FAQPage Schema
How do I extract clean markdown content from a web page URL?

To extract markdown content from a URL, use a tool to run curl and fetch the page through the Jina Reader API. This removes website clutter like ads and navigation, returning readable Markdown text.

Does this URL reader remove ads and navigation when scraping web content?

Yes, this URL reader removes ads and navigation clutter during web scraping. It extracts only the clean, readable main content from the page and converts it into Markdown format.

Can I perform a web search and get JSON results with this content extraction tool?

Yes, you can perform a web search and get JSON results with this content extraction tool. Alongside extracting URL content, it provides functionality to search the web and return structured JSON data.

Do I need curl to use this web scraping and content extraction skill?

Yes, you need curl to use this web scraping and content extraction skill. It requires curl to execute requests to the Jina Reader API for fetching markdown content or JSON search results.

What is the best way to summarize long articles from web links?

The best way to summarize articles from web links is to extract the clean markdown content from the URL first. This removes website clutter, making the readable text easier to process and summarize.