markdown.new
Installation
SKILL.md
Markdown.New Local-First Static Access
Use markdown.new as the default path to access URL content as structured Markdown.
Required Behavior
- Prefer local access with
curl(or any suitable alternative tools):
curl -L --fail --silent --show-error "https://markdown.new/<target_url>"
- Always attempt
markdown.newfirst when the target is a readable page:
- docs and manuals
- GitHub repository home/README pages
- blog posts and announcements
- landing pages and product pages
- changelog and release-note pages
Related skills