Caricamento in corso...
Caricamento in corso...
Last synced: Today, 22:00
Technical reference for the OpenClaw framework. Real-time synchronization with the official documentation engine.
Use this file to discover all available pages before exploring further.
OpenClaw can use Firecrawl in three ways:
web_searchfirecrawl_searchfirecrawl_scrapeweb_fetchIt is a hosted extraction/search service that supports bot circumvention and caching, which helps with JS-heavy sites or pages that block plain HTTP fetches.
FIRECRAWL_API_KEYjson5{ tools: { web: { search: { provider: "firecrawl", }, }, }, plugins: { entries: { firecrawl: { enabled: true, config: { webSearch: { apiKey: "FIRECRAWL_API_KEY_HERE", baseUrl: "https://api.firecrawl.dev", }, }, }, }, }, }
Notes:
openclaw configure --section webweb_searchquerycountsourcescategoriesfirecrawl_searchbaseUrlhttps://api.firecrawl.devFIRECRAWL_BASE_URLjson5{ plugins: { entries: { firecrawl: { enabled: true, config: { webFetch: { apiKey: "FIRECRAWL_API_KEY_HERE", baseUrl: "https://api.firecrawl.dev", onlyMainContent: true, maxAgeMs: 172800000, timeoutSeconds: 60, }, }, }, }, }, }
Notes:
plugins.entries.firecrawl.config.webFetch.apiKeyFIRECRAWL_API_KEYmaxAgeMstools.web.fetch.firecrawl.*openclaw doctor --fixhttps://api.firecrawl.devfirecrawl_scrapeplugins.entries.firecrawl.config.webFetch.*firecrawl_searchUse this when you want Firecrawl-specific search controls instead of generic
web_searchCore parameters:
querycountsourcescategoriesscrapeResultstimeoutSecondsfirecrawl_scrapeUse this for JS-heavy or bot-protected pages where plain
web_fetchCore parameters:
urlextractModemaxCharsonlyMainContentmaxAgeMsproxystoreInCachetimeoutSecondsFirecrawl exposes a proxy mode parameter for bot circumvention (
basicstealthautoproxy: "auto"storeInCache: trueautoautoweb_fetchweb_fetchThe selection knob is
tools.web.fetch.provider© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine