← 返回 Skills 市场
eohmig

Firecrawl Download

作者 eohmig · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install firecrawl-download
功能描述
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, d...
使用说明 (SKILL.md)

firecrawl download

Experimental. Convenience command that combines map + scrape to save an entire site as local files.

Maps 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.

When to use

  • You want to save an entire site (or section) to local files
  • You need offline access to documentation or content
  • Bulk content extraction with organized file structure

Quick start

# Interactive wizard (picks format, screenshots, paths for you)
firecrawl download https://docs.example.com

# With screenshots
firecrawl download https://docs.example.com --screenshot --limit 20 -y

# Multiple formats (each saved as its own file per page)
firecrawl download https://docs.example.com --format markdown,links --screenshot --limit 20 -y
# Creates per page: index.md + links.txt + screenshot.png

# Filter to specific sections
firecrawl download https://docs.example.com --include-paths "/features,/sdks"

# Skip translations
firecrawl download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR"

# Full combo
firecrawl download https://docs.example.com \
  --include-paths "/features,/sdks" \
  --exclude-paths "/zh,/ja" \
  --only-main-content \
  --screenshot \
  -y

Download options

Option Description
--limit \x3Cn> Max pages to download
--search \x3Cquery> Filter URLs by search query
--include-paths \x3Cpaths> Only download matching paths
--exclude-paths \x3Cpaths> Skip matching paths
--allow-subdomains Include subdomain pages
-y Skip confirmation prompt (always use in automated flows)

Scrape options (all work with download)

-f \x3Cformats>, -H, -S, --screenshot, --full-page-screenshot, --only-main-content, --include-tags, --exclude-tags, --wait-for, --max-age, --country, --languages

See also

安全使用建议
Install this if you want an agent to map URLs on websites you specify using Firecrawl. Be mindful that mapping a large site can use bandwidth and create local output files, and avoid running it against private or restricted sites unless you have permission.
能力评估
Purpose & Capability
The stated purpose is to discover and list URLs on a user-specified website, and the instructions/examples stay aligned with Firecrawl map usage.
Instruction Scope
Tool authority is limited to Bash invocations of firecrawl or npx firecrawl; this is broader than only the map subcommand but coherent with the documented Firecrawl workflow.
Install Mechanism
The artifact is a single Markdown skill with no executable install script; npx usage may download or run the Firecrawl CLI through the user's normal Node tooling.
Credentials
Network requests to the target site and optional writes such as .firecrawl/urls.json are expected for URL mapping and are shown in examples.
Persistence & Privilege
No background worker, persistence mechanism, privilege escalation, credential collection, or automatic deletion/modification behavior is shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install firecrawl-download
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /firecrawl-download 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of firecrawl-download. - Download entire websites as organized local files (markdown, screenshots, or multiple formats). - Combines site mapping and scraping into a single command for bulk offline saving. - Supports include/exclude path filters, format selection, and screenshot options. - Saves files in nested directories under .firecrawl/ for easy access.
元数据
Slug firecrawl-download
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Firecrawl Download 是什么?

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, d... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Firecrawl Download?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install firecrawl-download」即可一键安装,无需额外配置。

Firecrawl Download 是免费的吗?

是的,Firecrawl Download 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Firecrawl Download 支持哪些平台?

Firecrawl Download 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Firecrawl Download?

由 eohmig(@eohmig)开发并维护,当前版本 v1.0.0。

💬 留言讨论