.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cli/firecrawl-crawl
home/skills/firecrawl/cli/firecrawl-crawl
firecrawl avatar

firecrawl-crawl

byfirecrawl· 131 skills

Installs

75k

Stars

539

Forks

78

Category

Browser & Automation

View on GitHub

TL;DR

Bulk extract content from an entire website or site section. Use this skill when the user wants to crawl a site, extract all pages from a docs section, bulk-scrape multiple pages following links, or says "crawl", "get all the pages", "extract everything under /docs", "bulk extract", or needs content from many pages on the same site. Handles depth limits, path filtering, and concurrent extraction.

How to install firecrawl-crawl?

firecrawl/cli/firecrawl-crawl
$npx -y skills add firecrawl/cli --skill firecrawl-crawl

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/firecrawl/cli" --skill "firecrawl/cli/firecrawl-crawl"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/firecrawl/cli" that are relevant to the current task. Run `npx skills add "https://github.com/firecrawl/cli"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# firecrawl crawl
2 
3Bulk extract content from a website. Crawls pages following links up to a depth/limit.
4 
5## When to use
6 
7- You need content from many pages on a site (e.g., all `/docs/`)
8- You want to extract an entire site section
9- Step 4 in the [workflow escalation pattern](firecrawl-cli): search → scrape → map → **crawl** → interact
10 
11## Quick start
12 
13```bash
14# Crawl a docs section
15firecrawl crawl "<url>" --include-paths /docs --limit 50 --wait -o .firecrawl/crawl.json
16 
17# Full crawl with depth limit
18firecrawl crawl "<url>" --max-depth 3 --wait --progress -o .firecrawl/crawl.json
19 
20# Check status of a running crawl
21firecrawl crawl <job-id>
22```
23 
24## Options
25 
26| Option | Description |
27| ------------------------- | ------------------------------------------- |
28| `--wait` | Wait for crawl to complete before returning |
29| `--progress` | Show progress while waiting |
30| `--limit <n>` | Max pages to crawl |
31| `--max-depth <n>` | Max link depth to follow |
32| `--include-paths <paths>` | Only crawl URLs matching these paths |
33| `--exclude-paths <paths>` | Skip URLs matching these paths |
34| `--delay <ms>` | Delay between requests |
35| `--max-concurrency <n>` | Max parallel crawl workers |
36| `--pretty` | Pretty print JSON output |
37| `-o, --output <path>` | Output file path |
38 
39## Tips
40 
41- Always use `--wait` when you need the results immediately. Without it, crawl returns a job ID for async polling.
42- Use `--include-paths` to scope the crawl — don't crawl an entire site when you only need one section.
43- Crawl consumes credits per page. Check `firecrawl credit-usage` before large crawls.
44 
45## See also
46 
47- [firecrawl-scrape](../firecrawl-scrape/SKILL.md) — scrape individual pages
48- [firecrawl-map](../firecrawl-map/SKILL.md) — discover URLs before deciding to crawl
49- [firecrawl-download](../firecrawl-download/SKILL.md) — download site to local files (uses map + scrape)

Security

Review

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykwarn
  • Runlayerpass
  • ZeroLeakspass

Preview

firecrawl/clifirecrawl/cli

$ npx -y skills add firecrawl/cli --skill firecrawl-crawl

▸ installing to .claude/skills…

✓ firecrawl-crawl ready

Repofirecrawl/cli
TypeSkills
CategoryBrowser & Automation
ForDeveloperAnalyst
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. vercel-labs avataragent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…SkillsJul 2026591k39k
  2. scrapegraphai avatarjust-scrapeSearch, scrape, crawl, extract structured data, and monitor web pages via the ScrapeGraph AI CLI.SkillsJul 2026245k38
  3. browser-act avatarbrowser-actBrowser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first.SkillsJul 2026107k4.8k
  4. microsoft avatarplaywright-cliAutomate browser interactions, test web pages and work with Playwright tests.SkillsJul 2026102k12k
  5. browser-use avatarbrowser-useDirect browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.SkillsJul 202688k107k
  6. browser-act avatarbrowser-act-skill-forgeForges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later.SkillsJul 202685k4.8k