web-reader

Extracts web page content, metadata, and HTML using the jaegis-sdk.

Updated May 28, 2026
One-click install
npx skills add https://github.com/usemanusai/UC --skill web-reader-usemanusai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-reader
Source: https://github.com/usemanusai/UC/tree/main/web-reader
Command: npx skills add https://github.com/usemanusai/UC --skill web-reader-usemanusai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jaegis-sdk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the extraction and processing of web page content, allowing users to quickly and easily retrieve and manipulate data from web pages.

Core Features & Use Cases

  • Web Page Content Extraction: Extracts text, HTML, and metadata from any web page.
  • Automated Content Retrieval: Retrieves page titles, publication times, and other metadata.
  • Use Case: Use this Skill to automatically extract product information from e-commerce websites or to scrape news articles from various sources.

Quick Start

Use the web-reader skill to extract content from the URL 'https://example.com'.

Frequently Asked Questions about web-reader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web page content extraction for data retrieval?

Automating web page content extraction is done by using this Skill to scrape text, HTML, and metadata from any web page URL. It leverages the jaegis-sdk to quickly retrieve and process information for various applications.

What is the best way to scrape product information from e-commerce websites?

The best way to scrape product information from e-commerce websites is using automated web scraping tools. This Skill retrieves page titles, publication times, and metadata directly from target URLs for structured data extraction.

How does HTML parsing and metadata retrieval work with jaegis-sdk?

HTML parsing and metadata retrieval with jaegis-sdk works by targeting a specific URL and extracting the underlying text and HTML structure. The Skill isolates relevant page metadata and content automatically.

Can I extract news articles and publication times from various sources automatically?

Yes, you can extract news articles and publication times automatically. The Skill is designed for automated content retrieval from various sources, capturing both the article text and its associated metadata.

Do I need jaegis-sdk to perform automated web content processing?

Yes, jaegis-sdk is required as a dependency to perform automated web content processing. The Skill relies on this SDK to handle the underlying content scraping, HTML parsing, and data retrieval operations.

What are the limitations of using automated web scraping for page analysis?

Automated web scraping for page analysis is limited by the target website's structure and access restrictions. The Skill extracts available text and metadata, but cannot bypass authentication or dynamically rendered content.