Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin firecrawlHow this command is triggered — by the user, by Claude, or both
Slash command
/firecrawl:crawl <url> [--wait] [--limit N] [--max-depth N]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Firecrawl Crawl Crawl the website: `$ARGUMENTS` ## Instructions 1. Parse the arguments: - First argument is the URL to crawl - Always add `--wait` if not already present (blocks until complete) - Key flags: `--limit`, `--max-depth`, `--include-paths`, `--exclude-paths`, `--progress` 2. Run the command: 3. Present the crawled content to the user ## Example Usage ## Key Flags - `--wait` - Block until complete (always recommended) - `--progress` - Show progress while waiting - `--limit <n>` - Max pages to crawl - `--max-depth <n>` - Max link depth - `--include-paths <p...
/scrapeExtracts structured data from a web page URL, producing readable text content or parsed lists/tables based on optional extraction instructions like API endpoints or pricing tiers.
/unblockFetches content from blocked/hardened web pages (4xx, captcha, WAF, JS SPAs) via adaptive 9-phase chain. Takes URL/keyword input with options like --device, --selector, --max-phase.
/inspectInspects a website URL before extraction: detects platform (Shopify, Wix, etc.), scans sitemap for URL inventory, assesses extractability on samples, flags features with WordPress notes.
Share bugs, ideas, or general feedback.
Crawl the website: $ARGUMENTS
Parse the arguments:
--wait if not already present (blocks until complete)--limit, --max-depth, --include-paths, --exclude-paths, --progressRun the command:
npx firecrawl crawl $ARGUMENTS
Present the crawled content to the user
/firecrawl:crawl https://docs.example.com --wait --progress --limit 50
/firecrawl:crawl https://example.com --wait --max-depth 2 --include-paths "/api/*"
--wait - Block until complete (always recommended)--progress - Show progress while waiting--limit <n> - Max pages to crawl--max-depth <n> - Max link depth--include-paths <paths> - Only crawl matching paths--exclude-paths <paths> - Skip matching paths-o <path> - Save to fileFor full flag reference, see skills/firecrawl/references/crawl-reference.md
--wait--limit to prevent runaway crawlsfirecrawl login