← 返回 Skills 市场
eohmig

Firecrawl Map

作者 eohmig · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
40
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install firecrawl-map
功能描述
Discover and list all URLs on a website, with optional search filtering. Use this skill when the user wants to find a specific page on a large site, list all...
使用说明 (SKILL.md)

firecrawl map

Discover URLs on a site. Use --search to find a specific page within a large site.

When to use

  • You need to find a specific subpage on a large site
  • You want a list of all URLs on a site before scraping or crawling
  • Step 3 in the workflow escalation pattern: search → scrape → map → crawl → interact

Quick start

# Find a specific page on a large site
firecrawl map "\x3Curl>" --search "authentication" -o .firecrawl/filtered.txt

# Get all URLs
firecrawl map "\x3Curl>" --limit 500 --json -o .firecrawl/urls.json

Options

Option Description
--limit \x3Cn> Max number of URLs to return
--search \x3Cquery> Filter URLs by search query
--sitemap \x3Cinclude|skip|only> Sitemap handling strategy
--include-subdomains Include subdomain URLs
--json Output as JSON
-o, --output \x3Cpath> Output file path

Tips

  • Map + scrape is a common pattern: use map --search to find the right URL, then scrape it.
  • Example: map https://docs.example.com --search "auth" → found /docs/api/authenticationscrape that URL.

See also

安全使用建议
Before installing, confirm you are comfortable with the skill running Firecrawl against websites you specify and writing optional mapping results to local paths such as .firecrawl/urls.json. Avoid mapping sites where crawling may violate terms or expose sensitive internal URLs.
能力评估
Purpose & Capability
The stated purpose is to discover and list URLs on a website, and the instructions only describe using Firecrawl map commands for that purpose.
Instruction Scope
Tool access is limited to Bash invocations of firecrawl or npx firecrawl, matching the documented mapping workflow.
Install Mechanism
No install scripts, executable files, or declared dependencies are present; npx usage may rely on the user's environment to run the Firecrawl CLI.
Credentials
Network access to user-specified sites and optional local output files are expected for URL mapping and are disclosed in examples.
Persistence & Privilege
The artifact shows no background workers, privilege escalation, credential handling, or persistence beyond user-directed output files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install firecrawl-map
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /firecrawl-map 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release. - Lets you discover and list all URLs on a website, with optional search to filter results. - Supports output formats (JSON, plain text) and options for limiting URLs, including subdomains, and sitemap handling. - Ideal for mapping site structure, finding specific pages, or preparing for scraping/crawling tasks. - Includes clear usage instructions, common workflows, and integration tips for related firecrawl skills.
元数据
Slug firecrawl-map
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Firecrawl Map 是什么?

Discover and list all URLs on a website, with optional search filtering. Use this skill when the user wants to find a specific page on a large site, list all... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 40 次。

如何安装 Firecrawl Map?

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

Firecrawl Map 是免费的吗?

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

Firecrawl Map 支持哪些平台?

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

谁开发了 Firecrawl Map?

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

💬 留言讨论