9.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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | ashwingupy |
| repository | ashwingupy/firecrawl-search |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @ashwingupy/firecrawl-search |
| last updated | Feb 7, 2026 |
Maintainer

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 Firecrawlscripts/scrape.py- Scrape a single URLscripts/crawl.py- Crawl an entire website
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.
