HTML-to-Markdown converter CLI with optional web search. Use when the user asks to convert HTML to Markdown, scrape web pages to Markdown, batch-scrape URLs, search the web (SearXNG / Brave / Tavily) and get structured results, or pipe search hits through a scrape-to-Markdown pipeline. The CLI exposes two subcommands: `convert` (URL / file / stdin → Markdown) and `search` (web search with optional `--scrape` that funnels every hit through the same converter). Supports CommonMark, GFM, JSON/NDJSON streaming output with nested camelCase metadata, readable extraction, CSS selectors, and relative URL resolution.
2026-04-22