Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search the web using a self-hosted SearXNG metasearch engine aggregating multiple sources without API keys and returning JSON results.
Search the web using a self-hosted SearXNG metasearch engine aggregating multiple sources without API keys and returning JSON results.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Privacy-respecting metasearch via your self-hosted SearXNG instance.
Use this skill when the user asks: "search the web for..." "look up..." / "find information about..." "what is..." (when current info needed) "research..." / "search for..." "google..." (redirect to privacy-respecting search)
python3 {baseDir}/scripts/searxng_search.py "your query" python3 {baseDir}/scripts/searxng_search.py "query" --count 10 python3 {baseDir}/scripts/searxng_search.py "query" --lang de
Set SEARXNG_URL environment variable: export SEARXNG_URL="http://your-searxng-host:8888"
FlagDefaultDescription-n, --count5Results to return (1-20)-l, --langautoLanguage code (en, de, fr, es, etc.)
Returns JSON: { "query": "search terms", "count": 5, "results": [ {"title": "...", "url": "...", "description": "...", "engines": ["google", "brave"], "score": 1.5} ] }
No API keys neededβSearXNG aggregates upstream engines Results include source engines for transparency Scores indicate relevance (higher = better) For news, add "news" to query or use --lang for regional results
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.