Back to skills

firecrawl-cli

workflows

Firecrawl CLI is a command-line tool for web scraping, search, and browser automation. It fetches pages as clean markdown, crawls entire site sections, and can interact with pages that require clicks

Setup & Installation

npx skills add https://github.com/firecrawl/firecrawl-cli --skill firecrawl-cli
or paste the link and ask your coding assistant to install it
https://github.com/firecrawl/firecrawl-cli
View on GitHub

What This Skill Does

Firecrawl CLI is a command-line tool for web scraping, search, and browser automation. It fetches pages as clean markdown, crawls entire site sections, and can interact with pages that require clicks or logins. Results are optimized for use in LLM context windows. Instead of writing custom scraping scripts or hitting rate limits with manual browser fetches, Firecrawl handles JS-rendered pages, browser interactions, and parallel scraping with a single CLI command that outputs LLM-ready markdown.

When to use it

  • Working with firecrawl cli functionality
  • Implementing firecrawl cli features
  • Debugging firecrawl cli related issues