firecrawl-download

Downloads an entire website as local files using Firecrawl mapping and scraping.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-download-ironkid90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-download
Source: https://github.com/ironkid90/lucky5-v8/tree/main/plugins/skills/firecrawl-download
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-download-ironkid90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Bash, firecrawl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for users to save entire websites as local files for offline access, bulk downloading documentation, or creating an offline copy of a site.

Core Features & Use Cases

  • Site Mapping and Scraping: Combines site mapping and scraping to save a site as local files.
  • Format Options: Supports markdown, screenshots, and multiple formats per page.
  • Use Case: Users can download an entire website as local files, making it ideal for offline access to documentation or bulk saving pages.

Quick Start

Download the entire website at 'https://docs.example.com' and save it locally.

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 as local files?

To download an entire website for offline access, this Skill combines site mapping and scraping to save all pages as local files. It downloads the complete site structure so you can browse documentation or content without an internet connection.

What file formats can I save web pages in when doing bulk site scraping?

When bulk saving web pages through site scraping, you can save content in multiple formats including markdown and screenshots. Each page can be stored in more than one format simultaneously, providing flexibility for offline document storage.

Do I need Bash and firecrawl to download complete websites locally?

Yes, you need both Bash and the firecrawl tool to download complete websites locally. These dependencies are required to execute the site mapping and scraping processes that capture and save all pages as local files.

Can I save website screenshots along with markdown when downloading documentation?

Yes, you can save website screenshots alongside markdown when downloading documentation. The Skill supports multiple formats per page, allowing you to capture both the visual layout and the text content for offline access.

What's the best way to create an offline copy of web documentation?

The best way to create an offline copy of web documentation is using a tool that combines site mapping with scraping. This approach maps all pages on the site and downloads them as local markdown files or screenshots for offline access.

Why does website download fail when saving large documentation sites locally?

Website downloads of large documentation sites may fail if Bash or the firecrawl tool is not properly configured. Since the process maps and scrapes the entire site, ensure dependencies are installed and network access is stable during bulk saving.