searxng-search

Search the internet using a locally hosted SearXNG engine.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill searxng-search-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: searxng-search
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.25OpenClaw%E5%BC%80%E6%BA%90%E5%85%8D%E8%B4%B9%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8ESkills/searxng-search
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill searxng-search-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

这项技能解决在不依赖第三方搜索引擎的情况下,快速且私密地搜索互联网上的公开信息的需求。

Core Features & Use Cases

  • 私有化自建的 SearXNG 引擎实现隐私友好搜索
  • 本地命令接口,快速获取信息摘要
  • 适用场景:信息检索、技术研究与多领域内容发现

Quick Start

在对话中输入要搜索的关键词,系统将通过本地的 SearXNG 引擎执行搜索并返回结果。

Frequently Asked Questions about searxng-search

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

FAQPage Schema
How do I search the internet privately using a self-hosted SearXNG instance?

You can search the internet privately by running a Python script that queries your local SearXNG engine endpoint. This approach ensures privacy by avoiding third-party search engines and returning results directly through your self-hosted service.

What is the best way to gather developer research without relying on public search engines?

The best way to gather developer research privately is using a lightweight, self-contained Python script that interfaces with a local SearXNG service. This method retrieves public information across multiple domains while keeping your search queries isolated from third-party tracking.

Can I use a Python CLI to query a local SearXNG endpoint for content discovery?

Yes, you can use a Python CLI to query a local SearXNG endpoint for content discovery. The script provides a simple command interface that sends requests to your self-hosted service and returns search summaries directly in your terminal.

Do I need to install any external dependencies to run a SearXNG search script?

You only need the Python requests library to run the SearXNG search script. This lightweight dependency handles the HTTP requests to your local SearXNG service, keeping the workflow self-contained and easy to deploy.

Does self-hosted SearXNG support general information gathering across multiple domains?

Self-hosted SearXNG fully supports general information gathering across multiple domains. The script queries the local engine to discover public content, making it applicable for broad research, technical investigations, and private multi-domain searches.

Why use a self-hosted SearXNG engine instead of standard search APIs for internet searches?

You use a self-hosted SearXNG engine to maintain strict privacy and avoid third-party data sharing. Unlike standard search APIs, this local service provides a self-contained search workflow that prevents external tracking of your information gathering and research queries.