
Firecrawl Workflows
- 29.5k installs
- 101 repo stars
- Updated June 19, 2026
- firecrawl/firecrawl-workflows
Firecrawl Workflows is an umbrella skill that routes tasks to specialized Firecrawl workflow skills for web-based research and reporting.
About
Firecrawl Workflows is an umbrella skill that orchestrates and delegates to other Firecrawl workflow skills. Developers use it as a router to select and run the right workflow for their research or analysis task. It provides unified access to all Firecrawl outcome-focused capabilities.
- Unified workflow selection and orchestration
- Delegation to specialized Firecrawl skills
- Harness-agnostic skill coordination
Firecrawl Workflows by the numbers
- 29,544 all-time installs (skills.sh)
- +379 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #43 of 16,659 AI & Agent Building skills by installs in the Skillselion catalog
- Security screen: MEDIUM risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
firecrawl-workflows capabilities & compatibility
- Capabilities
- workflow routing · task delegation · skill coordination
- Use cases
- research
- Pricing
- Freemium
npx skills add https://github.com/firecrawl/firecrawl-workflows --skill firecrawl-workflowsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 29.5k |
|---|---|
| repo stars | ★ 101 |
| Security audit | 2 / 3 scanners passed |
| Last updated | June 19, 2026 |
| Repository | firecrawl/firecrawl-workflows ↗ |
What it does
Route tasks to appropriate Firecrawl workflow skills for research, reporting, lead generation, and analysis.
Who is it for?
Developers building multi-step research and analysis workflows.
Skip if: Single, narrowly-scoped tasks.
When should I use this skill?
The user asks Firecrawl to complete a business, marketing, product, or creative workflow and expects a report, audit, or structured dataset—not bare page content.
What you get
Routes tasks to the appropriate Firecrawl workflow skill.
- SEO audit reports
- structured lead lists
- knowledge-base markdown
By the numbers
- Published as version 0.1.0 in firecrawl/firecrawl-workflows
- Requires FIRECRAWL_API_KEY for hosted Firecrawl API requests
Files
Firecrawl Workflows
Use this when the user wants a finished deliverable powered by Firecrawl, not only raw web extraction and not product-code integration.
Choose The Workflow
- Use firecrawl-website-design-clone to extract a website's colors, fonts, spacing, components, and layout patterns into an agent-ready
DESIGN.md. - Use firecrawl-deep-research for sourced multi-source research reports.
- Use firecrawl-seo-audit for site structure, on-page SEO, keyword, and SERP audits.
- Use firecrawl-lead-research for pre-meeting company/person intelligence briefs.
- Use firecrawl-qa for live-site QA testing and bug reports.
- Use firecrawl-competitive-intel for recurring pricing, feature, and changelog monitoring.
- Use firecrawl-company-directories for directory extraction into company lists.
- Use firecrawl-dashboard-reporting for dashboard metrics extraction.
- Use firecrawl-knowledge-base for LLM-ready docs, RAG chunks, training data, or docs mirrors.
- Use firecrawl-knowledge-ingest for auth-gated or JS-heavy docs portal ingestion.
- Use firecrawl-lead-gen for prospect list generation.
- Use firecrawl-market-research for market, financial, and industry research.
- Use firecrawl-research-papers for literature reviews from papers, PDFs, and whitepapers.
- Use firecrawl-demo-walkthrough for product flow walkthroughs and UX teardown reports.
- Use firecrawl-shop for product research and shopping recommendations.
If no existing workflow fits, use this generic process and produce a reusable pattern that could become a new skill.
Required Intake
Infer the workflow, inputs, audience, and output format from the user's request and surrounding context. If enough is clear, start immediately.
Ask at most 1-3 concise clarifying questions only when a missing input would block the work, such as:
- the URL, company, topic, or source to analyze
- the desired deliverable or output format
- a constraint that would materially change the workflow
Use the host agent's normal way to ask clarifying questions. Do not depend on a harness-specific function name.
Default Process
1. Confirm the workflow and final artifact. 2. Collect web evidence with Firecrawl through the CLI or equivalent Firecrawl tool surface. 3. Save or cite source evidence so the final claims are traceable. 4. Run independent research units in parallel when available. 5. Synthesize findings into the requested deliverable. 6. Include a short "rerun inputs" block when the workflow could be automated.
Parallel Work
If appropriate, use sub-agents or equivalent parallel task runners for independent units such as:
- one competitor per researcher
- one URL or page per researcher
- one source category per researcher
- one analysis dimension per reviewer
Keep the handoff generic: provide the unit of work, source URLs or search terms, expected extracted fields, and output format.
Deliverable Standards
Every workflow should return:
- a concise executive summary
- the evidence base used
- the analysis or artifact requested by the user
- recommendations or next actions when useful
- automation inputs for reruns
For authoring new workflow skills, see workflow-authoring.md.
Related skills
How it compares
Choose firecrawl-workflows when the goal is a finished report or dataset; use bare Firecrawl scrape calls when you only need page content in code.
FAQ
What skills does this route to?
SEO audits, QA reporting, lead research, competitive intelligence, dashboards, and more.
How does it decide which skill to use?
It infers from context or asks minimal clarifying questions about your task.
Is Firecrawl Workflows safe to install?
skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.