← 返回 Skills 市场
clockworksquirrel

SearXNG Self-Hosted Search

作者 clockworksquirrel · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
2423
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install searxng-self-hosted
功能描述
Search the web using a self-hosted SearXNG instance. Privacy-respecting metasearch that aggregates results from multiple engines.
安全使用建议
This skill is an instruction-only guide for running and querying a self-hosted SearXNG instance and appears coherent. Before following it, ensure you: (1) have Docker and docker compose installed and are comfortable with pulling images from Docker Hub; (2) secure the instance if you don't want it exposed — binding to 0.0.0.0:8080 exposes the service network-wide, so consider binding to localhost or putting it behind a reverse proxy/firewall and use a strong server.secret_key; (3) install required CLI tools referenced (curl, jq, sed) since the skill examples and shell function assume them even though the registry metadata doesn't list required binaries; (4) review and customize settings.yml (do not leave secret_key as "change-me-to-random-string"); and (5) be aware that this skill is only documentation — it will not install or run anything for you automatically and does not request any credentials from the agent platform.
功能分析
Type: OpenClaw Skill Name: searxng-self-hosted Version: 1.0.0 The skill bundle is benign, providing instructions for setting up and interacting with a self-hosted SearXNG instance. All commands, primarily `curl` and `docker compose` examples in `SKILL.md`, are directly related to the stated purpose of searching via SearXNG and managing its local Docker container. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent. The `SEARXNG_URL` environment variable is an optional configuration for the skill, defaulting to localhost.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md explains how to run a self-hosted SearXNG instance, query its JSON API, and add a shell helper. Nothing in the instructions asks for unrelated credentials or capabilities.
Instruction Scope
SKILL.md contains step-by-step Docker compose, configuration, curl/jq examples, and a shell function. These instructions stay within the stated purpose (installing and querying SearXNG). Two minor scope notes: (1) the compose file binds SearXNG to 0.0.0.0:8080 which exposes the service to the network — the doc does not explicitly advise securing it or using a reverse proxy; (2) the examples and shell function use command-line tools (docker, docker compose, curl, jq, sed) but the skill metadata declares no required binaries.
Install Mechanism
This is instruction-only (no install spec), so nothing is automatically written to disk by the registry. The instructions pull the official Docker image (searxng/searxng:latest) using docker compose — expected for self-hosting and a low-risk, standard mechanism.
Credentials
The skill declares no required secrets and only an optional environment variable (SEARXNG_URL) used to point at the instance. This is proportionate. Minor inconsistency: the metadata lists SEARXNG_URL as optional, but the SKILL.md suggests exporting it; overall this is harmless.
Persistence & Privilege
The skill is not forced-always, does not request persistent privileges, and is user-invocable only. It does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install searxng-self-hosted
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /searxng-self-hosted 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Updated skill.
元数据
Slug searxng-self-hosted
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

SearXNG Self-Hosted Search 是什么?

Search the web using a self-hosted SearXNG instance. Privacy-respecting metasearch that aggregates results from multiple engines. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2423 次。

如何安装 SearXNG Self-Hosted Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install searxng-self-hosted」即可一键安装,无需额外配置。

SearXNG Self-Hosted Search 是免费的吗?

是的,SearXNG Self-Hosted Search 完全免费(开源免费),可自由下载、安装和使用。

SearXNG Self-Hosted Search 支持哪些平台?

SearXNG Self-Hosted Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 SearXNG Self-Hosted Search?

由 clockworksquirrel(@clockworksquirrel)开发并维护,当前版本 v1.0.0。

💬 留言讨论