← Back to Skills Marketplace
813
Downloads
1
Stars
6
Active Installs
2
Versions
Install in OpenClaw
/install ollama-web-search
Description
Web search via Ollama API. Returns relevant results from Ollama web search for AI agents.
README (SKILL.md)
Ollama Web Search
Web search using Ollama's web_search API.
Search
node {baseDir}/scripts/search.mjs "query"
node {baseDir}/scripts/search.mjs "query" -n 10
node {baseDir}/scripts/search.mjs "query" --max-results 10
Options
-n \x3Ccount>: Number of results to request (default: 5)--max-results \x3Ccount>: Same as-n
Notes
- Needs
OLLAMA_API_KEY - Outputs Ollama API response as JSON
- Uses
POST https://ollama.com/api/web_search
Usage Guidance
This skill appears coherent and small, but before installing: ensure you trust the Ollama service and protect your OLLAMA_API_KEY (do not share it). Verify your runtime Node has global fetch (Node 18+ or polyfill) so the script runs correctly. Note the small metadata version mismatch (_meta.json 1.0.0 vs registry 1.0.1) — likely benign but you may want to confirm you have the intended release. If you need stronger guarantees, run the script locally and inspect network traffic to confirm requests only go to https://ollama.com.
Capability Analysis
Type: OpenClaw Skill
Name: ollama-web-search
Version: 1.0.1
The skill provides a legitimate utility for performing web searches via the Ollama API. The script 'scripts/search.mjs' correctly handles command-line arguments, retrieves the required 'OLLAMA_API_KEY' from the environment, and makes a standard POST request to 'https://ollama.com/api/web_search'. There are no signs of data exfiltration, obfuscation, or malicious instructions.
Capability Assessment
Purpose & Capability
Name/description match the behavior: the script performs a POST to https://ollama.com/api/web_search and requires only OLLAMA_API_KEY and Node.
Instruction Scope
SKILL.md instructs running the included Node script with a query; the script only reads command-line args and OLLAMA_API_KEY, calls the Ollama API, and prints JSON. It does not access unrelated files, other env vars, or external endpoints.
Install Mechanism
No install spec; the package is instruction+single script. Nothing is downloaded or extracted during install and no unusual packages or hosts are referenced.
Credentials
Only OLLAMA_API_KEY is required and declared as the primary credential. No other secrets, tokens, or config paths are requested or used.
Persistence & Privilege
The skill is not forced always-on, does not modify other skills or system config, and uses normal autonomous invocation defaults.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ollama-web-search - After installation, invoke the skill by name or use
/ollama-web-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Add homepage metadata
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Ollama Web Search?
Web search via Ollama API. Returns relevant results from Ollama web search for AI agents. It is an AI Agent Skill for Claude Code / OpenClaw, with 813 downloads so far.
How do I install Ollama Web Search?
Run "/install ollama-web-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ollama Web Search free?
Yes, Ollama Web Search is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Ollama Web Search support?
Ollama Web Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ollama Web Search?
It is built and maintained by cndaqiang (@cndaqiang); the current version is v1.0.1.
More Skills