← 返回 Skills 市场
Search Web
作者
lokixshrishi
· GitHub ↗
· v1.0.0
605
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install search-web
功能描述
Performs internet searches via a self-hosted SearXNG instance, returning recent, structured web results with titles and URLs.
安全使用建议
This skill appears coherent and low-risk for the stated purpose. Before installing, confirm that you actually run a SearXNG instance at http://localhost:8080/search (or be prepared to modify the endpoint); ensure that the instance is trustworthy because queries will be sent there; note the tool depends on Python's 'requests' library which may need to be present in the agent environment; and remember the agent may call this tool autonomously when it needs fresh web results. If you will host SearXNG on a different host/port or require proxied/remote access, update the code or SKILL.md accordingly.
功能分析
Type: OpenClaw Skill
Name: search-web
Version: 1.0.0
The search-web skill is a straightforward tool designed to query a local SearXNG instance (http://localhost:8080). The implementation in tools/search_web.py uses the requests library to safely handle search queries and returns structured JSON results, while the documentation in SKILL.md and skill.yaml accurately describes its functionality without any signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description describe querying a self-hosted SearXNG instance and the code/instructions implement exactly that: an HTTP GET to http://localhost:8080/search with the query and JSON output of titles and URLs.
Instruction Scope
SKILL.md and the Python tool are narrowly scoped. The runtime reads the query from stdin, calls a local HTTP endpoint, and returns the top 5 result entries. There are no instructions to read unrelated files, environment variables, or transmit data to third-party endpoints.
Install Mechanism
No install spec (instruction-only plus a small tool file) — low risk. One operational note: the tool uses the Python 'requests' library but the skill manifest does not declare or install that dependency; this is a functionality mismatch, not a security concern.
Credentials
The skill requests no environment variables, credentials, or config paths. Its network access is limited to a localhost HTTP call consistent with the stated purpose.
Persistence & Privilege
always is false and there are no special privileges or system-wide modifications. The skill can be invoked by the agent (normal behavior) but it does not request permanent presence or elevated system access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-web - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-web触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
search-web 1.0.0 changelog:
- Initial release of a local OpenClaw tool for web searching via a self-hosted SearXNG instance.
- Enables agents to retrieve up-to-date, privacy-friendly web search results.
- Returns structured JSON with search result titles and URLs.
- Requires a locally running SearXNG server with JSON output.
- Supports use cases like recent news lookup, fact verification, and gathering research links.
元数据
常见问题
Search Web 是什么?
Performs internet searches via a self-hosted SearXNG instance, returning recent, structured web results with titles and URLs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 605 次。
如何安装 Search Web?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-web」即可一键安装,无需额外配置。
Search Web 是免费的吗?
是的,Search Web 完全免费(开源免费),可自由下载、安装和使用。
Search Web 支持哪些平台?
Search Web 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Search Web?
由 lokixshrishi(@lokixshrishi)开发并维护,当前版本 v1.0.0。
推荐 Skills