firecrawl

Search the web and scrape page content via the Firecrawl CLI.

Updated Jun 15, 2026
One-click install
npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-ironkid90
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl
Source: https://github.com/ironkid90/lucky5-v8/tree/main/plugins/skills/firecrawl
Command: npx skills add https://github.com/ironkid90/lucky5-v8 --skill firecrawl-ironkid90

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, firecrawl-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill resolves the issue of needing to perform web-based searches, content scraping, and interaction without relying solely on native AI capabilities.

Core Features & Use Cases

  • Web Search & Scrape: Offers the ability to search the web and scrape content from specified URLs.
  • Interactivity: Provides the means to interact with web pages through clicks, form submissions, etc.
  • Automated Workflow: Integrates monitoring, which allows for the ongoing tracking of website changes.

Quick Start

Start by initializing the skill with the command 'firecrawl init --browser'.

Frequently Asked Questions about firecrawl

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

FAQPage Schema
How do I scrape entire websites and monitor content changes automatically?

Web scraping and content monitoring are handled by executing Bash scripts that run Firecrawl CLI commands, allowing you to scrape entire sites and track ongoing website changes automatically.

What is the best way to extract specific data from web pages using command line tools?

Data extraction from web pages is performed via the Firecrawl CLI, which enables targeted web searches and scrapes to retrieve specific content directly through command line execution.

Can I interact with web pages by clicking and submitting forms during scraping?

Yes, page interactivity like clicks and form submissions is supported by Firecrawl CLI, allowing dynamic web content interaction beyond static scraping during your data extraction workflow.

Do I need Bash to run web scraping tasks with Firecrawl?

Yes, Bash is required as a dependency to execute the Firecrawl CLI scripts that perform web searches, scrape content, and interact with specified URLs.

How do I initialize web search and scraping capabilities in my environment?

Initialize the web search and scraping environment by running the command 'firecrawl init --browser' to set up the CLI for content extraction and interaction.