firecrawl-download

Download entire websites into organized local directories for offline access.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/harsh-pandhe/pod-transit --skill firecrawl-download-harsh-pandhe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-download
Source: https://github.com/harsh-pandhe/pod-transit/tree/main/.agents/skills/firecrawl-download
Command: npx skills add https://github.com/harsh-pandhe/pod-transit --skill firecrawl-download-harsh-pandhe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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.

Core Features & Use Cases

  • Maps the site first to discover pages.
  • Scrapes each page into nested directories under .firecrawl/.
  • All scrape options work with download.
  • Always pass -y to skip the confirmation prompt.

Quick Start

Run firecrawl download https://example.com to save the site locally with optional formats and screenshots.

Frequently Asked Questions about firecrawl-download

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download an entire website for offline access?

You can download an entire website for offline access by mapping the site to discover all pages, then scraping each page into nested local directories under a designated folder for offline reference.

Can I save web pages as markdown and screenshots locally?

Yes, you can save web pages as markdown and screenshots locally. The download process supports optional formats and screenshots, allowing you to bulk-save web content and reference material in your preferred file format.

What is the best way to bulk download documentation sites as local files?

The best way to bulk download documentation sites as local files is using a tool that combines site mapping with per-page scraping, organizing downloaded content into structured local directories for easy offline navigation.

Does web scraping for offline downloads require manual confirmation for each page?

Web scraping for offline downloads does not require manual confirmation for each page if you pass the skip confirmation flag. This automates the bulk download process across all discovered site sections without prompting.

How does site mapping work when saving a website offline?

Site mapping works by first discovering all available pages on the website before scraping begins. This ensures the offline download process captures every linked section and page, organizing them into structured local directories.