Web Reader

🌐Community
by answerzhao · vlatest · Repository

Quickly extracts key information and summaries from any webpage URL provided.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add web-reader npx -- -y @trustedskills/web-reader
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "web-reader": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/web-reader"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The web-reader skill enables an AI agent to extract and process information from web pages. It can parse text, identify key elements like headings or paragraphs, and summarize content efficiently.

When to use it

  • To gather information from articles or blog posts for research purposes.
  • When automating the extraction of product details from e-commerce websites.
  • For summarizing long-form content on news sites before reading in full.

Key capabilities

  • Extracting text from HTML pages
  • Identifying and isolating key sections like headings, paragraphs, and lists
  • Summarizing extracted web content

Example prompts

  • "Extract the main points from this article about AI trends."
  • "Summarize the latest news post from technews.com."
  • "Get me the product description from this e-commerce page."

Tips & gotchas

  • Ensure that the website allows scraping or that you have permission to extract content.
  • Some websites use JavaScript-heavy layouts, which may require additional tools for full parsing.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
answerzhao
Installs
1.4k

🌐 Community

Passed automated security scans.