What problem does it solve?
Web pages often contain valuable article content and metadata buried in HTML, which is time-consuming to extract and normalize manually; this Skill automates fetching, extracting, and cleaning page content so applications can consume structured article data reliably.
Core Features & Use Cases
- Automatic Content Extraction: Fetches a URL and returns title, main HTML, plain text, publication time, and additional metadata.
- SDK and CLI Options: Provides both z-ai-web-dev-sdk integration examples for backend code and CLI usage for quick one-off extraction tasks.
- Batch Processing & Pipelines: Demonstrates caching, rate limiting, parallel fetches, RSS/feed reading, and custom processing pipelines for aggregation, monitoring, and analysis.
- Use Case: Aggregate news articles from multiple sources, extract article text and metadata for indexing, or power a scheduled content fetcher for monitoring changes.
Quick Start
Use the web-reader skill to extract title, html, text, and publish_time from https://example.com/article and return the result as JSON.