Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aiskillstore avatar

Fetch Url

  • 1 installs
  • 404 repo stars
  • Updated August 5, 2026
  • aiskillstore/marketplace

fetch-url is a Claude skill that renders a web page URL, removes noise, and outputs the main content as Markdown or another format to reduce tokens.

About

This skill renders a web page URL, strips noise, and extracts the main content as Markdown (default) or other formats and raw HTML to reduce tokens. It runs a bundled Python script over http/https URLs, auto-detecting a local Chromium browser via Playwright. A developer uses it to feed clean page content into an agent instead of raw HTML.

  • Renders a web page URL and extracts clean main content as Markdown by default
  • Supports csv, html, json, markdown, raw-html, txt, xml, and xmltei output formats
  • Uses a local Chromium browser via Playwright and trafilatura to reduce tokens

Fetch Url by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

fetch-url capabilities & compatibility

Free; runs a local Chromium browser via Playwright, no API keys.

Capabilities
url fetch · web scraping · content extraction · markdown conversion
Use cases
web scraping · web search · token optimization
Runs
Runs locally
Pricing
Free
From the docs

What fetch-url says it does

uv run playwright install chromium
SKILL.md
在当前文件所在目录运行:`./scripts/fetch_url.py URL`(仅支持 `http` / `https`)。
SKILL.md
npx skills add https://github.com/aiskillstore/marketplace --skill fetch-url

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars404
Last updatedAugust 5, 2026
Repositoryaiskillstore/marketplace

What it does

Render a URL and extract its main content as clean Markdown or other formats to reduce tokens.

When should I use this skill?

When you need to fetch and clean a web page's main content for the model instead of raw HTML.

What you get

The page's cleaned main content in Markdown or a chosen output format.

  • cleaned page content in the chosen format

By the numbers

  • 8 output formats supported
  • default navigation timeout 60000 ms
  • http and https only

Files

SKILL.mdMarkdownGitHub ↗

在当前文件所在目录运行:./scripts/fetch_url.py URL(仅支持 http / https)。 说明:必须直接当作可执行文件执行。

默认自动探测本地 Chromium 系浏览器路径;未探测到时需安装 Playwright 浏览器:

uv run playwright install chromium

参数:

  • --output:将输出写入文件(默认 stdout)。
  • --timeout-ms:Playwright 导航超时(毫秒,默认 60000)。
  • --browser-path:指定本地 Chromium 系浏览器路径(默认自动探测)。
  • --output-format:输出格式(默认 markdown),支持 csvhtmljsonmarkdownraw-htmltxtxmlxmlteiraw-html 直接输出渲染后的 HTML(不经 trafilatura)。

示例:

./scripts/fetch_url.py https://example.com --output ./page.md --timeout-ms 60000

Reference:`scripts/fetch_url.py`

Related skills

FAQ

Which protocols are supported?

Only http and https URLs are supported.

What output formats can it produce?

csv, html, json, markdown (default), raw-html, txt, xml, and xmltei.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.