Loading...
Loading...
Fetch markdown snapshots from websites into the local repository using Cloudflare Markdown for Agents, with robust HTML-to-markdown fallback.
npx skill4agent add charl-kruger/mdrip mdripAccept: text/markdowncontent-type: text/markdownmdrip/pages/.../index.mdmdrip/sources.json# fetch one page
npx mdrip <url>
# fetch many pages
npx mdrip <url1> <url2> <url3>
# strict Cloudflare markdown only (no html fallback)
npx mdrip <url> --no-html-fallback
# raw markdown to stdout only (no settings/snapshot writes)
npx mdrip <url> --raw
# inspect tracked pages
npx mdrip list --json// Workers/agent runtimes (no filesystem writes)
import { fetchMarkdown, fetchRawMarkdown } from "mdrip";
// Node.js filesystem helpers
import { fetchToStore, fetchManyToStore, listStoredPages } from "mdrip/node";references/workflow.mdreferences/fallback-and-quality.md