Install
openclaw skills install firecrawl-searchWeb 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 install firecrawl-searchWeb search and scraping via Firecrawl API.
Set FIRECRAWL_API_KEY in your environment or .env file:
export FIRECRAWL_API_KEY=fc-xxxxxxxxxx
firecrawl_search "your search query" --limit 10
firecrawl_scrape "https://example.com"
firecrawl_crawl "https://example.com" --max-pages 50
See references/api.md for detailed API documentation and advanced options.
scripts/search.py - Search the web with Firecrawlscripts/scrape.py - Scrape a single URLscripts/crawl.py - Crawl an entire website