Install
npx skillscat add monkey1sai/openai-cli/claude-command-firecrawl-map Install via the SkillsCat registry.
SKILL.md
Claude Command (Imported): map
- Source:
C:\Users\monke\.claude\plugins\cache\claude-plugins-official\firecrawl\1.0.0\commands\map.md - Plugin:
firecrawl - Version:
1.0.0
Notes
- Claude command files may use
!prefixes for shell execution. In Codex, run those commands in the terminal manually.
Original Command Frontmatter (Reference)
description: Discover all URLs on a website
allowed-tools: firecrawl_mapOriginal Command Body
Map Website URLs
Use the Firecrawl map tool to discover all accessible URLs on a website.
When mapping:
- Take the starting URL from the user
- Use the
firecrawl_maptool to discover all pages - Present the URL structure in an organized way (by section, type, or hierarchy)
- Offer to crawl or scrape specific discovered pages
Options
search: Filter URLs containing specific textlimit: Maximum number of URLs to return (default: 100)sitemap: How to handle sitemaps - "include", "skip", or "only"includeSubdomains: Whether to include subdomainsignoreQueryParameters: Skip URL query parameters
Use cases
- Understanding site structure before crawling
- Finding specific pages or content types
- Creating sitemaps
- Identifying all pages for comprehensive scraping
- Discovering blog posts, documentation, or product pages