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 supports SearXNG as a self-hosted, key-free
web_searchAdvantages:
textOr use any existing SearXNG deployment you have access to. See the [SearXNG documentation](https://docs.searxng.org/) for production setup.
textOr set the env var and let auto-detection find it: ```bash} export SEARXNG_BASE_URL="http://localhost:8888" ```
json5{ tools: { web: { search: { provider: "searxng", }, }, }, }
Plugin-level settings for the SearXNG instance:
json5{ plugins: { entries: { searxng: { config: { webSearch: { baseUrl: "http://localhost:8888", categories: "general,news", // optional language: "en", // optional }, }, }, }, }, }
The
baseUrlTransport rules:
https://http://https://Set
SEARXNG_BASE_URLbashexport SEARXNG_BASE_URL="http://localhost:8888"
When
SEARXNG_BASE_URL| Field | Description |
|---|---|
text baseUrl | Base URL of your SearXNG instance (required) |
text categories | Comma-separated categories such as text generaltext newstext science |
text language | Language code for results such as text entext detext fr |
format=jsonbaseUrlhttp://https://https://general© 2024 TaskFlow Mirror
Powered by TaskFlow Sync Engine