web-reader

Extract structured web content including title, HTML, and publish time from URLs.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Baronki/KISWARM8.0 --skill web-reader-baronki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/Baronki/KISWARM8.0/tree/main/kiswarm7_remote/skills/web-reader
Command: npx skills add https://github.com/Baronki/KISWARM8.0 --skill web-reader-baronki

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Extracting clean, structured web content from arbitrary URLs to power article processing, search, and dashboards.

Core Features & Use Cases

  • Automated content extraction: fetch a page and obtain title, HTML, text, and publish time.
  • Metadata retrieval: capture URL, author or description metadata when available.
  • Use Case: build a news aggregator or research tool that ingests pages and stores structured results.

Quick Start

Invoke the backend page_reader function with a target URL to retrieve structured page 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 structured web content from a URL?

To extract structured web content from a URL, use the backend page_reader function to fetch pages and retrieve the title, HTML, text, and publication time. This automated data extraction returns clean records for immediate downstream processing.

What metadata can I capture during web scraping?

During web scraping, you can capture metadata including the URL, author, and description when available. The extracted data also contains the page title, full HTML, text content, and publication time.

Does web content extraction work with the z-ai-web-dev-sdk?

Yes, web content extraction works directly with the z-ai-web-dev-sdk. The Skill relies on this SDK in backend code to invoke the page_reader function and return structured data from target URLs.

Can I build a news aggregator that ingests publication times?

Yes, you can build a news aggregator that ingests publication times. The Skill supports building aggregators and research tools that store structured results like titles, HTML, and publish times from diverse sites.

What is the best way to automate data extraction for an analytics dashboard?

The best way to automate data extraction for an analytics dashboard is invoking the page_reader function with target URLs. It retrieves structured page data like text and metadata to power your downstream dashboards.