Routes website URLs through markdown.new to extract clean Markdown content for reading, summarizing, or note-taking. Best for documentation, blog posts, and GitHub discussions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/am-will-codex-skills-5:markdown-urlThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Whenever you need to visit a website URL, you must:
Whenever you need to visit a website URL, you must:
https://markdown.new/, thenhttps:// preferred).https://markdown.new/ (do not drop the original scheme).https://example.com -> https://markdown.new/https://example.comhttps://example.com/docs?a=1#b -> https://markdown.new/https://example.com/docs?a=1#bexample.com -> https://markdown.new/https://example.comWhen you would normally open a website to read it:
markdown.new URL.If the markdown.new view fails to load or breaks critical functionality, fall back to the original URL for browsing, but still prefer markdown.new for any content extraction if possible.
Do NOT route every site through markdown.new. Use it primarily for "read-only" pages where you want clean, extractable text:
Skip markdown.new and go straight to the original URL when the destination is likely to be blocked or requires the original site behavior:
If you try markdown.new and see any of the below, stop retrying and fall back to the original URL:
401/403/429, "Access denied", "Forbidden", "rate limited"markdown.new once when appropriate.markdown.new was blocked../README.md) or non-HTTP(S) schemes.Convert a URL into its markdown.new-prefixed form:
node skills/markdown-url/scripts/markdown-url.js "https://example.com/docs"
npx claudepluginhub am-will/codex-skillsFetches web content as clean Markdown with 80% fewer tokens than raw HTML. Handles JS-heavy sites, documentation, and articles via auto, AI, or browser rendering.
Extracts clean Markdown from any URL using ezycopy CLI. Handles JS-rendered pages with headless Chrome, retries on failure, and auto-installs tool if needed.
Fetches any URL and converts to clean markdown using baoyu-fetch CLI (Chrome CDP with site-specific adapters). Built-in support for X/Twitter, YouTube transcripts, Hacker News, and generic pages. Handles login/CAPTCHA via interaction wait modes.