Fetches web pages and extracts structured data using mq's toolchain (mq-crawl for fetching/crawling/JS rendering, mq for HTML-to-Markdown selector-based extraction, http() for in-query requests). Use when the user wants to scrape a URL, pull structured data out of a webpage, crawl a site, or turn HTML into Markdown/JSON — an alternative to a one-off curl-plus-parser script.
$npx -y skills add harehare/mq --skill web-scrapingInstalls into the current project.
Run `npx skills use "https://github.com/harehare/mq" --skill "harehare/mq/web-scraping"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/harehare/mq" that are relevant to the current task. Run `npx skills add "https://github.com/harehare/mq"` and select the relevant skills, then follow their instructions.