searxng-search

Aggregate search results from multiple engines via SearXNG using curl.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wwwillott/jobnimbus --skill searxng-search-wwwillott
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: searxng-search
Source: https://github.com/wwwillott/jobnimbus/tree/main/optional-skills/research/searxng-search
Command: npx skills add https://github.com/wwwillott/jobnimbus --skill searxng-search-wwwillott

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, sed, and includes scripts (resource) components.

What problem does it solve?

Meta-search across 70+ engines with SearXNG enables private, API-key-free querying while providing automatic fallback to public instances when a private instance is unavailable.

Core Features & Use Cases

  • Self-hosted privacy-preserving meta-search across 70+ engines.
  • Automatic fallback to public or alternative search tools when the main instance is unreachable.
  • CLI-friendly integration via URL-based configuration and straightforward queries for rapid research.

Quick Start

Query searxng-search with a search term to retrieve aggregated results from multiple engines.

Frequently Asked Questions about searxng-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a self-hosted meta-search without API keys?

To run a self-hosted meta-search without API keys, you can use SearXNG to aggregate results from 70+ engines. This Skill queries a reachable SearXNG instance via a bash script using curl, providing a privacy-preserving search experience.

What is SearXNG meta-search and how does it protect privacy?

SearXNG meta-search is a technique that aggregates search results from over 70 engines without forwarding your queries directly. It preserves privacy by acting as an intermediary, allowing API-key-free searches through a self-hosted or public instance.

Do I need to install curl and sed to use SearXNG for CLI search?

Yes, you need curl and sed installed to use this SearXNG CLI search tool. The Skill relies on a simple bash script that uses curl to fetch aggregated results and basic text processing to surface them.

Can I use a public SearXNG instance if my self-hosted instance is unreachable?

Yes, you can use a public SearXNG instance if your self-hosted instance is unreachable. The Skill provides automatic fallback to public instances or alternative search tools when the main private instance is unavailable.

What's the best way to integrate multi-engine search results into a bash script?

The best way to integrate multi-engine search results into a bash script is configuring a reachable SEARXNG_URL. The Skill uses URL-based configuration and straightforward queries to fetch and surface aggregated results for rapid CLI research.