web-reader

Extract title, HTML, and publication time from web pages.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/juanchosierrar/GS_PQRS_INFRA_PEREIRA --skill web-reader-juanchosierrar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/juanchosierrar/GS_PQRS_INFRA_PEREIRA/tree/main/Skills/web-reader
Command: npx skills add https://github.com/juanchosierrar/GS_PQRS_INFRA_PEREIRA --skill web-reader-juanchosierrar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web content extraction from pages can be tedious and manual. This skill enables automated retrieval of page HTML, titles, and metadata using the z-ai-web-dev-sdk, simplifying integration into apps that process web information.

Core Features & Use Cases

  • Automatic extraction of title, HTML, and publication time from web pages.
  • Metadata retrieval and easy integration into backend workflows for content processing, monitoring, and aggregation.
  • Use Case: Build a content curator that collects and normalizes articles from multiple sources for a daily digest.

Quick Start

Provide a URL to the page you want to read and run the page_reader function to get structured data.

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 metadata from a URL?

Automated web content extraction is done by passing a URL to the page_reader function, which returns a structured object containing the page title, HTML, url, and publishedTime.

What is the easiest way to scrape titles and publication times from web pages?

Scraping article titles and publication times is simplified by using this skill to automatically retrieve and normalize metadata from web pages into a structured object.

Do I need the z-ai-web-dev-sdk to extract HTML from web pages?

Yes, you need the z-ai-web-dev-sdk installed in your backend code because the web page extraction and HTML processing logic relies on it as a required dependency.

Can I use this for backend content aggregation and monitoring pipelines?

Yes, you can use this for backend content aggregation pipelines because it retrieves and normalizes article data from multiple sources for daily digests and monitoring.

What's the best way to retrieve HTML and publication times from articles?

The best way to retrieve HTML and publication times is using an automated extraction tool that parses web pages and returns a structured object with the required metadata.