.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-download
home/skills/firecrawl/cli/firecrawl-download
firecrawl avatar

firecrawl-download

byfirecrawl· 131 skills

Installs

74k

Stars

539

Forks

78

Category

Browser & Automation

View on GitHub

TL;DR

Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants to save a site locally, download documentation for offline use, bulk-save pages as files, or says "download the site", "save as local files", "offline copy", "download all the docs", or "save for reference". Combines site mapping and scraping into organized local directories.

How to install firecrawl-download?

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

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-download"` 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 download
2 
3> **Experimental.** Convenience command that combines `map` + `scrape` to save an entire site as local files.
4 
5Maps the site first to discover pages, then scrapes each one into nested directories under `.firecrawl/`. All scrape options work with download. Always pass `-y` to skip the confirmation prompt.
6 
7## When to use
8 
9- You want to save an entire site (or section) to local files
10- You need offline access to documentation or content
11- Bulk content extraction with organized file structure
12 
13## Quick start
14 
15```bash
16# Interactive wizard (picks format, screenshots, paths for you)
17firecrawl download https://docs.example.com
18 
19# With screenshots
20firecrawl download https://docs.example.com --screenshot --limit 20 -y
21 
22# Multiple formats (each saved as its own file per page)
23firecrawl download https://docs.example.com --format markdown,links --screenshot --limit 20 -y
24# Creates per page: index.md + links.txt + screenshot.png
25 
26# Filter to specific sections
27firecrawl download https://docs.example.com --include-paths "/features,/sdks"
28 
29# Skip translations
30firecrawl download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR"
31 
32# Full combo
33firecrawl download https://docs.example.com \
34 --include-paths "/features,/sdks" \
35 --exclude-paths "/zh,/ja" \
36 --only-main-content \
37 --screenshot \
38 -y
39```
40 
41## Download options
42 
43| Option | Description |
44| ------------------------- | -------------------------------------------------------- |
45| `--limit <n>` | Max pages to download |
46| `--search <query>` | Filter URLs by search query |
47| `--include-paths <paths>` | Only download matching paths |
48| `--exclude-paths <paths>` | Skip matching paths |
49| `--allow-subdomains` | Include subdomain pages |
50| `-y` | Skip confirmation prompt (always use in automated flows) |
51 
52## Scrape options (all work with download)
53 
54`-f <formats>`, `-H`, `-S`, `--screenshot`, `--full-page-screenshot`, `--only-main-content`, `--include-tags`, `--exclude-tags`, `--wait-for`, `--max-age`, `--country`, `--languages`
55 
56## See also
57 
58- [firecrawl-map](../firecrawl-map/SKILL.md) — just discover URLs without downloading
59- [firecrawl-scrape](../firecrawl-scrape/SKILL.md) — scrape individual pages
60- [firecrawl-crawl](../firecrawl-crawl/SKILL.md) — bulk extract as JSON (not local files)

Security

Review

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

Preview

firecrawl/clifirecrawl/cli

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

▸ installing to .claude/skills…

✓ firecrawl-download 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