Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/crawl4ai:crawlThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /crawl Multi-page breadth-first crawl starting from a seed URL. **Usage:** `/crawl <url> [max_pages] [max_depth]` Defaults: max_pages=10, max_depth=2, same_domain_only=true, adaptive=true. Uses `crawl4ai-mcp__crawl`. Results are returned inline unless max_pages > 20 (auto-saves to /tmp/crawl4ai-crawls/). **Example:** `/crawl https://nextjs.org/docs 20 2`
Multi-page breadth-first crawl starting from a seed URL.
Usage: /crawl <url> [max_pages] [max_depth]
Defaults: max_pages=10, max_depth=2, same_domain_only=true, adaptive=true.
Uses crawl4ai-mcp__crawl. Results are returned inline unless max_pages > 20 (auto-saves to /tmp/crawl4ai-crawls/).
Example: /crawl https://nextjs.org/docs 20 2
2plugins reuse this command
First indexed Apr 21, 2026
npx claudepluginhub kaoz625/crawl4ai-plugin