From sundial-org-awesome-openclaw-skills-4
Searches the web via a self-hosted SearXNG metasearch engine aggregating Google, Brave, DuckDuckGo, and others. Privacy-respecting, no API keys needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:searxng-2The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Privacy-respecting metasearch via your self-hosted SearXNG instance.
Privacy-respecting metasearch via your self-hosted SearXNG instance.
Use this skill when the user asks:
python3 ~/.clawdbot/skills/searxng/scripts/searxng_search.py "your query"
python3 ~/.clawdbot/skills/searxng/scripts/searxng_search.py "query" --count 10
python3 ~/.clawdbot/skills/searxng/scripts/searxng_search.py "query" --lang de
Set SEARXNG_URL environment variable:
export SEARXNG_URL="http://your-searxng-host:8888"
| Flag | Default | Description |
|---|---|---|
-n, --count | 5 | Results to return (1-20) |
-l, --lang | auto | Language code (en, de, fr, es, etc.) |
Returns JSON:
{
"query": "search terms",
"count": 5,
"results": [
{"title": "...", "url": "...", "description": "...", "engines": ["google", "brave"], "score": 1.5}
]
}
--lang for regional resultsnpx claudepluginhub sundial-org/awesome-openclaw-skillsSearches the web via a self-hosted SearXNG instance, aggregating results from multiple search engines while preserving privacy.
Searches the web using SearXNG metasearch engine aggregating Google, DuckDuckGo, Bing, and others. No API key needed.
Searches the web via SearXNG metasearch engine for current information, documentation, research, and news. Supports category filtering, autocomplete, and engine discovery.