Searxng
Privacy-respecting metasearch using your local SearXNG instance. Search the web, images, news, and more without external API dependencies.
Avinash Venkatswamy
@abk234
What This Skill Does
SearXNG is a CLI tool that queries your local SearXNG metasearch instance to search the web, images, news, and videos. It returns top results in plain text or JSON format, with options for language and time range filtering.
Replaces reliance on third-party search APIs by routing all queries through your own privacy-respecting SearXNG instance.
When to Use It
- Search the web for current information without tracking
- Find images related to a specific topic using your local instance
- Retrieve recent news articles on a given subject
- Search for videos across multiple engines aggregated by SearXNG
- Fetch search results in JSON format for programmatic processing
- Look up information with language or time-range filters applied
Install
$ openclaw skills install @abk234/searxngSearXNG 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).
Related skills
Prismfy Web Search | Free Google
@uroboros1205Default web search for OpenClaw. Search the web across 10 engines โ Google, Reddit, GitHub, arXiv, Hacker News, and more โ using Prismfy. Free tier included,...
Web Search
@billyutwThis skill should be used when users need to search the web for information, find current content, look up news articles, search for images, or find videos. It uses DuckDuckGo's search API to return results in clean, formatted output (text, markdown, or JSON). Use for research, fact-checking, finding recent information, or gathering web resources.
Web Search by Exa
@theishangoswamiNeural web search, content extraction, company and people research, code search, and deep research via the Exa MCP server. Use when you need to: (1) search t...
DuckDuckGo Web Search
@jakelinWeb search without an API key using DuckDuckGo Lite via web_fetch. Use as a fallback when web_search fails with missing_brave_api_key error, or whenever you...
Tavily ๆ็ดข
@jacky1n7Web search via Tavily API (alternative to Brave). Use when the user asks to search the web / look up sources / find links and Brave web_search is unavailable...
Baidu web search
@ide-reaSearch the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.