🧪 Skills
Ollama Web Search
--- name: ollama-web-search description: Web search via Ollama API. Returns relevant results from Ollama web search for AI agents. homepage: https://github.com/QAA-Tools/skills metadata: {"clawdbot":{
v1.0.1
Description
name: ollama-web-search description: Web search via Ollama API. Returns relevant results from Ollama web search for AI agents. homepage: https://github.com/QAA-Tools/skills metadata: {"clawdbot":{"emoji":"🔎","requires":{"bins":["node"],"env":["OLLAMA_API_KEY"]},"primaryEnv":"OLLAMA_API_KEY"}}
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 <count>: Number of results to request (default: 5)--max-results <count>: Same as-n
Notes
- Needs
OLLAMA_API_KEY - Outputs Ollama API response as JSON
- Uses
POST https://ollama.com/api/web_search
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!