Change permissions of PDF
通过API上传PDF并设置编辑、打印、复制等权限,返回加密后的下载链接。
下载 1,602
将整个网站批量下载为本地文件,支持多种格式与截图。
openclaw skills install @eohmig/firecrawl-download命令、参数、文件名以原文为准
实验性功能。 便捷命令,结合
map+scrape,将整个网站保存为本地文件。
首先对网站进行映射以发现页面,然后将每个页面抓取并保存到 .firecrawl/ 下的嵌套目录中。所有抓取选项均适用于下载操作。始终使用 -y 跳过确认提示。
# 交互式向导(自动选择格式、截图、路径)
firecrawl download https://docs.example.com
# 启用截图
firecrawl download https://docs.example.com --screenshot --limit 20 -y
# 多种格式(每页生成独立文件)
firecrawl download https://docs.example.com --format markdown,links --screenshot --limit 20 -y
# 每页生成:index.md + links.txt + screenshot.png
# 仅下载特定部分
firecrawl download https://docs.example.com --include-paths "/features,/sdks"
# 跳过翻译版本
firecrawl download https://docs.example.com --exclude-paths "/zh,/ja,/fr,/es,/pt-BR"
# 完整组合
firecrawl download https://docs.example.com \
--include-paths "/features,/sdks" \
--exclude-paths "/zh,/ja" \
--only-main-content \
--screenshot \
-y| 选项 | 说明 |
|---|---|
--limit <n> | 最多下载页面数量 |
--search <query> | 根据搜索关键词过滤 URL |
--include-paths <paths> | 仅下载匹配路径的页面 |
--exclude-paths <paths> | 跳过匹配路径的页面 |
--allow-subdomains | 包含子域名页面 |
-y | 跳过确认提示(在自动化流程中请始终使用) |
-f <formats>、-H、-S、--screenshot、--full-page-screenshot、--only-main-content、--include-tags、--exclude-tags、--wait-for、--max-age、--country、--languages
已收录 1 个 Skill