web-reader

Extract title, HTML, and publish time from web pages using z-ai-web-dev-sdk.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Web content extraction can be time-consuming and error-prone when building apps that need accurate article titles, main HTML, and metadata from diverse sites. The web-reader skill provides a robust backend workflow using the z-ai-web-dev-sdk to fetch pages, extract the main content, and surface structured data for downstream processing, monitoring, and indexing.

Core Features & Use Cases

  • Backend content extraction: fetches title, url, html, and publish time from pages.
  • Metadata parsing: extracts description, keywords, and author when available.
  • Pipeline-ready: supports batch processing, caching, and rate-limiting for scalable scraping.

Quick Start

Invoke the page_reader function with a URL to fetch the page title, HTML, and metadata.

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 multiple URLs on the backend?

To extract web content and metadata on the backend, use a web scraping tool that fetches pages and returns structured data like titles, HTML, and publish times. This approach supports batch operations for processing multiple URLs efficiently while enforcing backend-only usage.

What is the best way to parse article titles and HTML for SEO analysis?

Parsing article titles and HTML for SEO analysis requires extracting structured data from web pages. A backend content extraction workflow fetches the main content, parses metadata like keywords and authors, and surfaces it for downstream monitoring and indexing tasks.

Does the z-ai-web-dev-sdk support batch web scraping with rate limiting?

Yes, the z-ai-web-dev-sdk supports batch web scraping with optional caching and rate limiting. This ensures robust content extraction and metadata parsing at scale while providing clear error handling to maintain pipeline stability.

Can I use web-reader for content monitoring and article indexing?

Yes, you can use web-reader for content monitoring and article indexing. It extracts pipeline-ready structured data including URLs, titles, and publish times, which is ideal for tracking page updates and organizing content databases.

Why does web content extraction fail on certain sites and how is it handled?

Web content extraction can fail due to rate limits or site restrictions, but backend workflows handle this with clear error management. Optional caching and rate limiting are enforced to ensure robust fetching and prevent pipeline failures during scraping.