web-reader

Extract web page content and metadata via the z-ai-web-dev-sdk.

184|61|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/Hainrixz/claude-webkit --skill web-reader-hainrixz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/Hainrixz/claude-webkit/tree/main/.claude/skills/web-reader
Command: npx skills add https://github.com/Hainrixz/claude-webkit --skill web-reader-hainrixz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Extracts web page content and metadata to enable applications that read, summarize, or index online articles.

Core Features & Use Cases

  • Fetch and parse web pages from varied sites and return structured data (title, url, html, publish_time, and metadata).
  • Support backend workflows for content extraction, metadata retrieval, SEO analysis, and content aggregation.
  • Real-world use: build a content dashboard that ingests multiple articles and surfaces titles and summaries.

Quick Start

Invoke the page_reader function from your backend using the z-ai-web-dev-sdk to fetch a URL and return the page’s title, HTML content, 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 page content and metadata for backend content aggregation?

To extract web page content and metadata for backend content aggregation, you can use this Skill to fetch and parse diverse sites, returning structured data like title, URL, HTML, and publish time. It processes pages at scale for indexing.

How does server-side web scraping return structured article data?

Server-side web scraping returns structured article data by invoking the page_reader function via the backend SDK, which fetches the target URL and parses the HTML to extract the title, published time, and metadata.

Can I use this backend page reader to extract article metadata at scale?

Yes, you can use this backend page reader to extract article metadata at scale. It is designed for backend workflows that fetch, parse, and process pages from diverse sites, enabling tasks like article extraction and metadata retrieval.

Do I need the z-ai-web-dev-sdk to retrieve published time and HTML from URLs?

Yes, you need the z-ai-web-dev-sdk to retrieve published time and HTML from URLs. The Skill uses this dependency in server-side code to invoke the page_reader function and return structured results including usage tokens.

What is the best way to build a content dashboard that ingests multiple online articles?

The best way to build a content dashboard that ingests multiple online articles is to use a backend content extraction workflow. This Skill fetches varied pages and surfaces titles, HTML, and metadata for aggregation and summarization.

Does web content extraction with this Skill provide visibility into API usage costs?

Web content extraction with this Skill provides visibility into API usage costs by returning usage tokens alongside the structured page results. This allows you to monitor the token consumption of your backend page reading operations.