Ollama Web Search
OpenClaw supports Ollama Web Search as a bundledweb_search provider.
It uses Ollama’s experimental web-search API and returns structured results
with titles, URLs, and snippets.
Unlike the Ollama model provider, this setup does not need an API key. It
does require:
- an Ollama host that is reachable from OpenClaw
ollama signin
Setup
If you already use Ollama for models, Ollama Web Search reuses the same
configured host.
Config
http://127.0.0.1:11434.
Notes
- No API key field is required for this provider.
- OpenClaw warns during setup if Ollama is unreachable or not signed in, but it does not block selection.
- Runtime auto-detect can fall back to Ollama Web Search when no higher-priority credentialed provider is configured.
- The provider uses Ollama’s experimental
/api/experimental/web_searchendpoint.
Related
- Web Search overview — all providers and auto-detection
- Ollama — Ollama model setup and cloud/local modes