← Back to Skills Marketplace
sebrinass

Augmented Search

by sebrinass · GitHub ↗ · v1.1.3
cross-platform ⚠ suspicious
465
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install performing-searches
Description
Provides concurrent web search and code search capabilities for Agents with hybrid retrieval. Supports searching multiple keywords simultaneously, Embedding...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install performing-searches
  3. After installation, invoke the skill by name or use /performing-searches
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug performing-searches
Version 1.1.3
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Augmented Search?

Provides concurrent web search and code search capabilities for Agents with hybrid retrieval. Supports searching multiple keywords simultaneously, Embedding... It is an AI Agent Skill for Claude Code / OpenClaw, with 465 downloads so far.

How do I install Augmented Search?

Run "/install performing-searches" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Augmented Search free?

Yes, Augmented Search is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Augmented Search support?

Augmented Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Augmented Search?

It is built and maintained by sebrinass (@sebrinass); the current version is v1.1.3.

💬 Comments