What problem does it solve?
This Skill provides a high-performance web crawler that maps site structure, discovers sitemaps, extracts links, and produces multi-format reports for quick analysis and integration with LLM/RAG pipelines.
Core Features & Use Cases
- Performance: 60+ pages/sec crawl speed, minimal startup time, and low memory usage in Rust.
- Robustness & Compliance: Robots.txt handling and rate-limited crawling to respect site policies.
- Output & Intelligence: Generates JSON, Markdown (LLM-ready), HTML reports, and CSV/Links outputs; supports content filtering and stealth mode for realistic requests.
- Use Case: Quickly map a new site to understand its structure, extract internal and external links, and prepare data for AI indexing.
Quick Start
To begin, run the prebuilt binary located at ~/.claude/skills/web-crawler/bin/rcrawler with a target URL, for example:
~/.claude/skills/web-crawler/bin/rcrawler https://example.com -w 20 -d 2