By firecrawl
Turn any website into structured data or LLM-ready markdown through scraping, crawling, search, and live browser automation — no JSON schema needed. Bulk extract entire sites, monitor content changes, parse local files, and generate Agent Skills from documentation URLs.
AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websites, needs to extract pricing tiers, product listings, directory entries, or any data as JSON with a schema. Triggers on "extract structured data", "get all the products", "pull pricing info", "extract as JSON", or when the user provides a JSON schema for website data. More powerful than simple scraping for multi-page structured extraction.
Search, scrape, and interact with the web via the Firecrawl CLI. Use this skill whenever the user wants to search the web, find articles, research a topic, look something up online, scrape a webpage, grab content from a URL, get data from a website, crawl documentation, download a site, or interact with pages that need clicks or logins. Also use when they say "fetch this page", "pull the content from", "get the page at https://", or reference external websites. This provides real-time web search with full page content and interact capabilities — beyond what Claude can do natively with built-in tools. Do NOT trigger for local file operations, git commands, deployments, or code editing tasks.
Bulk extract content from an entire website or site section. Use this skill when the user wants to crawl a site, extract all pages from a docs section, bulk-scrape multiple pages following links, or says "crawl", "get all the pages", "extract everything under /docs", "bulk extract", or needs content from many pages on the same site. Handles depth limits, path filtering, and concurrent extraction.
Download an entire website as local files — markdown, screenshots, or multiple formats per page. Use this skill when the user wants to save a site locally, download documentation for offline use, bulk-save pages as files, or says "download the site", "save as local files", "offline copy", "download all the docs", or "save for reference". Combines site mapping and scraping into organized local directories.
Control and interact with a live browser session on any scraped page — click buttons, fill forms, navigate flows, and extract data using natural language prompts or code. Use when the user needs to interact with a webpage beyond simple scraping: logging into a site, submitting forms, clicking through pagination, handling infinite scroll, navigating multi-step checkout or wizard flows, or when a regular scrape failed because content is behind JavaScript interaction. Also useful for authenticated scraping via profiles. Triggers on "interact", "click", "fill out the form", "log in to", "sign in", "submit", "paginated", "next page", "infinite scroll", "interact with the page", "navigate to", "open a session", or "scrape failed".
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Turn any website into clean, LLM-ready markdown or structured data — directly from Claude Code.
This plugin adds the Firecrawl CLI as a skill to Claude Code, giving it the ability to scrape, search, crawl, and map the web.
All operations include automatic JavaScript rendering, anti-bot handling, and proxy rotation.
In Claude Code, run /plugin and search for firecrawl, then select it to install.
The plugin requires the Firecrawl CLI to be installed globally:
npm install -g firecrawl-cli
Run the following to authenticate via your browser:
firecrawl login --browser
Or authenticate with an API key directly:
firecrawl login --api-key "fc-YOUR-API-KEY"
You can also set the key as an environment variable (add to ~/.zshrc or ~/.bashrc for persistence):
export FIRECRAWL_API_KEY=fc-YOUR-API-KEY
Get your free API key at: https://firecrawl.dev/app/api-keys
firecrawl --status
You should see your authentication status, concurrency limit, and remaining credits.
Once installed, Claude Code will automatically use Firecrawl for web tasks. Just ask naturally:
Search the web:
Search for "best practices for React testing" and compile the key recommendations
Scrape a page:
Scrape https://docs.firecrawl.dev/introduction and summarize the key points
Discover site structure:
Map all URLs on https://firecrawl.dev
Research a topic:
Research the latest developments in AI agents and give me a summary
The plugin uses these Firecrawl CLI commands under the hood:
| Command | Description |
|---|---|
firecrawl search "query" | Search the web (supports --sources, --scrape, --tbs for time filters) |
firecrawl scrape <url> | Scrape a single page to markdown |
firecrawl map <url> | Discover all URLs on a site |
firecrawl browser launch/execute/list/close | Manage cloud browser sessions and execute Playwright code |
firecrawl --status | Check auth status, concurrency, and credits |
Results are saved to a .firecrawl/ directory in your project to keep Claude Code's context window clean:
.firecrawl/search-react_server_components.json
.firecrawl/docs.github.com-actions-overview.md
.firecrawl/firecrawl.dev.md
| Variable | Required | Description |
|---|---|---|
FIRECRAWL_API_KEY | Yes (if not using firecrawl login) | Your Firecrawl API key |
FIRECRAWL_API_URL | No | Custom API endpoint (for self-hosted instances) |
Firecrawl can be self-hosted. Set FIRECRAWL_API_URL to point to your instance:
export FIRECRAWL_API_URL=https://your-firecrawl-instance.com
See the Firecrawl documentation for self-hosting instructions.
This plugin is licensed under AGPL-3.0, consistent with Firecrawl's open-source license.
npx claudepluginhub firecrawl/firecrawl-claude-plugin --plugin firecrawlScrape, search, crawl, and map the web with a single command.
Outcome-focused Firecrawl workflow skills for research, SEO audits, QA, knowledge bases, lead lists, dashboard reporting, shopping, and design-system extraction.
Skills and MCP configuration for integrating Firecrawl scrape, search, and interact into apps and agents.
Scrape, search, crawl, and map the web with a single command.
Firecrawl v2.5 API for web scraping/crawling to LLM-ready markdown. Use for site extraction, dynamic content, or encountering JavaScript rendering, bot detection, content loading errors.
Claude Code skill pack for FireCrawl (30 skills)
Build AI applications with real-time web data using Tavily's search, extract, crawl, and research APIs.
A collection of useful utilities, tools, and skills for Claude Code
The complete web toolkit for your agent. Search the web and get answers in milliseconds. Fetch any URL and get clean markdown content back. Send a browser agent to navigate sites, fill forms, and extract structured data. Spin up a headless browser for full programmatic control when you need it.