← 返回 Skills 市场
zhaokkkl

Web Search Enhanced

作者 zhaokkkl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-search-enhanced
功能描述
Automatically performs paged web searches with progress updates, saves intermediate results, supports resuming, and merges all findings into a final report.
安全使用建议
This skill is misleading: it claims to do paged web searches but the code only returns simulated (mock) search results and uses a local temp file (.web-search-temp-results.md). Before installing or relying on it: (1) Do not assume it performs real web searches—test it in a sandbox to confirm behavior. (2) If you need real web search, ask the author or check the code to see which search API it should call (and where credentials would be provided). (3) Note it will create a file named .web-search-temp-results.md in the agent's working directory; ensure that location is acceptable and contains no sensitive data. (4) The use of webFetch() to read a local file is suspicious/incorrect—verify how webFetch is implemented in your environment to ensure it won't make unexpected network requests. If you want to proceed only for development/testing, do so in an isolated environment and request a corrected implementation from the author that actually integrates with a search API and uses a clear, safe storage mechanism.
功能分析
Type: OpenClaw Skill Name: web-search-enhanced Version: 1.0.0 The skill claims to provide enhanced web search functionality but contains no actual search logic, instead returning hardcoded 'simulated' strings. It uses the Node.js 'fs' module in index.ts to perform direct filesystem operations (writing and deleting a hidden file '.web-search-temp-results.md'), which is a high-privilege capability for a search tool. Additionally, the readFile method incorrectly attempts to use webFetch to access local files, which is inconsistent and may be an attempt to probe environment-specific file access behaviors.
能力评估
Purpose & Capability
The skill's name/description promise automated web searches and merged results from many pages, but the implementation's searchQuery() creates simulated results (no network/search engine calls). A user expecting real web search functionality would not get it. The SKILL.md says it uses a 'Memory system' for intermediate results, but the code writes a local file (.web-search-temp-results.md) instead—mismatch between claimed capability and actual code.
Instruction Scope
SKILL.md describes saving intermediate results and resuming, which the code attempts, but the instructions claim use of a Memory system and real web searching while the code: (a) simulates results locally, (b) writes/reads a local temp file, and (c) uses webFetch() to read that local file (an odd choice). The instructions are high-level and leave implementation details vague, granting broad discretion that produced this mismatch.
Install Mechanism
No install spec is provided (instruction-only style plus one code file). Nothing is downloaded or installed at runtime, so install mechanism risk is low.
Credentials
The skill requests no environment variables, credentials, or config paths. The level of requested access is proportionate to the visible behavior (it only writes a local temp file).
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide configs. It creates a local temp file (.web-search-temp-results.md) in the working directory and removes it on completion—this is modest persistence and within expected scope.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-search-enhanced
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-search-enhanced 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
自动分页搜索 + 结果合并
元数据
Slug web-search-enhanced
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Web Search Enhanced 是什么?

Automatically performs paged web searches with progress updates, saves intermediate results, supports resuming, and merges all findings into a final report. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。

如何安装 Web Search Enhanced?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-search-enhanced」即可一键安装,无需额外配置。

Web Search Enhanced 是免费的吗?

是的,Web Search Enhanced 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Web Search Enhanced 支持哪些平台?

Web Search Enhanced 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Web Search Enhanced?

由 zhaokkkl(@zhaokkkl)开发并维护,当前版本 v1.0.0。

💬 留言讨论