← 返回 Skills 市场
491
总下载
0
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install searxng-web-search
功能描述
Search the web using a self-hosted SearXNG metasearch engine. Use when the user asks to search the web, find information online, look up recent news, researc...
安全使用建议
This skill appears coherent and limited to querying a SearXNG instance. Before installing, confirm you (or your operator) control the SEARXNG_BASE_URL you configure — queries will be sent to that endpoint. Avoid pointing it at untrusted public instances if you care about query privacy. Ensure the instance's JSON API is enabled (search.formats must include json). If you plan to use a public SearXNG service, be aware queries and related metadata will be visible to that service; consider hosting your own SearXNG container instead. Finally, review the included script if you want to verify there are no additional network calls or logging behaviors beyond the SearXNG requests.
功能分析
Type: OpenClaw Skill
Name: searxng-web-search
Version: 1.0.0
The skill is a legitimate implementation of a web search tool using the SearXNG metasearch engine. The Python script (scripts/searxng_search.py) uses the standard requests library to query a user-configured SearXNG instance and returns structured JSON results. There is no evidence of data exfiltration, malicious execution, or prompt injection; all behaviors are consistent with the stated purpose of providing privacy-respecting web search capabilities.
能力评估
Purpose & Capability
Name and description state this is a SearXNG-backed web search tool and the included Python module implements only SearXNG API calls (GET /search and GET /config) against a configurable base URL. Required capabilities (Python requests, network access to the SearXNG endpoint) are proportional to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to call the local/remote SearXNG JSON API, enable JSON format in settings.yml, and run the provided script or import the module. The runtime instructions and code reference only the SearXNG endpoint and standard config paths; they do not attempt to read unrelated files, access other services, or transmit data to unexpected external endpoints.
Install Mechanism
There is no install spec in the registry (skill is effectively instruction+script). The code is a small Python script that depends only on the requests library; no downloads from arbitrary URLs or archive extraction occur in the package. Installation guidance references Docker for SearXNG and pip install requests, which are reasonable for this skill.
Credentials
The skill uses environment variables to configure the SearXNG base URL, timeouts, categories, etc., which is expected. Registry metadata lists no required credentials (none are needed). Note: the skill will make network requests to whatever SEARXNG_BASE_URL is set to, so that endpoint will receive user queries; the env vars themselves are not secrets for external services.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and does not attempt to store or escalate privileges. It runs as an importable / CLI tool and only needs transient network access to the configured SearXNG instance.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install searxng-web-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/searxng-web-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
SearXNG Web Search skill initial release.
- Provides privacy-respecting web search via a self-hosted SearXNG instance.
- Standalone skill, rewritten from PulseBot’s built-in web search to use SearXNG as backend.
- Supports extensive configuration through environment variables (result count, language, safesearch, etc).
- Usable as both a command-line script and a Python module.
- Returns structured JSON including results, suggestions, answers, and error info.
- Includes detailed usage instructions and troubleshooting for integration and setup.
元数据
常见问题
searxng-web-search 是什么?
Search the web using a self-hosted SearXNG metasearch engine. Use when the user asks to search the web, find information online, look up recent news, researc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 491 次。
如何安装 searxng-web-search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install searxng-web-search」即可一键安装,无需额外配置。
searxng-web-search 是免费的吗?
是的,searxng-web-search 完全免费(开源免费),可自由下载、安装和使用。
searxng-web-search 支持哪些平台?
searxng-web-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 searxng-web-search?
由 Gang Tao(@gangtao)开发并维护,当前版本 v1.0.0。
推荐 Skills