firecrawl-build-map
Installation
SKILL.md
Firecrawl Build Map
Use this when the product knows the site but not the exact URLs.
Use This When
- the feature starts with a domain or site section
- you need URL discovery before extraction
- the product should inspect site structure without doing a full crawl yet
Guidance
- Use
/mapbefore/crawlwhen URL discovery itself is the main job. - Combine
/mapwith/scrapewhen you only need a filtered subset of pages. - Keep this as lighter coverage than
/scrape,/search, and/interactunless the feature is navigation-heavy.