local-webfetch

Fetch web content, including JavaScript-rendered pages, as Markdown or HTML.

2|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/tizee/skills --skill local-webfetch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-webfetch
Source: https://github.com/tizee/skills/tree/main/skills/local-webfetch
Command: npx skills add https://github.com/tizee/skills --skill local-webfetch

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch content from web pages, including dynamic JavaScript-rendered content, with reliable handling and minimal token usage.

Core Features & Use Cases

  • Retrieve full or partial page content using Playwrightmd, with options to output Markdown or HTML.
  • Render JavaScript-heavy pages and extract structured sections for summaries or data extraction.
  • Use cases include product research, content scraping, and rapid prototyping of AI-assisted browsing.

Quick Start

Fetch the page at https://example.com using Playwrightmd and return the rendered Markdown content.

Frequently Asked Questions about local-webfetch

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

FAQPage Schema
How do I fetch web content from JavaScript-rendered pages?

You can fetch web content from JavaScript-rendered pages by using Playwrightmd to render the dynamic elements and extract the content. This tool reliably processes JavaScript-heavy pages and outputs the retrieved content as Markdown or HTML.

Can I extract structured sections for article summarization from dynamic web pages?

Yes, you can extract structured sections for article summarization from dynamic web pages. The tool renders JavaScript content and supports configurable output filtering, allowing you to isolate specific page sections for data extraction and rapid summarization.

How do I scrape product research data while minimizing token usage?

To scrape product research data with minimal token usage, use the configurable filtering options to retrieve partial page content instead of full pages. This approach ensures safe, token-conscious retrieval by returning only the necessary Markdown or HTML content.

Does Playwrightmd work for content monitoring and rapid prototyping of AI-assisted browsing?

Yes, Playwrightmd works for content monitoring and rapid prototyping of AI-assisted browsing. It reliably fetches and renders web content across these tasks, providing structured Markdown or HTML outputs suitable for continuous monitoring and prototype development.

What is the best way to convert JavaScript-heavy web pages to Markdown?

The best way to convert JavaScript-heavy web pages to Markdown is by using Playwrightmd to render the dynamic content first. This ensures all JavaScript-rendered elements are fully loaded before extracting and converting the page content into Markdown format.

What are the limitations of fetching dynamic web content with JavaScript rendering?

The limitations of fetching dynamic web content include potential token overload if full pages are retrieved without filtering. To mitigate this, apply configurable output options to filter content, ensuring safe and token-conscious retrieval during web scraping operations.