
firecrawl / firecrawl-workflows
✓ Official★ 72A skill package that teaches your agent 16 capabilities — every one documented and browsable below, no GitHub required · by firecrawl.
Each skill below is one capability this package teaches your agent. Install the whole package, or open a skill to install just that one.
Extract structured company lists from directories with Firecrawl. Use for scraping YC, Crunchbase, Product Hunt, G2, startup directories, category directories, or custom company databases into JSON, CSV, CRM-ready lists, or research tables.
1 file — installable on its own
Monitor competitor pricing, features, changelogs, dashboards, and product changes with Firecrawl. Use for recurring competitive intelligence, pricing tier extraction, feature change tracking, or structured competitor alerts.
1 file — installable on its own
Pull metrics from analytics dashboards and internal web tools with Firecrawl browser. Use when the user needs dashboard reporting, cross-platform metric summaries, authenticated analytics extraction, date-range reports, or structured metrics from web dashboards.
1 file — installable on its own
Run multi-source deep research with Firecrawl. Use when the user asks to research a topic, compare perspectives, produce a sourced briefing, investigate a technical or market question, or synthesize web evidence across many sources.
1 file — installable on its own
Walk through a product's key flows with Firecrawl browser and produce a structured UX/product walkthrough. Use for signup, onboarding, pricing, docs, dashboard, product demo prep, UX teardown, and first-run experience analysis.
1 file — installable on its own
Build a knowledge base from web content with Firecrawl. Use for local reference docs, RAG-ready chunks, fine-tuning datasets, documentation mirrors, topic corpora, or LLM-ready markdown organized from web sources.
1 file — installable on its own
Ingest public or authenticated knowledge bases and docs portals with Firecrawl browser. Use for JS-heavy docs, login-gated portals, paginated help centers, support knowledge bases, or structured JSON/markdown extraction from documentation sites.
1 file — installable on its own
Generate structured lead lists from prospect databases and web directories with Firecrawl browser. Use for finding prospects by role, company type, industry, stage, location, technologies, or other criteria and exporting CRM-ready JSON or CSV.
1 file — installable on its own
Produce pre-meeting lead intelligence briefs with Firecrawl. Use when the user needs company research, person research, recent news, talking points, pain points, or outreach preparation before a sales call, partnership meeting, investor conversation, or customer interview.
1 file — installable on its own
Extract market, financial, earnings, industry, and company metrics with Firecrawl. Use when the user asks for market research, industry trends, public company data, financial comparisons, earnings research, or structured market reports.
1 file — installable on its own
QA test a live website with Firecrawl browser and scrape evidence. Use when the user wants exploratory QA, form testing, navigation/link checks, responsive checks, performance observations, bug reports, or a pre-launch quality review.
1 file — installable on its own
Find and synthesize research papers, whitepapers, PDFs, technical reports, and academic sources with Firecrawl. Use when the user wants a literature review, paper summary, research landscape, or sourced synthesis from PDFs and scholarly/industry publications.
1 file — installable on its own
Audit a website's SEO with Firecrawl. Use when the user asks for an SEO audit, metadata and heading review, sitemap/site-structure analysis, keyword opportunities, competitor SERP comparison, or prioritized search optimization recommendations.
1 file — installable on its own
Research products across the web with Firecrawl and produce a shopping recommendation or cart-ready summary. Use when the user wants to compare products, find the best option, evaluate reviews, respect budget/preferences, or shop with a saved browser session.
1 file — installable on its own
Extract any website's design system into an agent-ready DESIGN.md using Firecrawl scrape evidence. Use when the user wants colors, fonts, spacing, components, layout patterns, or brand/UI guidance from a website so AI agents can create new websites, clone a look, or build pages inspired by that design.
1 file — installable on its own
Run outcome-focused Firecrawl workflows that produce deliverables such as research reports, SEO audits, QA reports, lead lists, knowledge bases, website design systems, and other structured web-data artifacts. Use when the user wants Firecrawl to complete a business, marketing, product, or creative workflow rather than merely scrape a page or integrate API calls into code.
1 file — installable on its own
Firecrawl Workflows
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 --browserOr install this workflow pack directly:
npx skills add firecrawl/firecrawl-workflowsAvailable Skills
| Skill | Outcome |
|---|---|
firecrawl-workflows | Umbrella skill for choosing and running Firecrawl workflow skills |
firecrawl-deep-research | Multi-source sourced research reports |
firecrawl-seo-audit | Site maps, on-page SEO checks, SERP comparison, and prioritized recommendations |
firecrawl-lead-research | Pre-meeting company/person intelligence briefs |
firecrawl-qa | Live-site QA reports with issues and reproduction steps |
firecrawl-competitive-intel | Recurring pricing, feature, and changelog monitoring |
firecrawl-company-directories | Directory extraction into structured company lists |
firecrawl-dashboard-reporting | Metrics extraction from dashboards and internal web tools |
firecrawl-knowledge-base | LLM-ready reference docs, RAG chunks, training data, or docs mirrors |
firecrawl-knowledge-ingest | Auth-gated or JS-heavy docs portal ingestion |
firecrawl-lead-gen | Prospect list generation from databases and directories |
firecrawl-market-research | Market, financial, earnings, and industry research |
firecrawl-research-papers | Literature reviews from papers, PDFs, and whitepapers |
firecrawl-demo-walkthrough | Product flow walkthroughs and UX teardown reports |
firecrawl-shop | Product research and shopping recommendations |
firecrawl-website-design-clone | Extract 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:
anthropics/skills: simpleskills/<name>/SKILL.mdlayoutanthropics/financial-services: outcome-focused domain workflows and optional agent packaginganthropics/claude-for-legal: verticalized workflows with concrete deliverables
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
Install the whole package (16 skills):
npx skills add https://github.com/firecrawl/firecrawl-workflowsOr install a single skill:
npx skills add https://github.com/firecrawl/firecrawl-workflows --skill <name>Pick the skill name from the Skills tab — each entry there installs independently.