curl.md
v0.0.14
Published
URL to markdown for agents
Downloads
508
Readme
curl.md
URL to markdown for agents.
Install
npm i -g curl.md
curl -fsSL curl.md/install.sh | shUsage
curl.md <url> [options]
# Also available as
md <url> [options]
curlmd <url> [options]Examples
# Fetch page
md example.com
# Fetch with objective to narrow results
md zod.dev/error-formatting --objective "tree error formatting"
# Pre-filter by keywords
md developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch --objective "streaming response body" --keywords ReadableStream,getReader