Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @ashwingupy Updated 2/26/2026

Firecrawl Search OpenClaw Skill - ClawHub

Do you want your AI agent to automate Firecrawl Search workflows? This free skill from ClawHub helps with browser & automation tasks without building custom tools from scratch.

What this skill does

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.

Install

npx clawhub@latest install firecrawl-search

Full SKILL.md

Open original
namedescription
firecrawlWeb 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
Original URL: https://github.com/openclaw/skills/blob/main/skills/ashwingupy/firecrawl-search

Related skills

If this matches your use case, these are close alternatives in the same category.