firecrawl-cli
Installation
SKILL.md
Firecrawl CLI
Web scraping, search, and browser automation. Returns clean markdown for LLM context.
When to Use
| Need | Command | When |
|---|---|---|
| Find pages on a topic | search |
No specific URL yet |
| Get a page's content | scrape |
Have a URL |
| Find URLs within a site | map |
Need to locate a subpage |
| Bulk extract site section | crawl |
Need many pages (e.g., /docs/) |
| AI-powered extraction | agent |
Need structured data |
| Interact with a page | browser |
Clicks, forms, pagination, login |
| Save entire site locally | download |
Map + scrape combined |