Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Self-hosted private web search using SearXNG. Use when privacy is important, external APIs are blocked, you need search without tracking, or want to avoid pa...
Self-hosted private web search using SearXNG. Use when privacy is important, external APIs are blocked, you need search without tracking, or want to avoid pa...
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.
Privacy-respecting, self-hosted metasearch engine for AI agents.
# 1. Start container docker run -d --name searxng -p 8080:8080 -e BASE_URL=http://localhost:8080/ searxng/searxng # 2. Enable JSON API docker exec searxng sed -i 's/ formats:/ formats:\n - json/' /etc/searxng/settings.yml docker restart searxng # 3. Verify curl -sL "http://localhost:8080/search?q=test&format=json" | jq '.results[0]'
curl -sL "http://localhost:8080/search?q=YOUR_QUERY&format=json" | jq '.results[:10]'
./scripts/search.sh "openclaw ai" 5
VariableDefaultDescriptionSEARXNG_PORT8080Container portSEARXNG_HOSTlocalhostServer hostBASE_URLhttp://localhost:8080Public URL
Google, Bing, DuckDuckGo, Brave, Startpage, Wikipedia, and more.
docker start searxng # Start docker stop searxng # Stop docker logs searxng # View logs docker rm searxng -f # Remove
IssueSolutionNo resultsCheck docker logs searxng403 ForbiddenEnable JSON format (step 2)Connection refusedRun docker start searxng
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.