searxng-search

Search the web locally via a SearXNG stack without API keys.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Ocean326/Agents --skill searxng-search-ocean326
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: searxng-search
Source: https://github.com/Ocean326/Agents/tree/main/skills/global/searxng-search
Command: npx skills add https://github.com/Ocean326/Agents --skill searxng-search-ocean326

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide unlimited local web search results using a local SearXNG stack, enabling private, API-key-free searches.

Core Features & Use Cases

  • Local, no API key web search via searxng-docker-tavily-adapter stack.
  • Privacy-focused deployment that keeps queries on your network.
  • Drop-in Tavily replacement for Python-based workflows and agent scripts.

Quick Start

Start the searxng-docker-tavily-adapter locally and submit a search query to http://localhost:8000/search.

Frequently Asked Questions about searxng-search

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

FAQPage Schema
How do I perform local web searches without an API key?

Local web searches without an API key are achieved by running a SearXNG stack. This Skill queries a local searxng-docker-tavily-adapter on localhost:8000 to deliver private, unlimited search results using standard Bash tools.

What is the best way to get private search results for Python-based workflows?

Private search results for Python workflows are obtained by deploying a searxng-docker-tavily-adapter stack. It functions as a drop-in Tavily replacement, keeping queries on your local network without requiring external API keys.

Does SearXNG work as a drop-in replacement for Tavily search?

SearXNG works as a drop-in Tavily replacement when deployed via the searxng-docker-tavily-adapter. It allows Python-based workflows and agent scripts to execute unlimited local web searches through localhost:8000 without external keys.

How do I query a local SearXNG instance using Bash?

Querying a local SearXNG instance with Bash requires a running searxng-docker-tavily-adapter. The Skill uses standard Bash tools to submit search queries directly to http://localhost:8000/search and return results.

Do I need Docker to run a local SearXNG search stack?

Docker is required to run the local SearXNG search stack. You must start the searxng-docker-tavily-adapter locally on your network to enable keyless access and private web research before executing queries through this Skill.