← 返回 Skills 市场
2153
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install omnisearch
功能描述
MANDATORY web search tool for current information, news, prices, facts, or any data not in your training.
This is THE ONLY way to search the internet in this OpenClaw environment.
ALWAYS use this skill when the user asks for web searches or when you need up-to-date information.
安全使用建议
This skill does what it says (runs searches via mcporter) but its runtime instructions are worrying: it tells the agent to automatically send queries to external providers and not to ask the user first. Before installing or enabling it, consider: 1) Where does mcporter send queries? Audit mcporter's config and provider endpoints. 2) Do provider integrations require API keys or tokens stored elsewhere? If so, those are not declared and may be used silently. 3) Require explicit user consent or a confirmation step before performing searches (especially when queries might include personal, proprietary, or sensitive data). 4) Test in an isolated environment and verify logs to ensure no unexpected data exfiltration. 5) If you manage an org, consider restricting autonomous invocation or modifying SKILL.md to instruct the agent to prompt the user before sending any query that contains PII or confidential content.
功能分析
Type: OpenClaw Skill
Name: omnisearch
Version: 1.0.0
The OpenClaw AgentSkills skill bundle for 'omnisearch' appears benign. The `SKILL.md` file provides clear instructions for the AI agent on when and how to use the web search tool, including troubleshooting steps like `chmod +x ./scripts/omnisearch.sh`, which are legitimate for skill management. The `scripts/omnisearch.sh` script is a simple wrapper that calls the internal `mcporter` command to perform web searches, passing the query directly. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized remote control, persistence, or malicious prompt injection attempting to subvert the agent's core functions beyond its stated purpose of web searching.
能力评估
Purpose & Capability
Name, description, and the small wrapper script align: the skill runs a local script that invokes mcporter to perform web searches using listed providers. No unrelated binaries, env vars, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to ALWAYS run this skill for web queries and explicitly says 'don't ask permission' and 'ALWAYS run the search immediately'. That mandates automatic network calls and sending user queries to external providers without safeguards or guidance to avoid sending sensitive/PII — a privacy/exfiltration risk and scope creep beyond simply 'perform a search'.
Install Mechanism
Instruction-only skill with a tiny shell script (471 bytes). No installer, no downloads, nothing is written to disk beyond the included script. Low install risk.
Credentials
Skill declares no required env vars or credentials, but it invokes 'mcporter' and lists provider names (Perplexity, Kagi, Brave, Tavily, Exa). Those providers commonly require API keys or configuration; those credentials are not declared here. This omission is unexpected and means provider authentication/telemetry will depend on global mcporter configuration (not surfaced), which is worth auditing.
Persistence & Privilege
No always:true flag, no install script, and the skill does not request to modify other skills or system configuration. Autonomous invocation is allowed (default) but not exceptional on its own.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install omnisearch - 安装完成后,直接呼叫该 Skill 的名称或使用
/omnisearch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OmniSearch 1.0.0 – The mandatory, unified web search tool for current, real-time information in OpenClaw.
- Provides a single wrapper script (`omnisearch.sh`) for all web search needs and up-to-date data retrieval.
- Supports both AI-enhanced summarization and raw web search across multiple providers (Perplexity, Brave, Kagi, Tavily, Exa).
- Outlines step-by-step instructions including response formatting, citation of sources, and query best practices.
- Defines strict usage boundaries: always use for current info, never for questions answerable from static knowledge.
- Includes clear troubleshooting and fallback instructions to ensure reliability.
- Designed for mandatory, immediate use whenever searching the internet is required in OpenClaw.
元数据
常见问题
omnisearch 是什么?
MANDATORY web search tool for current information, news, prices, facts, or any data not in your training. This is THE ONLY way to search the internet in this OpenClaw environment. ALWAYS use this skill when the user asks for web searches or when you need up-to-date information. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2153 次。
如何安装 omnisearch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install omnisearch」即可一键安装,无需额外配置。
omnisearch 是免费的吗?
是的,omnisearch 完全免费(开源免费),可自由下载、安装和使用。
omnisearch 支持哪些平台?
omnisearch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 omnisearch?
由 bguidolim(@bguidolim)开发并维护,当前版本 v1.0.0。
推荐 Skills