npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin firecrawl<url> [--wait] [--limit N] [--max-depth N]/crawl批量爬取小红书笔记(搜索 + 详情 + 评论)。用法:/rednote-mining:crawl <关键词> [--limit N] [--comments N]
/crawlAdvanced crawling with configuration options (depth, format, etc).
/crawlBatch scrape URLs with Firecrawl and build structured knowledge bases. Takes a URL file (one URL per line), scrapes all pages with structured extraction, and generates knowledge.json + knowledge.md. Use when asked to crawl websites, build a knowledge base, scrape URLs, or extract data from web pages.
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