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.
The
web_fetchFor JS-heavy sites or login-protected pages, use the Web Browser instead.
web_fetchjavascriptawait web_fetch({ url: "https://example.com/article" });
json5{ tools: { web: { fetch: { enabled: true, // default: true provider: "firecrawl", // optional; omit for auto-detect maxChars: 50000, // max output chars maxCharsCap: 50000, // hard cap for maxChars param maxResponseBytes: 2000000, // max download size before truncation timeoutSeconds: 30, cacheTtlMinutes: 15, maxRedirects: 3, readability: true, // use Readability extraction userAgent: "Mozilla/5.0 ...", // override User-Agent ssrfPolicy: { allowRfc2544BenchmarkRange: true, // opt-in for trusted fake-IP proxies using 198.18.0.0/15 allowIpv6UniqueLocalRange: true, // opt-in for trusted fake-IP proxies using fc00::/7 }, }, }, }, }
If Readability extraction fails,
web_fetchjson5{ tools: { web: { fetch: { provider: "firecrawl", // optional; omit for auto-detect from available credentials }, }, }, plugins: { entries: { firecrawl: { enabled: true, config: { webFetch: { apiKey: "fc-...", // optional if FIRECRAWL_API_KEY is set baseUrl: "https://api.firecrawl.dev", onlyMainContent: true, maxAgeMs: 86400000, // cache duration (1 day) timeoutSeconds: 60, }, }, }, }, }, }
plugins.entries.firecrawl.config.webFetch.apiKeytools.web.fetch.firecrawl.*openclaw doctor --fixCurrent runtime behavior:
tools.web.fetch.providerproviderweb_fetchmaxCharstools.web.fetch.maxCharsCapmaxResponseBytestools.web.fetch.ssrfPolicy.allowRfc2544BenchmarkRangetools.web.fetch.ssrfPolicy.allowIpv6UniqueLocalRangemaxRedirectsweb_fetchIf you use tool profiles or allowlists, add
web_fetchgroup:webjson5{ tools: { allow: ["web_fetch"], // or: allow: ["group:web"] (includes web_fetch, web_search, and x_search) }, }
© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine