firecrawl-workflows

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

1|Updated Aug 24, 2026
One-click install
npx skills add https://github.com/CliffVale/opencode-free-setup --skill firecrawl-workflows-cliffvale
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: firecrawl-workflows
Source: https://github.com/CliffVale/opencode-free-setup/tree/main/skills/firecrawl-workflows
Command: npx skills add https://github.com/CliffVale/opencode-free-setup --skill firecrawl-workflows-cliffvale

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 deliverable standards. ## Core Features & Use Cases - Workflow Routing: Directs requests to 15 specialized Firecrawl skills 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 intake-to-deliverable process that can become a reusable new skill pattern. - Parallel Research Units: Coordinates sub-agents for independent units such as one competitor, URL, or analysis dimension per researcher. - Use Case: Ask for a competitive pricing monitor across five rival sites; the Skill routes to the competitive-intel workflow, collects cited evidence in parallel, and returns a report with rerun inputs for automation. ## Quick Start Ask the agent to run a Firecrawl workflow, for example: produce a sourced research report on a given topic using Firecrawl.

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, audience, and desired output format, and the Skill routes the request to the firecrawl-deep-research workflow. It collects web evidence through the Firecrawl CLI or API, cites sources, and synthesizes a sourced 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, and shopping recommendations.

Does Firecrawl workflows require an API key?▼

Yes, a FIRECRAWL_API_KEY is required when workflows run through the Firecrawl CLI or hosted API. The key is declared as a required input in the Skill's frontmatter.

When should I use firecrawl-workflows instead of scraping a page directly?▼

Use it when you want a finished deliverable such as a report, audit, or lead list rather than raw extraction or API integration code. For single-page scraping or embedding Firecrawl into product code, use Firecrawl directly instead.

Can Firecrawl workflows run research tasks in parallel?▼

Yes, independent units such as one competitor, URL, source category, or analysis dimension per researcher can run in parallel using sub-agents or equivalent task runners. Each unit receives source URLs, expected fields, and an output format.