Agent Skillsfirecrawl/cli › firecrawl-map

firecrawl-map

GitHub

发现并列出网站URL,支持搜索过滤。用于站点结构映射或查找特定页面,常与抓取配合使用。

skills/firecrawl-map/SKILL.md firecrawl/cli

Trigger Scenarios

用户需要获取网站的所有URL列表 用户想根据关键词在大型站点中查找特定页面

Install

npx skills add firecrawl/cli --skill firecrawl-map -g -y
More Options

Use without installing

npx skills use firecrawl/cli@firecrawl-map

指定 Agent (Claude Code)

npx skills add firecrawl/cli --skill firecrawl-map -a claude-code -g -y

安装 repo 全部 skill

npx skills add firecrawl/cli --all -g -y

预览 repo 内 skill

npx skills add firecrawl/cli --list

SKILL.md

Frontmatter
{
    "name": "firecrawl-map",
    "description": "Discover and list a site's URLs, with search filtering. Use for \"map the site\" or \"find the URL for\" requests — when the user knows the site but not the exact page, or wants site structure.\n",
    "allowed-tools": [
        "Bash(firecrawl *)",
        "Bash(npx firecrawl-cli *)"
    ]
}

firecrawl map

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

Prerequisite: map requires authentication (no keyless free tier); without credentials the CLI prompts an interactive login.

Quick start

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

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

Run firecrawl map --help for the full option list (sitemap handling, subdomains, etc.).

Done when: the URL list is saved under .firecrawl/ and you have selected the URLs to scrape or crawl next.

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

Version History

  • 86aaf06 Current 2026-08-27 16:51

    重构技能文档结构:移除冗余的选项表和‘何时使用’部分,改为指向帮助命令;将描述重写为触发优先形式以节省Token;新增明确的完成标准(Done when)。

  • 253abde 2026-08-19 19:06

    修复了跨技能链接404问题,将文件夹重命名为与frontmatter一致;澄清了认证和API行为说明;修正了allowed-tools的npx模式和工作流链接。

  • 6c50c5d 2026-07-24 11:49

Same Skill Collection

skills/firecrawl-agent/SKILL.md
skills/firecrawl-crawl/SKILL.md
skills/firecrawl-developer-index/SKILL.md
skills/firecrawl-download/SKILL.md
skills/firecrawl-interact/SKILL.md
skills/firecrawl-monitor/SKILL.md
skills/firecrawl-parse/SKILL.md
skills/firecrawl-scrape/SKILL.md
skills/firecrawl-search/SKILL.md
skills/firecrawl/SKILL.md
skills/firecrawl-cli/SKILL.md
skills/firecrawl-research-index/SKILL.md

Metadata

Files
0
Version
86aaf06
Hash
0697e27b
Indexed
2026-07-24 11:49

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-30 02:53
浙ICP备14020137号-1 $Carte des visiteurs$