web-reader

Extract content and metadata from web pages via HTML processing.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/pounct/agent-ebauche1 --skill web-reader-pounct
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/pounct/agent-ebauche1/tree/main/skills/web-reader
Command: npx skills add https://github.com/pounct/agent-ebauche1 --skill web-reader-pounct

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 streamlines the process of extracting content and metadata from web pages, saving you time and effort in web scraping and content processing tasks.

Core Features & Use Cases

  • Content Extraction: Retrieve full content, titles, and publication times from web pages.
  • Metadata Retrieval: Gather metadata such as author, description, and publication date.
  • Use Case: If you need to quickly gather information from multiple web pages for research or content aggregation, this Skill can automate the process.

Quick Start

Use the web-reader skill to extract 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 content and metadata from multiple pages for research?

To extract web content and metadata from multiple pages, you need an automated scraping tool. This Skill retrieves full article content, titles, authors, descriptions, and publication dates from specified URLs to streamline content aggregation.

What's the best way to retrieve article titles and publication dates from HTML?

The best way to retrieve article titles and publication dates from HTML is using an automated content extraction process. This Skill processes HTML to parse and return specific metadata fields alongside the full text of the target web page.

Do I need z-ai-web-dev-sdk to run web scraping and content extraction?

Yes, you need z-ai-web-dev-sdk to run web scraping and content extraction. This dependency is required for the backend execution of web page reading and metadata retrieval functions within the Skill.

Can I use this to automate gathering author and description metadata from URLs?

Yes, you can use this to automate gathering author and description metadata from URLs. It is designed to automatically retrieve standard page metadata and full content, saving manual effort in web scraping tasks.

Does web content extraction work with any HTML page for research aggregation?

Web content extraction works with standard HTML pages for research aggregation. The Skill automates the retrieval of publication times, titles, and full content, though successful extraction depends on the target page's HTML structure.

Why does web scraping fail to retrieve full content from some URLs?

Web scraping may fail to retrieve full content from URLs due to complex HTML structures, dynamic JavaScript rendering, or access restrictions. This Skill processes standard HTML to extract available text and metadata automatically.