From sundial-org-awesome-openclaw-skills-4
Searches the web, images, news, and more through your local privacy-respecting SearXNG metasearch instance without external API dependencies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sundial-org-awesome-openclaw-skills-4:searxngThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Search the web using your local SearXNG instance - a privacy-respecting metasearch engine.
Search the web using your local SearXNG instance - a privacy-respecting metasearch engine.
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
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
uv run {baseDir}/scripts/searxng.py search "query" --language en
uv run {baseDir}/scripts/searxng.py search "query" --time-range day
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
Uses your local SearXNG JSON API endpoint (no authentication required by default).
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4Searches 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.
Deploys a self-hosted SearXNG meta search engine with Docker Compose and Nginx, covering settings.yml configuration, engine selection, result proxying, and updates.