web_browser

Fetch web pages, convert HTML to Markdown, and summarize content.

3|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/glwlg/X-bot --skill web-browser-glwlg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web_browser
Source: https://github.com/glwlg/X-bot/tree/main/skills/builtin/web_browser
Command: npx skills add https://github.com/glwlg/X-bot --skill web-browser-glwlg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables quick access to online information by visiting URLs and extracting essential content, eliminating manual page copy and reading time.

Core Features & Use Cases

  • Visit pages: fetch raw page content (HTML converted to Markdown) for downstream processing.
  • Summarize pages: generate concise overviews of web articles to capture key points.
  • Use Case: When you need a fast understanding of a news article or documentation, you can fetch and summarize without leaving the chat.

Quick Start

Visit https://example.com to fetch the page content, or summarize https://example.com to generate a concise summary.

Frequently Asked Questions about web_browser

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

FAQPage Schema
How do I fetch web page content and convert HTML to Markdown?

To fetch web page content and convert HTML to Markdown, provide a URL to the executor. It normalizes the URL, retrieves the HTML, and converts it into Markdown for downstream processing.

Can I summarize web articles from a URL without leaving the chat?

Yes, you can summarize web articles without leaving the chat. By providing a URL, the tool fetches the page and optionally generates a concise summary of its key points.

What is the best way to extract text from a URL for quick research?

The best way to extract text from a URL for quick research is using a lightweight script-based executor. It fetches the web page and normalizes the HTML into Markdown for on-demand ingestion.

Does this web content summarizer work with diverse web sites?

Yes, this web content summarizer works with diverse sites. It normalizes URLs and fetches HTML content across various domains to provide on-demand ingestion and summarization.

Do I need a browser extension to browse and summarize web pages?

No, you do not need a browser extension to browse and summarize web pages. The executor handles URL normalization and HTML fetching directly without external browsers.