web-reader

Retrieve and extract titles, HTML, and publication dates from web pages.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of programmatically retrieving and parsing web page content, reducing manual copying and enabling automated data collection.

Core Features & Use Cases

  • Content Extraction: Fetch and parse webpage content, retrieving titles, main HTML, and publication dates.
  • Web Content Processing: Automate scraping of articles, news, or documentation pages for research, monitoring, or archiving purposes.
  • Use Case: For example, automate collecting recent articles from multiple news sites and analyzing their content and publication times.

Quick Start

Command the AI to read and extract information from a web page by providing the URL directly in a plain instruction.

Frequently Asked Questions about web-reader

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

FAQPage Schema
How do I extract web content and publication dates from URLs automatically?

To extract web content automatically, provide a webpage URL to the Skill, which parses the HTML to retrieve titles, main text, and metadata like publication dates for research aggregation.

What is automated web scraping for news monitoring and research?

Automated web scraping for news monitoring is the process of programmatically fetching and parsing webpage content, reducing manual copying by structuring extracted articles and metadata for analysis.

Can I clean up and parse raw HTML from multiple web pages into structured data?

Yes, you can parse raw HTML from multiple web pages. The Skill handles content cleanup and metadata extraction, converting online sources into structured text suitable for archiving.

Do I need any external dependencies to retrieve and parse webpage content?

You do not need external dependencies beyond the included environment. The Skill relies on the z-ai-web-dev-sdk package internally to handle automated retrieval and HTML parsing.

What are the limitations of automated web content extraction for research?

Limitations of web content extraction include potential issues with non-standard HTML structures or sites blocking automated retrieval, though the Skill is designed to handle standard content cleanup for various online sources.