web-reader

Extract web page content, title, HTML, and publication time via z-ai-web-dev-sdk.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of extracting valuable content from web pages, saving users time and effort in manual data collection and analysis.

Core Features & Use Cases

  • Web Page Content Extraction: Retrieve the main HTML content, title, and publication time from any given URL.
  • Data Scraping: Ideal for gathering information for research, content aggregation, or competitive analysis.
  • Use Case: Automatically scrape the full text of news articles from a list of URLs to build a custom news digest.

Quick Start

Use the web-reader skill to extract the content from the URL 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?

To extract web page content, you can use this Skill to automatically retrieve the main HTML content, title, and publication time from any given URL. It handles the scraping and data retrieval logic for you.

What is the best way to scrape article text for a custom news digest?

The best way to scrape article text for a custom news digest is to automate content extraction from a list of URLs. This Skill retrieves the full text and publication metadata, ideal for content aggregation and research.

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

Yes, web content extraction works with the z-ai-web-dev-sdk. This Skill implements its capabilities to parse HTML and retrieve page metadata automatically without manual configuration.

Can I retrieve publication time and titles during web scraping?

Yes, you can retrieve publication time and titles during web scraping. The extraction process automatically captures the article title, HTML body, and publication metadata from the target web page.

How does HTML parsing handle data retrieval for competitive analysis?

HTML parsing handles data retrieval by targeting the main content area of a web page, filtering out non-essential elements. This provides clean article text and metadata suitable for competitive analysis.