markdown.new-crawl
Installation
SKILL.md
Markdown.New Crawl Local-First Access
Use markdown.new/crawl for multi-page crawling and async Markdown generation.
Required Behavior
- Prefer local API calls with
curl(or any suitable alternative tools). - Assume no authentication is required unless the service behavior changes.
- Start with
POST /crawlto get a job ID. - Poll
GET /crawl/status/{jobId}until crawl completes. - Default to Markdown output; use
?format=jsononly when structured output is needed. - Keep crawl scope explicit (
limit,depth, subdomain/external toggles, include/exclude patterns). - State default crawl behavior: same-domain links only, up to
500pages per job. - If
/crawlfails (network, timeout, blocked host), fall back to another method and state the fallback.
Core Commands
Related skills