firecrawl

Search the web, extract page content, and automate page interactions via Firecrawl CLI.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/1thirteeng3/greenmoire --skill firecrawl-1thirteeng3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl
Source: https://github.com/1thirteeng3/greenmoire/tree/main/integrations/firecrawl/cli/skills/firecrawl-cli
Command: npx skills add https://github.com/1thirteeng3/greenmoire --skill firecrawl-1thirteeng3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Real-time web search, full-page content extraction, and interactive page actions are often manual, slow, and error-prone. This skill centralizes discovery, data retrieval, and user-journeys across websites using the Firecrawl CLI.

Core Features & Use Cases

  • Real-time web search and full-page content extraction for given URLs
  • Page interaction support (clicks, login flows, forms)
  • Site-wide crawling, mapping, and structured data extraction for large collections
  • Use Case: gather sources for a topic, fetch content from multiple pages, and extract key data into a structured format

Quick Start

To start, request a search or scrape of a URL using Firecrawl.

Frequently Asked Questions about firecrawl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape full page content and extract data from a URL via command line?

You can scrape full page content by passing the URL to the Firecrawl CLI, which performs real-time extraction and outputs the results to a designated .firecrawl/ directory. The CLI supports both single page fetches and structured data extraction.

Does Firecrawl support site-wide crawling and mapping for large collections?

Yes, Firecrawl supports site-wide crawling and mapping to gather content from large collections of pages. The CLI automates discovery and retrieval across entire websites to produce structured output.

Can I automate web page interactions like login flows and clicks from the CLI?

Firecrawl enables automated page interaction including clicks, login flows, and form submissions directly from the command line. This allows you to script complex user journeys and gather content behind authentication.

What is the best way to perform real-time web search and gather sources for a topic?

The best way to perform real-time web search is by requesting a query through the Firecrawl CLI, which finds articles and research topics, then fetches and extracts content from the discovered pages.

Do I need to install and authenticate the Firecrawl CLI before scraping web pages?

Yes, you must have the Firecrawl CLI installed and authenticated before performing any web scraping or page interaction. The skill also enforces strict content handling and safety guidelines outlined in its security rules.

What are the limitations of using command line web scraping for content gathering?

Command line web scraping with Firecrawl is bound by strict content handling and safety guidelines defined in rules/security.md. Users must ensure their scraping targets comply with these security constraints to avoid unauthorized data extraction.