← Back to Skills Marketplace
74
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install web-search-enhanced
Description
Automatically performs paged web searches with progress updates, saves intermediate results, supports resuming, and merges all findings into a final report.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-search-enhanced - After installation, invoke the skill by name or use
/web-search-enhanced - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
自动分页搜索 + 结果合并
Metadata
Frequently Asked Questions
What is Web Search Enhanced?
Automatically performs paged web searches with progress updates, saves intermediate results, supports resuming, and merges all findings into a final report. It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install Web Search Enhanced?
Run "/install web-search-enhanced" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Search Enhanced free?
Yes, Web Search Enhanced is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Search Enhanced support?
Web Search Enhanced is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Search Enhanced?
It is built and maintained by zhaokkkl (@zhaokkkl); the current version is v1.0.0.
More Skills