ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

ollama-web-search

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/cndaqiang/ollama-web-search
Or

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

Metadata

Author@cndaqiang
Stars3453
Views0
Updated2026-03-26
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-cndaqiang-ollama-web-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.