← Back to Skills Marketplace
40
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install firecrawl-map
Description
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...
README (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 --searchto find the right URL, thenscrapeit. - Example:
map https://docs.example.com --search "auth"→ found/docs/api/authentication→scrapethat URL.
See also
- firecrawl-scrape — scrape the URLs you discover
- firecrawl-crawl — bulk extract instead of map + scrape
- firecrawl-download — download entire site (uses map internally)
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install firecrawl-map - After installation, invoke the skill by name or use
/firecrawl-map - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 40 downloads so far.
How do I install Firecrawl Map?
Run "/install firecrawl-map" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Firecrawl Map free?
Yes, Firecrawl Map is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Firecrawl Map support?
Firecrawl Map is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Firecrawl Map?
It is built and maintained by eohmig (@eohmig); the current version is v1.0.0.
More Skills