searxng▌
sundial-org/awesome-openclaw-skills · updated Apr 8, 2026
Search the web using your local SearXNG instance - a privacy-respecting metasearch engine.
SearXNG Search
Search the web using your local SearXNG instance - a privacy-respecting metasearch engine.
Commands
Web Search
uv run {baseDir}/scripts/searxng.py search "query" # Top 10 results
uv run {baseDir}/scripts/searxng.py search "query" -n 20 # Top 20 results
uv run {baseDir}/scripts/searxng.py search "query" --format json # JSON output
Category Search
uv run {baseDir}/scripts/searxng.py search "query" --category images
uv run {baseDir}/scripts/searxng.py search "query" --category news
uv run {baseDir}/scripts/searxng.py search "query" --category videos
Advanced Options
uv run {baseDir}/scripts/searxng.py search "query" --language en
uv run {baseDir}/scripts/searxng.py search "query" --time-range day
Configuration
Required: Set the SEARXNG_URL environment variable to your SearXNG instance:
export SEARXNG_URL=https://your-searxng-instance.com
Or configure in your Clawdbot config:
{
"env": {
"SEARXNG_URL": "https://your-searxng-instance.com"
}
}
Default (if not set): http://localhost:8080
Features
- 🔒 Privacy-focused (uses your local instance)
- 🌐 Multi-engine aggregation
- 📰 Multiple search categories
- 🎨 Rich formatted output
- 🚀 Fast JSON mode for programmatic use
API
Uses your local SearXNG JSON API endpoint (no authentication required by default).
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.7★★★★★67 reviews- ★★★★★Dhruvi Jain· Dec 28, 2024
Solid pick for teams standardizing on skills: searxng is focused, and the summary matches what you get after install.
- ★★★★★Isabella Singh· Dec 28, 2024
Useful defaults in searxng — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Ama Khanna· Dec 24, 2024
searxng fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
- ★★★★★Omar Okafor· Dec 12, 2024
Registry listing for searxng matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Oshnikdeep· Nov 19, 2024
We added searxng from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
- ★★★★★Anika Taylor· Nov 19, 2024
Registry listing for searxng matched our evaluation — installs cleanly and behaves as described in the markdown.
- ★★★★★Mia Thomas· Nov 15, 2024
searxng has been reliable in day-to-day use. Documentation quality is above average for community skills.
- ★★★★★Rahul Santra· Nov 11, 2024
searxng is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
- ★★★★★Omar Park· Nov 3, 2024
Useful defaults in searxng — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
- ★★★★★Dev Liu· Oct 22, 2024
I recommend searxng for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 67