monkey1sai

claude-command-firecrawl-map

Converted from Claude plugin command "map" (firecrawl). Use when the

monkey1sai 2 Updated 3mo ago
GitHub

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_map

Original Command Body

Map Website URLs

Use the Firecrawl map tool to discover all accessible URLs on a website.

When mapping:

  1. Take the starting URL from the user
  2. Use the firecrawl_map tool to discover all pages
  3. Present the URL structure in an organized way (by section, type, or hierarchy)
  4. Offer to crawl or scrape specific discovered pages

Options

  • search: Filter URLs containing specific text
  • limit: Maximum number of URLs to return (default: 100)
  • sitemap: How to handle sitemaps - "include", "skip", or "only"
  • includeSubdomains: Whether to include subdomains
  • ignoreQueryParameters: 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