← 返回 Skills 市场
grakeshk-max

SearXNG Local Search

作者 Rakesh Ganesan · GitHub ↗ · v1.0.2
cross-platform ✓ 安全检测通过
441
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install searxng-local-search-v1
功能描述
Search the web using a self-hosted SearXNG instance. Privacy-respecting metasearch that aggregates results from multiple engines.
安全使用建议
This skill appears to be what it claims: a simple HTTP-based wrapper for a SearXNG instance. Before installing, decide whether you will run SearXNG locally (recommended) or point the skill at a remote SEARXNG_URL. If you point it at a third-party server, your search queries will be sent to that operator — avoid sending sensitive queries to unknown external instances. If you host locally, follow the included notes: bind to 127.0.0.1, replace the example secret_key with a strong random value, and do not expose the instance to the public internet without HTTPS and access controls.
功能分析
Type: OpenClaw Skill Name: searxng-local-search-v1 Version: 1.0.2 The skill is designed to interact with a self-hosted SearXNG instance via an HTTP GET request, as defined in SKILL.md. The `command.kind` is explicitly `http`, not `shell`, and the documentation in SKILL.md reinforces this by stating, 'This skill uses HTTP requests only and does not execute shell commands.' The default target URL is `http://localhost:8080`, promoting local and controlled usage. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. The provided Docker setup instructions are for the user, not the agent, and include security best practices like binding to `127.0.0.1` and changing the default secret key.
能力评估
Purpose & Capability
Name/description describe a wrapper for a self-hosted SearXNG instance. The skill requires no credentials, no binaries, and only optionally uses SEARXNG_URL to locate the instance — all are appropriate for the described function.
Instruction Scope
SKILL.md defines a single HTTP GET to the SearXNG /search endpoint and documents how to run SearXNG locally (Docker compose). The instructions do not read local files or other environment variables. Note: if the user sets SEARXNG_URL to a remote server, queries (including any sensitive search text) will be transmitted to that endpoint.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded by the skill itself.
Credentials
No required environment variables or secrets; only an optional SEARXNG_URL to point to the instance. This is proportionate, but the optional URL can direct requests to third-party servers if the user sets it, which may expose queries to that operator.
Persistence & Privilege
Skill is not always-enabled, does not request persistent privileges, and does not modify other skills or system configuration. Agent autonomous invocation is allowed by default (normal) but not elevated by the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install searxng-local-search-v1
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /searxng-local-search-v1 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
**Changelog for searxng-local-search v1.0.2** - Renamed skill and updated description for clarity and improved privacy emphasis. - Switched configuration to a declarative, HTTP-based tool interface. - Added example Docker setup and security guidance for local SearXNG deployment. - Simplified instructions and usage documentation; removed shell command details and deprecated references. - Response format and required environment variables are now clearly specified in metadata.
v1.0.1
- Added tool definition for direct web search through SearXNG with configurable categories. - Introduced a sample shell function for easier command-line searches. - Updated documentation to reflect tool usage and enhanced usage examples. - Added metadata files: .clawhub/origin.json and _meta.json.
v1.0.0
- Initial release of the SearXNG local search skill. - Enables web search via a self-hosted SearXNG instance with privacy-respecting, metasearch capabilities. - Supports custom URL configuration through the 'SEARXNG_URL' environment variable. - Includes setup instructions for Docker deployment and JSON API configuration. - Provides usage examples for searching by category, language/region, and pagination. - Documents response format and common troubleshooting steps.
元数据
Slug searxng-local-search-v1
版本 1.0.2
许可证
累计安装 2
当前安装数 1
历史版本数 3
常见问题

SearXNG Local 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 插件,目前累计下载 441 次。

如何安装 SearXNG Local Search?

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

SearXNG Local Search 是免费的吗?

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

SearXNG Local Search 支持哪些平台?

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

谁开发了 SearXNG Local Search?

由 Rakesh Ganesan(@grakeshk-max)开发并维护,当前版本 v1.0.2。

💬 留言讨论