← 返回 Skills 市场
465
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install performing-searches
功能描述
Provides concurrent web search and code search capabilities for Agents with hybrid retrieval. Supports searching multiple keywords simultaneously, Embedding...
安全使用建议
This skill appears to be a legitimate augmented-search integration, but exercise caution before installing: 1) The registry metadata omitted the required SEARXNG_URL — ensure you set SEARXNG_URL to a SearXNG instance you control (avoid public instances if you care about query privacy). 2) Optional embedding and Context7 API keys are reasonable for hybrid retrieval, but only provide keys you trust. 3) The docs suggest installing Ollama using curl | sh — avoid piping unknown install scripts; prefer vetted installation methods or inspect the script first. 4) The service runs as a Docker or npm application and will transmit queries to configured endpoints (SearXNG, embedding services) — review and verify those endpoints and container images (ghcr.io) before use. 5) Because the registry metadata and SKILL.md disagree, verify configuration expectations in the GitHub repo and test in an isolated environment first.
功能分析
Type: OpenClaw Skill
Name: performing-searches
Version: 1.1.3
The skill bundle is classified as suspicious primarily due to the inclusion of a `curl | sh` command in `reference/installation.md` for installing Ollama, which is an inherently high-risk method for executing remote code, even if for a legitimate prerequisite. Additionally, the skill defines tools like `read` that accept arbitrary `urls` and `search` that accepts `searchedKeywords` as input. While the skill itself does not instruct the agent to exploit these, such parameters present a significant vulnerability surface (e.g., SSRF, shell injection) if the underlying `augmented-search` service is not robustly secured against malicious input, which an AI agent could potentially be prompted to exploit.
能力评估
Purpose & Capability
The SKILL.md clearly requires a SearXNG instance (SEARXNG_URL) and optionally embedding/Context7 API keys, which are coherent with a web+code search tool. However the registry metadata reported 'Required env vars: none' — that's an internal inconsistency (the skill does need SEARXNG_URL). Other requested options (embedding APIs, Context7) are proportionate to the stated hybrid retrieval capability.
Instruction Scope
Runtime instructions focus on running a local HTTP service, calling SearXNG, and using mcporter or curl against the local augmented-search endpoints. The docs explicitly warn that public SearXNG instances can see queries (privacy risk). The instructions do not ask the agent to read unrelated host files or exfiltrate data, but they do recommend installing and calling networked components which will transmit user queries to whatever SEARXNG/embedding endpoints are configured.
Install Mechanism
There is no formal install spec in the registry (instruction-only), which reduces direct disk writes by the skill itself. The docs recommend running Docker images from ghcr.io and searxng/searxng (common), and optionally installing Ollama via a curl | sh command — the latter is a higher-risk pattern because it downloads and executes remote installer scripts. npm install -g augmented-search is also suggested (typical but pulls from npm).
Credentials
SKILL.md marks SEARXNG_URL as required and lists optional secrets (EMBEDDING_API_KEY, EMBEDDING_BASE_URL, CONTEXT7_API_KEY). Those optional keys make sense for embedding/code search. The problem is metadata mismatch: the registry reported no required env vars while SKILL.md requires SEARXNG_URL — this mismatch could lead to accidental misconfiguration. Also using public SEARXNG endpoints will expose search queries to third parties.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and has no code files writing to agent configs or other skills. It does not request persistent platform-level privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install performing-searches - 安装完成后,直接呼叫该 Skill 的名称或使用
/performing-searches触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.3
- 新增无状态 REST API (/api/* 端点)
- 修复 HTTP 会话重连问题
- ClawHub 规范适配 (env/source/homepage 字段)
- 统一配置管理 (config.ts)
- 消除代码重复 (tool-handlers.ts)
- 类型安全改进
v1.1.2
- Updated documentation links in the configuration and installation sections to point directly to the GitHub repository.
- No functional or code changes; documentation only.
v1.1.1
v1.1.1: Documentation refactor, configuration improvements, SKILL.md normalization
元数据
常见问题
Augmented Search 是什么?
Provides concurrent web search and code search capabilities for Agents with hybrid retrieval. Supports searching multiple keywords simultaneously, Embedding... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 465 次。
如何安装 Augmented Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install performing-searches」即可一键安装,无需额外配置。
Augmented Search 是免费的吗?
是的,Augmented Search 完全免费(开源免费),可自由下载、安装和使用。
Augmented Search 支持哪些平台?
Augmented Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Augmented Search?
由 sebrinass(@sebrinass)开发并维护,当前版本 v1.1.3。
推荐 Skills