EasyGlobe EasyGlobe
Back to Skills Hub

Skill Detail

Firecrawl Skill

**🔥 Firecrawl** · github

Gives agents reliable web scraping, search, and browser automation.

Skill Overview

Gives agents reliable web scraping, search, and browser automation.

Firecrawl Search Terms

This page targets users searching for Firecrawl Skill, download, installation, README, Skill URL, and usage guide.

FirecrawlFirecrawl SkillFirecrawl skillsFirecrawl downloadFirecrawl installationFirecrawl usage guideFirecrawl READMEFirecrawl Skill URLFirecrawl Claude SkillFirecrawl Codex Skill

Resource Type

Agent Skill

Categories

Development, Data & Analysis, Meta & Tools, Research

Tags

Web scraping, Search, Browser automation

The download is a local Markdown skill file saved by EasyGlobe and deployable with the site to GitHub and Cloudflare.

Detailed Skill Introduction

What Firecrawl is for

Firecrawl is an AI agent skill resource for Development, Data & Analysis, Meta & Tools, Research workflows. Based on the archived project material, its core value is: Gives agents reliable web scraping, search, and browser automation.. People landing on this page are likely searching for Firecrawl, Firecrawl download, Firecrawl installation, Firecrawl README, Firecrawl Skill URL, or platform-specific terms such as Claude Skills, Codex Skills, Gemini Skills, Kimi Skills, and GLM Skills. This detail page brings those signals together so a user can understand what the skill does before opening the original project.

README summary

**Core Endpoints**

| Feature | Description |

|---------|-------------|

| **Search** | Search the web and get full page content from results |

| **Scrape** | Convert any URL to markdown, HTML, screenshots, or structured JSON |

| **Interact** | Scrape a page, then interact with it using AI prompts or code |

**More**

| Feature | Description |

|---------|-------------|

| **Agent** | Automated data gathering, just describe what you need |

| **Crawl** | Scrape all URLs of a website with a single request |

| **Map** | Discover all URLs on a website instantly |

| **Batch Scrape** | Scrape thousands of URLs asynchronously |

---

README capability notes

Sign up at firecrawl.dev to get your API key. Try the playground to test it out.

Workflow fit and practical value

The current taxonomy places Firecrawl under Development, Data & Analysis, Meta & Tools, Research, with tags such as Web scraping, Search, Browser automation. That means the skill should be evaluated through the lens of repeatable work: what task it helps an AI agent perform, what context the agent needs, what output a user should expect, and whether the workflow can be reused as a team SOP. The archived README is used as the first source of truth whenever it includes feature lists, examples, setup notes, or usage guidance. The local Markdown download is useful for review, internal documentation, and adapting the instructions into your own agent skills repository.

Installation, usage, and platform notes

Sign up at firecrawl.dev to get your API key. Try the playground to test it out. Use this skill when the task involves Web scraping, Search, Browser automation. It can be adapted into Claude Skills, Codex Skills, Gemini Skills, Kimi Skills, GLM Skills, or a team SOP. If the README does not include a complete command-by-command setup path, the Skill URL remains the official source for the latest installation instructions. Platform support should be confirmed from the original project, but the information on this page is organized so it can be reused as a reference for Claude, Codex, Gemini, Kimi, GLM, ChatGPT, or internal AI agent workflows.

Installation

Sign up at firecrawl.dev to get your API key. Try the playground to test it out.

Usage

Use this skill when the task involves Web scraping, Search, Browser automation. It can be adapted into Claude Skills, Codex Skills, Gemini Skills, Kimi Skills, GLM Skills, or a team SOP.

Capabilities

**Core Endpoints**

| Feature | Description |

|---------|-------------|

| **Search** | Search the web and get full page content from results |

| **Scrape** | Convert any URL to markdown, HTML, screenshots, or structured JSON |

| **Interact** | Scrape a page, then interact with it using AI prompts or code |

**More**

| Feature | Description |

|---------|-------------|

| **Agent** | Automated data gathering, just describe what you need |

| **Crawl** | Scrape all URLs of a website with a single request |

| **Map** | Discover all URLs on a website instantly |

| **Batch Scrape** | Scrape thousands of URLs asynchronously |

---

Supported Platforms

Use this skill as a reference template for these AI agents, model workflows, or team SOPs.

Claude SkillsCodex SkillsGemini SkillsKimi SkillsGLM SkillsChatGPT Skills

Configuration & Updates

No standalone configuration section was detected in the archive. If the source project requires API keys, account auth, CLI setup, or plugin config, follow the Skill URL.

README Command Examples

python
from firecrawl import Firecrawl

app = Firecrawl(api_key="fc-YOUR_API_KEY")

search_result = app.search("firecrawl", limit=5)
javascript
import { Firecrawl } from 'firecrawl';

const app = new Firecrawl({apiKey: "fc-YOUR_API_KEY"});

app.search("firecrawl", { limit: 5 })
bash
curl -X POST 'https://api.firecrawl.dev/v2/search' \
-H 'Authorization: Bearer fc-YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
  "query": "firecrawl",
  "limit": 5
}'

Tags

Web scrapingSearchBrowser automation

FAQ

What is Firecrawl Skill?

Gives agents reliable web scraping, search, and browser automation.

Who should use Firecrawl?

Use this skill if your team, operator, developer, or AI agent works on Development, Data & Analysis, Meta & Tools, Research workflows.

When should you use Firecrawl Skill?

Use it when a task involves Web scraping, Search, Browser automation, or when the workflow should become a Claude Skill, Codex Skill, Gemini Skill, Kimi Skill, GLM Skill, or team SOP.

How do you download Firecrawl Skill?

Use the “Download Skill File” button near the top of the page or in the Skill Information panel. The local Markdown file saved by EasyGlobe is manual-firecrawl.md.

How do you install Firecrawl Skill?

Check the Installation section on this page. If the archived README does not include an explicit installation section, open the Skill URL and follow the official README, platform documentation, or marketplace instructions.

How do you use Firecrawl Skill?

Check the Usage, Capabilities, and README summary sections. The page extracts usage notes, command examples, and workflow context from the archived README where available.

Does Firecrawl Skill work with Claude, Codex, Gemini, Kimi, and GLM?

This page packages the resource as reusable AI agent skill material for Claude Skills, Codex Skills, Gemini Skills, Kimi Skills, GLM Skills, ChatGPT Skills or team SOPs. Actual runtime compatibility depends on the official instructions at the Skill URL.

Where is the Skill URL for Firecrawl Skill?

The Skill URL is shown in the Skill Information panel. You can also use the “Open Original Skill” button near the top of the page to open the original project or official page.

What is the difference between the local download and the Skill URL?

The local download is an EasyGlobe-saved Markdown copy for archiving, reading, and reuse. The Skill URL points to the original project, official documentation, or marketplace page for the latest instructions.