web-reader

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill enables automated extraction of web page content and metadata, including the page title, main HTML, and publication time, to streamline building apps that process online information.

Core Features & Use Cases

  • Web content extraction: Retrieve title, HTML, and publish time from any URL.
  • Metadata retrieval: Access additional page metadata for SEO, research, and archiving needs.
  • Backend-only integration: Designed to run on the server using the z-ai-web-dev-sdk, enabling batch processing and pipelines for content curation.
  • Use cases include building content dashboards, RSS/SEO tools, research assistants, and automated web monitoring.

Quick Start

Use the web-reader to fetch a page and extract its title, HTML, and metadata from a URL such as 'https://example.com/article'.

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

You can extract web page content and metadata by running a backend script that retrieves the title, main HTML, and publish time from any given URL. This process returns a structured data object including the extracted content and usage tokens.

Can I use this for batch web scraping in a backend application?

Yes, this approach supports batch web scraping in backend applications. It is specifically designed for server-side execution to automate single-page or batch retrieval, enabling scalable content processing workflows and data pipelines.

Do I need z-ai-web-dev-sdk installed to extract web page titles and HTML?

Yes, installing z-ai-web-dev-sdk on your server is required to extract web page titles and HTML. The content extraction runs entirely on the backend using this SDK to fetch URLs and return structured metadata objects.

What specific metadata fields are returned when extracting web content?

When extracting web content, the returned metadata fields include the page title, url, main HTML content, publishedTime, and usage tokens. These structured fields directly support building SEO tools, research assistants, and archiving systems.

Is client-side JavaScript supported for retrieving publish time and HTML?

No, client-side JavaScript execution is not supported for retrieving publish time and HTML. The skill is strictly backend-only and requires running on a server with z-ai-web-dev-sdk installed to execute web scraping and content extraction workflows.