·firecrawl-agent
</>

firecrawl-agent

AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websites, needs to extract pricing tiers, product listings, directory entries, or any data as JSON with a schema. Triggers on "extract structured data", "get all the products", "pull pricing info", "extract as JSON", or when the user provides a JSON schema for website data. More powerful than simple scraping for multi-page structured extraction.

155Installs·138Trend·@firecrawl

Installation

$npx skills add https://github.com/firecrawl/cli --skill firecrawl-agent

How to Install firecrawl-agent

Quickly install firecrawl-agent AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/firecrawl/cli --skill firecrawl-agent
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: firecrawl/cli.

SKILL.md

View raw

AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).

| --urls | Starting URLs for the agent | | --model | Model to use: spark-1-mini or spark-1-pro | | --schema | JSON schema for structured output | | --schema-file | Path to JSON schema file | | --max-credits | Credit limit for this agent run | | --wait | Wait for agent to complete | | --pretty | Pretty print JSON output | | -o, --output | Output file path |

AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websites, needs to extract pricing tiers, product listings, directory entries, or any data as JSON with a schema. Triggers on "extract structured data", "get all the products", "pull pricing info", "extract as JSON", or when the user provides a JSON schema for website data. More powerful than simple scraping for multi-page structured extraction. Source: firecrawl/cli.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/firecrawl/cli --skill firecrawl-agent
Category
</>Dev Tools
Verified
First Seen
2026-03-11
Updated
2026-03-11

Browse more skills from firecrawl/cli

Quick answers

What is firecrawl-agent?

AI-powered autonomous data extraction that navigates complex sites and returns structured JSON. Use this skill when the user wants structured data from websites, needs to extract pricing tiers, product listings, directory entries, or any data as JSON with a schema. Triggers on "extract structured data", "get all the products", "pull pricing info", "extract as JSON", or when the user provides a JSON schema for website data. More powerful than simple scraping for multi-page structured extraction. Source: firecrawl/cli.

How do I install firecrawl-agent?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/firecrawl/cli --skill firecrawl-agent Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/firecrawl/cli