Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.02 KB

File metadata and controls

24 lines (17 loc) · 1.02 KB

Firecrawl Cursor Plugin

Cursor plugin that gives AI agents full web access through the Firecrawl CLI: search, scrape, map, crawl, browser automation, and AI-powered extraction.

What's included

  • skills/firecrawl/SKILL.md - Complete CLI reference covering search, scrape, map, crawl, browser, and agent commands with workflow patterns and examples
  • rules/install.mdc - Installation and authentication handling

Setup

npm install -g firecrawl-cli
firecrawl login --browser

Capabilities

  • Search - Web, image, and news search with optional full-page scraping of results
  • Scrape - Single page content extraction to clean markdown, with JS rendering support
  • Map - Discover all URLs on a site, with search filtering
  • Crawl - Bulk content extraction from entire site sections
  • Browser - Remote Chromium sessions for interactive pages (pagination, forms, modals)
  • Agent - AI-powered autonomous web research and structured data extraction