web-fetch-to-markdown

Installation
SKILL.md

Web Fetch to Markdown

Goal

Fetch a single http(s) URL and output clean Markdown.

Workflow

Fetch a URL and print Markdown to stdout:

bash "${CLAUDE_PLUGIN_ROOT:-skills/web-fetch-to-markdown}/scripts/fetchmd" "<url>"

OR write Markdown to a file:

bash "${CLAUDE_PLUGIN_ROOT:-skills/web-fetch-to-markdown}/scripts/fetchmd" "<url>" page.md
Related skills
Installs
5
GitHub Stars
6
First Seen
Apr 7, 2026