searxng-web
v1.0.0代理搜索请求至本地 searxng 实例,返回含标题、URL、摘要及来源的 JSON 格式搜索结果。
Installation
Please help me install the skill `searxng-web` from SkillHub official store.
npx skills add ZomgIrProgrammer/searxng-web
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
docker exec -it openclaw sh -lc