firecrawl-workflows

Run Firecrawl workflows that produce research reports, SEO audits, lead lists, and structured web-data deliverables.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Turning raw web data into finished business deliverables like research reports, SEO audits, or lead lists requires coordinating many scraping and synthesis steps. This Skill routes the request to the right Firecrawl workflow (or a generic process) so the agent produces a complete, evidence-backed artifact instead of raw scraped pages. ## Core Features & Use Cases - Workflow Routing: Directs requests to 15 specialized Firecrawl skills covering deep research, literature reviews, SEO audits, QA testing, lead generation, competitive intelligence, knowledge bases, and more. - Generic Fallback Process: When no existing workflow fits, it defines a reusable pattern: confirm the deliverable, collect web evidence with Firecrawl, cite sources, synthesize findings, and record rerun inputs. - Parallel Research: Splits independent units of work (one competitor, URL, or source category per researcher) across sub-agents when available. - Use Case: Ask for a competitive pricing monitor across five vendors; the Skill routes to the competitive-intel workflow, gathers cited web evidence, and returns a report with automation inputs for weekly reruns. ## Quick Start Ask the agent to produce a sourced market research report on a topic using Firecrawl, and it will select the matching workflow and deliver the finished artifact.

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 topic and desired deliverable, and the Skill routes the request to firecrawl-deep-research for web-evidence reports or firecrawl-research-papers for literature reviews. It collects cited sources through the Firecrawl CLI or API and synthesizes the final report.

What Firecrawl workflows are available for marketing and SEO tasks?

Available workflows include firecrawl-seo-audit for site and keyword audits, firecrawl-lead-gen and firecrawl-lead-research for prospecting, firecrawl-competitive-intel for pricing and changelog monitoring, and firecrawl-market-research for industry analysis.

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 for scraping, searching, and crawling operations that gather the web evidence behind each deliverable.

When should I use firecrawl-research-papers instead of firecrawl-deep-research?

Use firecrawl-research-papers when the evidence base is published papers, since it queries PubMed, bioRxiv, medRxiv, and arXiv. Use firecrawl-deep-research for market, policy, technical, or industry topics built from general web sources.

Can Firecrawl workflows run on a recurring schedule?

The Skill itself does not implement a scheduler, but each workflow defines stable automation inputs such as subject, URLs, competitors, cadence, and output format. An external system can use that rerun block to schedule recurring executions.