Ollama Web Search

v1.0.1

Web search via Ollama API. Returns relevant results from Ollama web search for AI agents.

1· 672·6 current·7 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk970rnp65aka0t9zqqbp0wxjqn82gxpa

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🔎 Clawdis
Binsnode
EnvOLLAMA_API_KEY
Primary envOLLAMA_API_KEY

Comments