web-reader

Extract title, HTML, and publish_time from web page URLs.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/kamal81684/file_system --skill web-reader-kamal81684
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/kamal81684/file_system/tree/main/skills/web-reader
Command: npx skills add https://github.com/kamal81684/file_system --skill web-reader-kamal81684

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Implement web page reading and content extraction using the z-ai-web-dev-sdk to fetch titles, HTML content, and metadata from URLs, enabling apps to process and analyze web data at scale.

Core Features & Use Cases

  • Automatic content extraction: retrieve title, HTML, and publish_time from web pages.
  • Metadata retrieval and processing for articles, blogs, and reference pages.
  • Use Case: Build a content aggregator or research tool that collects and analyzes page data from multiple sources.

Quick Start

Ask the AI to read a URL and return structured page data including title, url, html, and published_time.

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?

To extract web page content and metadata from a URL, you can use an automated backend script to fetch the target page and retrieve the title, HTML, and publish_time as structured data for analysis.

What's the best way to build a content aggregator that retrieves article publish times?

Building a content aggregator that retrieves article publish times requires automated web scraping to extract metadata like the publish_time and title from multiple web pages, returning structured results for processing at scale.

Can I use z-ai-web-dev-sdk on the backend for automated web scraping?

Yes, you can use the z-ai-web-dev-sdk on the backend for automated web scraping, as it enables programmatic reading of web pages to extract titles, HTML content, and metadata from URLs.

Does web content extraction work for monitoring diverse sites and research tools?

Web content extraction works for monitoring diverse sites and research tools by applying automated scripts to read URLs and return structured page data including titles, HTML, and publish_time across various domains.

What structured data format do I get when extracting metadata from web pages?

When extracting metadata from web pages, you receive structured data containing the page title, url, html content, and published_time, enabling apps to process and analyze web data programmatically.