Loading...
Loading...
Found 5 Skills
Convert an HTML document supplied in the request body to clean Markdown, stripping scripts and styles. Called as POST /v1/doc/html-to-markdown, it takes html and returns markdown, characters, inputBytes. A research agent handed raw HTML must reduce it to readable text before it can reason over it, and passing full markup through a model wastes most of the context window. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.
Fetch markdown snapshots from websites into the local repository using Cloudflare Markdown for Agents, with robust HTML-to-markdown fallback.
Fetch and extract content from web pages, converting HTML to clean markdown. Use when users want to read web articles, extract information from URLs, scrape web content, or when the built-in WebFetch tool fails due to network restrictions. Trigger when user provides URLs to read, asks to fetch web content, or needs to extract text from websites.
Fetches web content with intelligent content extraction, converting HTML to clean markdown. Use for documentation, articles, and reference pages http/https URLs.
Renders web pages or raw HTML content to Markdown using Cloudflare Browser Rendering API. Use when converting URLs or HTML to Markdown format.