← 返回 Skills 市场
searxng-tool-for-openclaw
作者
Barron Tang
· GitHub ↗
· v1.0.0
· MIT-0
476
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install searxng-tool-for-openclaw
功能描述
Install an OpenClaw plugin that adds SearXNG-powered web search without paid search APIs.
安全使用建议
This skill appears to do what it says: add a SearXNG-backed search tool for OpenClaw. Before installing: ensure you have OpenClaw installed and understand where the plugin will be added (~/.openclaw/openclaw.json). If you plan to use the npx installer, review the npm package repository (the provided GitHub link) because npx executes package code at install time. Configure baseUrl to a SearXNG instance you control (default is localhost). No credentials are required by the plugin, but as a general precaution only install packages from sources you trust and restart OpenClaw after changing plugin configuration.
功能分析
Type: OpenClaw Skill
Name: searxng-tool-for-openclaw
Version: 1.0.0
The skill bundle provides a legitimate tool for integrating SearXNG search capabilities into OpenClaw. The implementation in index.ts follows safe coding practices, including input normalization, parameter clamping, and proper URL construction using the URL API. There is no evidence of data exfiltration, malicious execution, or prompt injection; the tool simply proxies search queries to a user-configured SearXNG instance (defaulting to localhost).
能力评估
Purpose & Capability
The name/description (SearXNG plugin for OpenClaw) matches the required artifacts: OpenClaw binary/config and an npm package that provides the plugin. Required config (~/.openclaw/openclaw.json) and anyBins: openclaw are coherent with the claimed purpose.
Instruction Scope
SKILL.md limits instructions to installing the npm package (via OpenClaw or npx), adding the plugin entry to OpenClaw config, and restarting. The runtime instructions and the index.ts source only construct and fetch JSON from a user-configured SearXNG baseUrl; they do not read unrelated files or request unrelated system state.
Install Mechanism
Installation uses npm (node) packages: openclaw and searxng-tool-for-openclaw. npm is a reasonable distribution mechanism here, but npx executes remote package code at install time—this is standard for JS tools but worth auditing the package source before running npx or installing globally.
Credentials
The skill requires no environment secrets or external credentials. The only config referenced is the OpenClaw config file (plugin entry) and a SearXNG baseUrl supplied via that config. Nothing requests unrelated tokens or secrets.
Persistence & Privilege
The skill is not always-enabled and does not request elevated system privileges or modifications to other skills' configurations. The plugin registers itself optionally with the OpenClaw API, which is appropriate for a plugin.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install searxng-tool-for-openclaw - 安装完成后,直接呼叫该 Skill 的名称或使用
/searxng-tool-for-openclaw触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of searxng-tool-for-openclaw.
- Adds a plugin for OpenClaw that enables SearXNG-powered web search without requiring paid APIs.
- Provides installation options via OpenClaw plugin manager or a standalone installer.
- Includes configuration guidance for connecting to a local or remote SearXNG instance.
- Supports Linux, macOS, and Windows platforms.
元数据
常见问题
searxng-tool-for-openclaw 是什么?
Install an OpenClaw plugin that adds SearXNG-powered web search without paid search APIs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 476 次。
如何安装 searxng-tool-for-openclaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install searxng-tool-for-openclaw」即可一键安装,无需额外配置。
searxng-tool-for-openclaw 是免费的吗?
是的,searxng-tool-for-openclaw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
searxng-tool-for-openclaw 支持哪些平台?
searxng-tool-for-openclaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, macos, windows)。
谁开发了 searxng-tool-for-openclaw?
由 Barron Tang(@barrontang)开发并维护,当前版本 v1.0.0。
推荐 Skills