skills$openclaw/firecrawl
ashwingupy9.5k

by ashwingupy

firecrawl – OpenClaw Skill

firecrawl is an OpenClaw Skills integration for coding workflows. Web search and scraping via Firecrawl API. Use when you need to search the web, scrape websites (including JS-heavy pages), crawl entire sites, or extract structured data from web pages. Requires FIRECRAWL_API_KEY environment variable.

9.5k stars1.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namefirecrawl
descriptionWeb search and scraping via Firecrawl API. Use when you need to search the web, scrape websites (including JS-heavy pages), crawl entire sites, or extract structured data from web pages. Requires FIRECRAWL_API_KEY environment variable. OpenClaw Skills integration.
ownerashwingupy
repositoryashwingupy/firecrawl-search
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @ashwingupy/firecrawl-search
last updatedFeb 7, 2026

Maintainer

ashwingupy

ashwingupy

Maintains firecrawl in the OpenClaw Skills directory.

View GitHub profile
File Explorer
8 files
.
references
api.md
1.2 KB
scripts
crawl.py
3.4 KB
scrape.py
2.6 KB
search.py
2.2 KB
_meta.json
288 B
SKILL.md
997 B
SKILL.md

name: firecrawl description: Web search and scraping via Firecrawl API. Use when you need to search the web, scrape websites (including JS-heavy pages), crawl entire sites, or extract structured data from web pages. Requires FIRECRAWL_API_KEY environment variable.

Firecrawl

Web search and scraping via Firecrawl API.

Prerequisites

Set FIRECRAWL_API_KEY in your environment or .env file:

export FIRECRAWL_API_KEY=fc-xxxxxxxxxx

Quick Start

Search the web

firecrawl_search "your search query" --limit 10

Scrape a single page

firecrawl_scrape "https://example.com"

Crawl an entire site

firecrawl_crawl "https://example.com" --max-pages 50

API Reference

See references/api.md for detailed API documentation and advanced options.

Scripts

  • scripts/search.py - Search the web with Firecrawl
  • scripts/scrape.py - Scrape a single URL
  • scripts/crawl.py - Crawl an entire website
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

Set `FIRECRAWL_API_KEY` in your environment or `.env` file: ```bash export FIRECRAWL_API_KEY=fc-xxxxxxxxxx ```

FAQ

How do I install firecrawl?

Run openclaw add @ashwingupy/firecrawl-search in your terminal. This installs firecrawl into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/ashwingupy/firecrawl-search. Review commits and README documentation before installing.