web-reader

Extract title, URL, HTML, and publishedTime from web pages.

Updated Apr 19, 2025
One-click install
npx skills add https://github.com/SamuelRM25/app-visitador --skill web-reader-samuelrm25
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/SamuelRM25/app-visitador/tree/main/skills/web-reader
Command: npx skills add https://github.com/SamuelRM25/app-visitador --skill web-reader-samuelrm25

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, turning URLs into structured data for downstream processing and integration into apps.

Core Features & Use Cases

  • Page Reading & Metadata: fetches title, URL, HTML content, and publication time for any web page.
  • Back-end Processing: designed to be used in server-side code with the z-ai-web-dev-sdk; supports both single URL reads and batch workflows.
  • Use Case: build applications that monitor articles, summarize pages, or ingest web content into data pipelines.

Quick Start

Use the web-reader skill to read content from a sample URL such as https://example.com/article and obtain its title, URL, HTML, and publishedTime.

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 data from web page URLs for backend processing?

You can extract structured data from web page URLs by using server-side scripts to fetch content and return fields like title, URL, HTML, and publishedTime for downstream processing pipelines.

Can I process multiple URLs in batch to extract web content?

Yes, batch URL processing is supported to automate web content extraction, allowing you to ingest multiple articles, blogs, or research pages into structured outputs simultaneously.

What metadata fields are returned when extracting content from news articles?

Extracting content from news articles returns structured metadata fields including the page title, URL, HTML, publishedTime, and token usage details for backend tracking.

Do I need the z-ai-web-dev-sdk to read web pages and extract HTML?

Yes, backend usage of the z-ai-web-dev-sdk is required to read web pages and extract HTML content, providing the necessary environment for single or batch URL processing workflows.

What is the best way to automate research page ingestion into data pipelines?

The best way to automate research page ingestion is to use backend URL reading scripts that fetch structured data like HTML and publication time for direct integration into data pipelines.