firecrawl

Scrape web pages into clean markdown using the Firecrawl CLI.

Updated Mar 9, 2026
One-click install
npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill firecrawl-cbbkrd-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firecrawl
Source: https://github.com/cbbkrd-tech/jl-finishes/tree/main/.claude/skills/firecrawl
Command: npx skills add https://github.com/cbbkrd-tech/jl-finishes --skill firecrawl-cbbkrd-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fetching web content, scraping URLs, crawling entire websites, and extracting clean, structured markdown from web pages, even those heavily reliant on JavaScript.

Core Features & Use Cases

  • Web Scraping: Extract clean markdown content from any given URL.
  • Site Crawling: Traverse and extract content from an entire website.
  • URL Mapping: Discover all URLs within a specific domain.
  • Search & Scrape: Find and scrape top results for a given search query.
  • Use Case: Quickly gather information from a complex, JavaScript-rendered documentation site for offline review or analysis.

Quick Start

Use the firecrawl skill to scrape the content from https://example.com.

Frequently Asked Questions about firecrawl

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract clean markdown from a JavaScript-rendered web page?

To extract clean markdown from JavaScript-rendered web pages, you can use this Skill to scrape single URLs and output structured markdown content. It handles JS-heavy documentation sites automatically.

What is the best way to crawl an entire website and convert all pages to markdown?

Crawling an entire website and converting pages to markdown is done by traversing the domain to extract content from every page. This Skill manages multi-page crawls to gather complete site content for offline review.

How do I scrape the top search results for a specific query?

Scraping top search results for a specific query involves searching for a term and automatically scraping the content from the highest-ranking pages. This Skill provides search and scrape functionality to quickly gather relevant information.

Can I discover all URLs within a specific domain?

Discovering all URLs within a specific domain is possible using the URL mapping feature. This Skill maps all URLs of a domain, allowing you to identify every accessible page before scraping or crawling.

Does web scraping work for SEO content extraction on dynamic sites?

Web scraping for SEO content extraction on dynamic sites works effectively when using a tool that supports JavaScript rendering. This Skill is preferred for JS-heavy pages, ensuring structured markdown output from dynamic content.