Firecrawl Agent

An autonomous scraping agent that plans and executes multi-step web data collection tasks. Given a high-level goal — like 'find pricing for all competitors' or 'collect all job listings matching these criteria' — it plans a crawl strategy, navigates across pages, handles pagination, and assembles structured results. Use it for complex research tasks that require visiting multiple sites or following links intelligently.

First-party, by Skills and Agents Co

June 22, 2026

Install

MCP-powered — requires setup

This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.

Setup steps

  1. Set up each required MCP using the configs below
  2. Download the skill file below
  3. Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
  4. Click Create a new skill (use + on claude.ai) and upload the downloaded file
  5. Start a new session — your MCPs and skill will both be active
  6. Use a trigger phrase to activate
The skill file
Download

Required MCPs

Firecrawl MCP

Web scraping and crawling capabilities for autonomous data collection

View config snippet
{
  "mcpServers": {
    "firecrawl": {
      "command": "npx",
      "args": ["-y", "firecrawl-mcp"],
      "env": {
        "FIRECRAWL_API_KEY": "your_firecrawl_api_key"
      }
    }
  }
}