live-web-page-browser

Fetch live webpages as HTML, Markdown, or screenshots via a headless browser.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/AgentPMT/agent-skills --skill live-web-page-browser
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: live-web-page-browser
Source: https://github.com/AgentPMT/agent-skills/tree/main/skills/live-web-page-browser
Command: npx skills add https://github.com/AgentPMT/agent-skills --skill live-web-page-browser

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows AI agents to access and retrieve live web content, overcoming limitations of traditional search and enabling real-time data gathering.

Core Features & Use Cases

  • Live Webpage Fetching: Retrieve HTML, Markdown, or screenshots of any webpage.
  • Bypass Restrictions: Access content that might be blocked by standard search engines.
  • Use Case: An agent needs to monitor a competitor's product page for price changes. This Skill can fetch the page's HTML to extract the current price.

Quick Start

Use the live-web-page-browser skill to get the markdown content of the url https://www.example.com.

Frequently Asked Questions about live-web-page-browser

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

FAQPage Schema
How do I fetch live web content for an AI agent?

To fetch live web content for an AI agent, you can use this skill to retrieve any webpage and return the content as HTML, Markdown, or screenshots. It provides programmatic web interaction through a headless browser at the edge.

Can a headless browser access webpages blocked by standard search engines?

Yes, a headless browser can bypass restrictions to access live web content that might be blocked by standard search engines. This enables real-time information gathering and competitive intelligence directly from the target pages.

How do I extract real-time data from webpages for a RAG pipeline?

You can extract real-time data for RAG pipelines by fetching live webpages and returning the content as Markdown. This format provides structured, clean text that is immediately ready for ingestion into your retrieval and generation workflows.

What is the best way to monitor a competitor's product page for price changes?

The best way to monitor competitor prices is to fetch the live webpage's HTML to extract the current price programmatically. This allows your AI agents to gather competitive intelligence and track updates in real-time.

Does this live webpage browser support returning screenshots of a URL?

Yes, the live webpage browser supports returning screenshots of any fetched URL alongside HTML and Markdown formats. This enables visual content verification and real-time information gathering for your AI agents.