← 返回
开发者工具 中文

SearXNG Local Search

Search the web using a self-hosted SearXNG instance. Privacy-respecting metasearch that aggregates results from multiple engines.
使用自托管 SearXNG 实例搜索网络。这是一种尊重隐私的元搜索引擎,聚合来自多个引擎的结果。
grakeshk-max grakeshk-max 来源
开发者工具 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 702
下载
💾 12
安装
1
版本
#api#automation#http#latest#local#privacy#search#searxng#self-hosted#web-search

概述

SearXNG Search Skill

Search the web using your self-hosted SearXNG instance.

Privacy-respecting metasearch that aggregates results from Google, DuckDuckGo, Brave, Startpage, and many other engines.


Prerequisites

SearXNG running locally or on a server.

Quick Docker setup:

mkdir -p ~/Projects/searxng/searxng
cd ~/Projects/searxng

cat > docker-compose.yml << 'EOF'
services:
  searxng:
    image: searxng/searxng:latest
    container_name: searxng
    ports:
      - "8080:8080"
    volumes:
      - ./searxng:/etc/searxng:rw
    environment:
      - SEARXNG_BASE_URL=http://localhost:8080/
    restart: unless-stopped
EOF

cat > searxng/settings.yml << 'EOF'
use_default_settings: true
server:
  secret_key: "change-me-to-random-string"
  bind_address: "127.0.0.1"
  port: 8080
search:
  safe_search: 0
  autocomplete: "google"
  default_lang: "en"
  formats:
    - html
    - json
EOF

docker compose up -d

Configuration

Set the SearXNG URL (optional, defaults to http://localhost:8080):

export SEARXNG_URL="http://localhost:8080"

Response Format

Each result includes:

  • title – Result title
  • url – Link to the result
  • content – Snippet/description
  • engines – Engines returning the result
  • score – Relevance score
  • category – Result category

Security Notes

  • Default binding is 127.0.0.1 to prevent public exposure.
  • Replace the default secret_key with a strong random value.
  • Do not expose SearXNG directly to the public internet without HTTPS and authentication.
  • This skill uses HTTP requests only and does not execute shell commands.

Why SearXNG?

  • Privacy-first (no tracking, no ads)
  • Aggregates 70+ engines
  • Self-hosted control
  • JSON API support
  • No API keys or rate limits

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-30 00:06 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

knowledge-management

Prismfy Web Search | Free Google

uroboros1205
OpenClaw的默认网页搜索。使用Prismfy在10个搜索引擎(Google、Reddit、GitHub、arXiv、Hacker News等)搜索网络,含免费套餐。
★ 36 📥 83,924
knowledge-management

web-tools-guide

user_ec205dbb
MANDATORY before calling web_search, web_fetch, browser, or opencli. Contains required error-handling procedures (web_se
★ 56 📥 152,718
knowledge-management

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 437 📥 104,206