🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Searxng Web

by @zomgirprogrammer

Proxies search queries to a local searxng instance and returns json-formatted search results with titles, URLs, snippets, and sources.

Versionv1.0.0
Downloads1,407
TERMINAL
clawhub install searxng-web

πŸ“– About This Skill

searxng-web

searxng-web exposes a single, minimal tool that proxies queries to a locally hosted searxng instance running at http://host.docker.internal:8081/search?format=json&q=... and returns normalized results.

what it provides

  • tool: searxng_search(query, count=5)
  • runner: node script searxng_search.js
  • output: json { query, count, results: [{ title, url, snippet, source }] }
  • usage examples

    simple call

    input: ```json { "query": "zillow rentals", "count": 3 }

    docker exec -it openclaw sh -lc