searxng

Aggregate web results from a local SearXNG instance via its /search endpoint.

40|6|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/0xmariowu/Autosearch --skill searxng-0xmariowu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: searxng
Source: https://github.com/0xmariowu/Autosearch/tree/main/autosearch/skills/channels/searxng
Command: npx skills add https://github.com/0xmariowu/Autosearch --skill searxng-0xmariowu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Broad web discovery often relies on external services or APIs; this Skill enables querying a self-hosted SearXNG instance to aggregate results from many sources without exposing API keys.

Core Features & Use Cases

  • Broad web coverage from 70+ sources via a local SearXNG instance
  • Privacy-friendly search with no external API keys
  • Use cases include general research, news monitoring, and cross-source information gathering

Quick Start

Configure SEARXNG_URL in your environment and run a search through Autosearch to query your local SearXNG instance.

Frequently Asked Questions about searxng

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

FAQPage Schema
How do I perform a privacy-friendly web search without external API keys?

You can perform a privacy-friendly web search without external API keys by querying a local SearXNG instance to aggregate results from over 70 sources. This approach ensures your search queries remain private and do not require exposing external service credentials.

How do I aggregate web search results from a local SearXNG instance?

To aggregate web search results from a local SearXNG instance, configure the SEARXNG_URL environment variable to point to your running service. The system then consumes JSON responses from the /search endpoint to deliver broad web coverage across multiple languages.

Does this local meta-search approach work for cross-source research and news monitoring?

Yes, local meta-search works effectively for cross-source research and news monitoring by aggregating broad web coverage from 70+ sources. It targets developers and researchers needing dependable access to diverse information across languages without external dependencies.

What is the best way to query multiple search engines without exposing API keys?

The best way to query multiple search engines without exposing API keys is using a self-hosted SearXNG instance for meta-search aggregation. This method provides privacy-conscious access to diverse sources, eliminating the need to manage or secure external API credentials.

Why is my local SearXNG web search not returning results?

Your local SearXNG web search might not return results if the SEARXNG_URL environment variable is not configured correctly or the local service is not running. It requires a running SearXNG service at the specified URL to properly consume JSON responses from the /search endpoint.