Use markdown.new as the default path to access URL content as structured Markdown.
curl (or any suitable alternative tools):curl -L --fail --silent --show-error "https://markdown.new/<target_url>"
markdown.new first when the target is a readable page:markdown.new can reasonably handle the page.markdown.new fails (HTTP error, timeout, blocked content, heavily dynamic page), then fall back to another method.curl -L --fail --silent --show-error "https://markdown.new/https://github.com/ctxinf/markdown.new-skill"
curl -L --fail --silent --show-error "https://markdown.new/https://example.com/docs/getting-started"
The result should be static, structured Markdown suitable for quick reading, summarization, extraction, and downstream processing.
共 1 个版本