← 返回 Skills 市场
91
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-ask-search
功能描述
Web search via self-hosted SearxNG. Aggregates Google, Bing, DuckDuckGo, Brave. Returns title/url/snippet. Zero API key required.
安全使用建议
This skill appears to be what it says: a thin CLI wrapper for a self-hosted SearxNG. Before installing: (1) review the repository yourself (or the packaged scripts) because install.sh will write a wrapper into a system bin (default /usr/local/bin) and may require elevated privileges; (2) the docker-compose pulls searxng/searxng:latest — verify the image source and set a strong SEARXNG_SECRET; (3) the README suggests creating SSH SOCKS tunnels and a persistent systemd service for residential-proxy deep-fetching — be aware this exposes your home machine to incoming SSH connections and should be configured carefully; (4) if you plan to enable the MCP integration, ensure you understand adding the mcp server to your MCP config and that the mcp package is trusted; (5) if you did not obtain this from a trusted upstream (the repo origin/owner is not provided in the registry metadata), prefer cloning from the original GitHub repo and inspecting commits before running installation steps.
功能分析
Type: OpenClaw Skill
Name: openclaw-ask-search
Version: 1.0.0
The skill bundle provides a legitimate tool for performing web searches via a self-hosted SearxNG instance. The core logic in `scripts/core.py` safely uses `subprocess.run` with argument lists to execute `curl`, preventing shell injection vulnerabilities. The `install.sh` script performs a standard installation of a global wrapper, and the `SKILL.md` instructions provide clear, non-malicious guidance for the AI agent. No evidence of data exfiltration, unauthorized execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (self-hosted SearxNG search) matches the files and behavior: CLI wrapper, core Python that queries SEARXNG_URL, a docker-compose and searxng settings to run SearxNG. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md stays within search/use-of-search boundaries (run ask-search, optionally deep-fetch results). It also documents operational workarounds (SSH SOCKS proxy, systemd service, Playwright) for fetching blocked sites — these are legitimate but are system/network configuration steps that extend beyond simple search and should be applied intentionally by the user (not done automatically).
Install Mechanism
No platform install spec in registry, but the repo includes install.sh that writes a wrapper into a system bin (default /usr/local/bin) and a docker-compose that pulls searxng/searxng:latest. These are expected for this functionality but require the user to run code and pull container images; review before executing and be cautious installing into system paths as root.
Credentials
The only environment variables referenced (SEARXNG_URL, optional SEARXNG_SECRET for the SearxNG container) are proportional to hosting a local SearxNG instance. The registry metadata lists none as required, which aligns with them being optional. No unrelated secrets or cloud credentials are requested.
Persistence & Privilege
Skill does not request always:true and does not attempt to modify other skills or system agent configs. The installer can place a CLI binary in a system path and the README documents adding an MCP server or a systemd SOCKS tunnel if the user chooses — these are optional and user-initiated.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-ask-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-ask-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-ask-search.
- Provides web search via self-hosted SearxNG, aggregating Google, Bing, DuckDuckGo, and Brave.
- No API key required; full privacy.
- Returns concise results including title, URL, and snippet.
- Supports filtering by result count, language, categories, output formats (JSON/URLs), and search engines.
元数据
常见问题
Openclaw Ask Search 是什么?
Web search via self-hosted SearxNG. Aggregates Google, Bing, DuckDuckGo, Brave. Returns title/url/snippet. Zero API key required. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 91 次。
如何安装 Openclaw Ask Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-ask-search」即可一键安装,无需额外配置。
Openclaw Ask Search 是免费的吗?
是的,Openclaw Ask Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Ask Search 支持哪些平台?
Openclaw Ask Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Ask Search?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。
推荐 Skills