Run the website crawler to discover and map site structure
/plugin marketplace add leobrival/serum-plugin/plugin install crawler@serum-plugins-official<url> [--depth N] [--workers N] [--rate N]# Website Crawler Command Run the website crawler to discover and map site structure. $ARGUMENTS ## Context You are helping the user run the website crawler located at `./scripts/crawler/` (relative to the serum-plugin root). The crawler: - Discovers all pages on a website - Maps site structure and link relationships - Detects page patterns and templates - Generates HTML reports with dark theme - Exports results to JSON ## Available Options - **--depth**: Crawl depth (default: 2) - **--workers**: Concurrent workers (default: 5) - **--rate**: Rate limit per second (default: 10) - **-...