byknockoutez· 12 skills
Local-first multi-page crawl with sitemap, BFS, DFS, and URL-map strategies, anchor-fragment dedup, rate limiting, robots.txt respect, and automatic local cache population. Use when the user wants to index documentation, crawl a docs site, extract all pages under a path, or says "crawl", "index this site", "get all the docs", "bulk extract". Prefer when crawled pages should land in a reusable local cache for later cache / find_similar queries.
$npx -y skills add knockoutez/wigolo --skill wigolo-crawlInstalls into the current project.
Run `npx skills use "https://github.com/knockoutez/wigolo" --skill "knockoutez/wigolo/wigolo-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/knockoutez/wigolo" that are relevant to the current task. Run `npx skills add "https://github.com/knockoutez/wigolo"` and select the relevant skills, then follow their instructions.