Firecrawl Search
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 …
ashwingupy
@ashwingupy
Install
$ openclaw skills install @ashwingupy/firecrawl-searchFirecrawl
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
Related skills
grok-search
@notabhaySearch the web or X/Twitter using xAI Grok server-side tools (web_search, x_search) via the xAI Responses API. Use when you need tweets/threads/users from X, want Grok as an alternative to Brave, or you need structured JSON + citations.
DuckDuckGo Web Search
@neobotjan2026Search the web using DuckDuckGo. Free, no API key required. Use when the user asks to search the web, look something up, find information online, research a topic, or when you need to find current information that isn't in your training data. Also use when web_search tool is unavailable or has no API key configured.
Web Search Instant
@hahahxxWeb search using DuckDuckGo Instant Answer API (no API key required). Use when you need to search the web for information, definitions, calculations, conversions, or quick facts. Also use when user mentions "search", "look up", "find information", "what is", "how to", or "google something". The skill provides instant answers, definitions, abstracts, and related topics without requiring external API credentials.
Web Search by Exa
@theishangoswamiNeural web search, content extraction, company and people research, code search, and deep research via the Exa MCP server. Use when you need to: (1) search t...
DuckDuckGo Web Search
@jakelinWeb search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you...
google-search
@mxfeinbergSearch the web using Google Custom Search Engine (PSE). Use this when you need live information, documentation, or to research topics and the built-in web_search is unavailable.