web-reader

Extract text, HTML, and publication metadata from web pages.

25|17|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/QvvvvvvQ/skills_leaks --skill web-reader-qvvvvvvq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/QvvvvvvQ/skills_leaks/tree/main/GLM/skills/web-reader
Command: npx skills add https://github.com/QvvvvvvQ/skills_leaks --skill web-reader-qvvvvvvq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires z-ai-web-dev-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fetching and extracting content from web pages, saving users time and effort in manual data collection.

Core Features & Use Cases

  • Web Page Scraping: Extract the main content, title, and publication time from any given URL.
  • Data Extraction: Retrieve structured data from web pages for analysis or integration into other applications.
  • Use Case: Automatically gather the text content and publication date of the latest news articles from a list of specified news websites for a daily digest.

Quick Start

Use the web-reader skill to extract the content from the URL https://example.com/article.

Frequently Asked Questions about web-reader

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

FAQPage Schema
How do I extract text and HTML content from a given URL?

To extract text and HTML content from a given URL, this skill uses the z-ai-web-dev-sdk to fetch web pages and retrieve the main content, title, and publication metadata automatically.

Can I use this to scrape publication metadata like dates from news articles?

Yes, you can scrape publication metadata like dates from news articles. It processes web pages to extract the main content, title, and publication time for automated data retrieval.

Does web scraping with this skill require backend execution?

Web scraping with this skill does require backend execution. It relies on the z-ai-web-dev-sdk to process content extraction, meaning the environment must support backend operations.

What's the best way to retrieve structured data from multiple web pages for a digest?

The best way to retrieve structured data from multiple web pages for a digest is using this skill to automate content extraction. It fetches text and publication metadata from specified URLs for integration.

Are there limitations when doing HTML parsing for automated content extraction?

Limitations for HTML parsing relate to dependency on the z-ai-web-dev-sdk. Automated content extraction requires backend execution and targets standard web page text, HTML, and metadata retrieval.