searxng
Installation
SKILL.md
SearXNG Search Skill
Prerequisites: Run
bash skills/searxng/scripts/setup.shto auto-install and start SearXNG (Docker-based, idempotent — safe to re-run).
Searching
Query the local SearXNG instance via web_fetch:
http://localhost:8888/search?q=YOUR+QUERY&format=json
```/
**Common variations:**
```bash
# Target specific engines (reduces noise)
http://localhost:8888/search?q=react+hooks&engines=google,bing&format=json