firecrawl-workflows

Orchestrates Firecrawl workflows that produce research reports, audits, and structured web-data deliverables.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/webdevarif/claude-skills --skill firecrawl-workflows-webdevarif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl-workflows
Source: https://github.com/webdevarif/claude-skills/tree/main/firecrawl-workflows
Command: npx skills add https://github.com/webdevarif/claude-skills --skill firecrawl-workflows-webdevarif

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw web scraping into finished business deliverables requires choosing the right workflow, gathering traceable evidence, and synthesizing results, which is hard to do ad hoc. This Skill routes requests to the right Firecrawl workflow and enforces consistent deliverable standards. ## Core Features & Use Cases - Workflow Routing: Directs requests to 15 specialized Firecrawl workflows covering deep research, SEO audits, lead generation, QA testing, competitive intelligence, knowledge bases, and more. - Generic Fallback Process: When no existing workflow fits, runs a default process of evidence collection, parallel research, synthesis, and rerun-ready automation inputs. - Deliverable Standards: Every output includes an executive summary, evidence base, analysis, recommendations, and rerun inputs. - Use Case: Ask for a competitive pricing monitor, and the Skill routes to firecrawl-competitive-intel, gathers cited web evidence via the Firecrawl CLI, and returns a sourced report. ## Quick Start Ask the agent to run a Firecrawl workflow such as producing a sourced research report or SEO audit for a given URL or topic.

Frequently Asked Questions about firecrawl-workflows

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

FAQPage Schema
How do I run a Firecrawl workflow to produce a research report?

Describe the deliverable you want, such as a sourced research report on a topic, and the Skill routes it to the firecrawl-deep-research workflow. It collects web evidence through the Firecrawl CLI, cites sources, and synthesizes findings into the report.

What Firecrawl workflows are available for marketing and research tasks?

Available workflows cover deep research, SEO audits, lead research and generation, QA testing, competitive intelligence, company directories, dashboard reporting, knowledge bases, market research, research papers, demo walkthroughs, website design extraction, and shopping research.

Do I need a Firecrawl API key to use these workflows?

Yes, a FIRECRAWL_API_KEY is required when the workflow runs through the Firecrawl CLI or hosted API. The key authenticates requests to Firecrawl's hosted scraping and extraction services.

What happens if no existing Firecrawl workflow fits my request?

The Skill falls back to a generic process: confirm the artifact, collect web evidence with Firecrawl, save cited sources, run parallel research units, and synthesize the deliverable. The result can become a reusable pattern for a new workflow skill.

When should I use Firecrawl workflows instead of raw web scraping?

Use these workflows when you want a finished deliverable like an audit, brief, or report rather than raw extracted page data or API integration code. For single-page scraping or embedding Firecrawl into your own code, use Firecrawl's API directly.