One-click install
npx skills add https://github.com/sockerman04/thevise-website --skill web-reader-sockerman04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/sockerman04/thevise-website/tree/main/skills/web-reader
Command: npx skills add https://github.com/sockerman04/thevise-website --skill web-reader-sockerman04

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of fetching and extracting content from web pages, eliminating the need for manual copy-pasting or complex web scraping setups.

Core Features & Use Cases

  • Web Page Content Extraction: Retrieve the title, main HTML content, plain text, and publication time from any given URL.
  • Data Retrieval: Ideal for building applications that need to process or display web content, such as news aggregators, research tools, or content monitoring systems.
  • Use Case: Automatically extract the full text of a news article from a URL to summarize it or add it to a content database.

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 plain text and HTML content from a web page URL?

To extract plain text and HTML content from a web page URL, this skill fetches the title, text, and publication time automatically using the page_reader function from the z-ai-web-dev-sdk.

Does the web-reader skill require any specific SDK dependencies to function?

Yes, this web content extraction skill requires the z-ai-web-dev-sdk dependency to perform deterministic content extraction and retrieve page data from any valid URL.

What is the best way to automate web scraping for a news aggregator application?

To automate web scraping for a news aggregator, this skill retrieves the full text, title, and publication time from article URLs, providing structured data ready for your content database.

Can I retrieve the publication time along with the main text when extracting web content?

Yes, you can retrieve the publication time along with the page title, plain text, and HTML content when extracting web content from any valid URL using this skill.

What types of web content data retrieval does the page_reader function support?

The page_reader function supports retrieving the page title, HTML content, plain text, and publication time for deterministic content extraction from valid URLs.