Ollama Web Search is a lightweight Node.js CLI wrapper for Ollama's web_search API that performs web searches and returns machine-readable JSON responses.…
Ollama Web Search is a lightweight Node.js CLI wrapper for Ollama's web_search API that performs web searches and returns machine-readable JSON responses. Invoke it via node {baseDir}/scripts/search.mjs "query" with optional -n or --max-results to control result count (default 5). The tool requires an OLLAMA_API_KEY environment variable and posts queries to https://ollama.com/api/web_search. Typical uses include augmenting AI agents with up-to-date web evidence, rapid prototyping of search-based features, fact checking, research and monitoring news, or feeding retrieval pipelines. Core advantages are simple CLI integration, configurable result limits, direct JSON output for programmatic consumption, and compatibility with agent workflows that need fresh web results from Ollama's search endpoint.
Esta página faz parte do hub OpenClaw Skills com guias de instalação, navegação por categorias e links práticos.