Run the website crawler to discover and map site structure
Crawls websites to discover pages, map structure, and generate JSON/HTML reports.
/plugin marketplace add leobrival/topographic-plugins-official/plugin install leobrival-crawler-plugins-crawler-4@leobrival/topographic-plugins-official<url> [--depth N] [--workers N] [--rate N]Run the website crawler to discover and map site structure.
$ARGUMENTS
You are helping the user run the website crawler located at ./scripts/crawler/ (relative to the serum-plugin root).
The crawler:
Parse the user's request to identify:
Run the crawler:
cd /Users/leobrival/Developer/plugins/serum-plugin/scripts/crawler
bun src/index.ts <url> --depth <depth> --workers <workers> --rate <rate> --output <output>
Monitor progress and provide updates
When complete, inform the user of:
User: "Crawl example.com"
→ Run: bun src/index.ts https://example.com --depth 2 --workers 5 --rate 10
User: "Crawl my-site.com with depth 3"
→ Run: bun src/index.ts https://my-site.com --depth 3
User: "Quick crawl of docs.site.com"
→ Run: bun src/index.ts https://docs.site.com --depth 1 --workers 10
The crawler generates:
results.json: Structured crawl dataindex.html: Dark-themed HTML reportProvide clear, concise updates in French. Do not use emojis unless explicitly requested.