📦 Web Search Enhanced — 网页 搜索 Enhanced

v1.0.0

Automatically performs paged 网页 搜索es with 进度 更新s, saves intermediate 结果s, supports resuming, and merges all findings into a final 报告.

0· 0·0 当前·0 累计
0
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
high confidence
The 技能 clAIms to perform paged 网页 搜索es and store intermediate 结果s, but the shipped code does not perform real 网页 搜索es and has mismatches in how it stores/reads intermediate data—this inconsistency could be benign (unfinished or mock implementation) but is misleading and warrants caution.
评估建议
This 技能 is misleading: it clAIms to do paged 网页 搜索es but the code only returns simulated (mock) 搜索 结果s and uses a local temp file (.网页-搜索-temp-结果s.md). Before 安装ing or relying on it: (1) Do not assume it performs real 网页 搜索es—test it in a sandbox to confirm behavior. (2) If you need real 网页 搜索, ask the author or 检查 the code to see which 搜索 API it should call (and where 凭证s would be provided). (3) Note it will 创建 a file named .网页-搜索-temp-结果s.md in the 代理's working directory; ensure that location ...
详细分析 ▾
用途与能力
The 技能's name/description promise automated 网页 搜索es and merged 结果s from many pages, but the implementation's 搜索查询() 创建s simulated 结果s (no network/搜索 engine calls). A user expecting real 网页 搜索 functionality would not 获取 it. The 技能.md says it uses a 'Memory 系统' for intermediate 结果s, but the code writes a local file (.网页-搜索-temp-结果s.md) instead—mismatch between clAImed capability and actual code.
指令范围
技能.md describes saving intermediate 结果s and resuming, which the code attempts, but the instructions clAIm use of a Memory 系统 and real 网页 搜索ing while the code: (a) simulates 结果s locally, (b) writes/reads a local temp file, and (c) uses 网页Fetch() 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.
安装机制
未提供安装规范(仅含指令及一个代码文件)。运行时不会下载或安装任何内容,因此安装机制风险较低。
凭证需求
The 技能 请求s no 环境 variables, 凭证s, or config paths. The level of 请求ed 访问 is proportionate to the visible behavior (it only writes a local temp file).
持久化与权限
always is false and the 技能 does not modify other 技能s or 系统-wide configs. It 创建s a local temp file (.网页-搜索-temp-结果s.md) in the working directory and 移除s it on completion—this is modest persistence and within expected scope.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install web-search-enhanced
镜像加速npx clawhub@latest install web-search-enhanced --registry https://cn.longxiaskill.com

技能文档

网页 搜索 Enhanced - 增强版网页搜索 功能

这个技能解决了普通 网页 搜索 的文本长度限制问题:

✅ 自动分页搜索 - 当搜索结果过多时自动分批处理 ✅ 中间结果保存 - 每次搜索完成后保存到临时文件,不会丢失 ✅ 自动合并结果 - 最后一次性返回所有搜索结果 ✅ 进度提示 - 实时告诉用户当前进度 ✅ 断点续搜 - 如果中途中断,可以继续搜索剩余部分 使用场景 搜索大量网页(超过 10 个结果) 需要汇总多个来源的信息 长文档/长文章搜索 需要对比多个网页内容 使用方式

直接说:

帮我查找 [搜索内容]

技能会自动判断是否需要分页搜索。

技术实现 使用 Memory 系统存储中间结果 自动合并搜索结果 支持断点续搜

数据来源ClawHub ↗ · 中文优化:龙虾技能库