Get data from websites with the least necessary complexity. Use for quick lookups, visible-page extraction, search results, tables, pagination, detail-page traversal, downloadable files (Excel/CSV/PDF/ZIP), embedded page state, internal JSON/XHR APIs, bulk collection, reusable crawler generation, and delivery in any format (text / Excel / CSV / JSON / JSONL / SQLite / Parquet). Return small results directly; write large or record-set data to disk and return only progress, samples, and paths.
$npx -y skills add kuichi-x/reverseloom --skill web-crawlInstalls into the current project.
Run `npx skills use "https://github.com/kuichi-x/reverseloom" --skill "kuichi-x/reverseloom/web-crawl"` 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/kuichi-x/reverseloom" that are relevant to the current task. Run `npx skills add "https://github.com/kuichi-x/reverseloom"` and select the relevant skills, then follow their instructions.