Firecrawl Workflows

May 15, 2026 ยท View on GitHub

Outcome-focused Firecrawl skills for AI coding agents. These workflows use Firecrawl to produce concrete deliverables such as research reports, SEO audits, QA reports, knowledge bases, lead lists, and agent-ready website design systems.

This repo is the workflow counterpart to the two existing Firecrawl skill segments:

  • Core skills: live web work with the Firecrawl CLI
  • Build skills: integrate Firecrawl into application code
  • Workflows: use Firecrawl to complete repeatable business and creative tasks

Install

The Firecrawl CLI setup should install all three segments together:

npx -y firecrawl-cli@latest init --all --browser

Or install this workflow pack directly:

npx skills add firecrawl/firecrawl-workflows

Available Skills

SkillOutcome
firecrawl-workflowsUmbrella skill for choosing and running Firecrawl workflow skills
firecrawl-deep-researchMulti-source sourced research reports
firecrawl-seo-auditSite maps, on-page SEO checks, SERP comparison, and prioritized recommendations
firecrawl-lead-researchPre-meeting company/person intelligence briefs
firecrawl-qaLive-site QA reports with issues and reproduction steps
firecrawl-competitive-intelRecurring pricing, feature, and changelog monitoring
firecrawl-company-directoriesDirectory extraction into structured company lists
firecrawl-dashboard-reportingMetrics extraction from dashboards and internal web tools
firecrawl-knowledge-baseLLM-ready reference docs, RAG chunks, training data, or docs mirrors
firecrawl-knowledge-ingestAuth-gated or JS-heavy docs portal ingestion
firecrawl-lead-genProspect list generation from databases and directories
firecrawl-market-researchMarket, financial, earnings, and industry research
firecrawl-research-papersLiterature reviews from papers, PDFs, and whitepapers
firecrawl-demo-walkthroughProduct flow walkthroughs and UX teardown reports
firecrawl-shopProduct research and shopping recommendations
firecrawl-website-design-cloneExtract a website's design system into an agent-ready DESIGN.md

Authoring Principles

Every workflow skill in this repo must:

  • stay harness-agnostic; do not name editor-specific APIs such as AskUserQuestion
  • infer from context first, then ask at most 1-3 blocking onboarding questions only if needed
  • target a real user deliverable, not a Firecrawl feature demo
  • be structured enough for recurring automation
  • call out independently parallelizable work for sub-agents or equivalent parallel task runners
  • use Firecrawl through the CLI or the host's equivalent Firecrawl tool surface

Reference Layouts

This repo takes the useful parts of:

The heavier managed-agent and partner-plugin scaffolding is intentionally omitted until the workflow pack needs it.

Scope

These skills are for repeatable workflows that use Firecrawl during an agent session. If the task is to add Firecrawl API calls to a product, use the build skills instead. If the task is one-off web access, use the core CLI skills directly.

License

ISC