← 返回 Skills 市场
kassimisai

Web Searcher

作者 kassimisai · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1225
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install web-searcher
功能描述
Autonomous web research agent that performs multi-step searches, follows links, extracts data, and synthesizes findings into structured reports. Use when asked to research a topic, find information across multiple sources, compare options, gather market data, compile lists, or answer questions requiring deep web investigation beyond a single search.
安全使用建议
This skill appears to do what it promises: autonomous web searches, selective page fetches, cross-referencing, and synthesis. Before installing, consider: (1) It will fetch public pages (news, LinkedIn, company sites) and include URLs in outputs—avoid asking it to harvest private or authenticated content or supply credentials. (2) Scraping some sites (LinkedIn, paywalled content) may violate terms of service or require authentication; expect missed results for such sources. (3) Outputs are synthesized summaries — verify important claims against the cited source URLs. If you need stricter controls, only invoke this skill manually (it is user-invocable by default) and avoid granting any separate credentials or private tokens to it.
功能分析
Type: OpenClaw Skill Name: web-searcher Version: 1.0.0 The skill is classified as suspicious due to a vulnerability in `scripts/research_plan.py`. The script directly uses command-line arguments (`sys.argv`) to construct search queries without any sanitization. While the script itself only generates strings and does not execute shell commands, this lack of input sanitization could lead to injection vulnerabilities if the generated search queries are subsequently passed to a `web_search` tool or an agent execution environment that is susceptible to injection via arbitrary query strings.
能力评估
Purpose & Capability
Name/description (autonomous web research) align with the included SKILL.md and the small helper script. The only code (scripts/research_plan.py) simply builds search queries and limits (max_searches/max_fetches) which is appropriate for the stated function.
Instruction Scope
Runtime instructions tell the agent to run platform-provided web_search and web_fetch calls, follow links, compare sources, and cite URLs. They set explicit limits (max searches/fetches) and do not instruct reading local files, environment variables, or transmitting data to arbitrary external endpoints. The only notable behavior is explicit guidance to fetch public pages (e.g., LinkedIn/company pages) which is consistent with people/company research but may surface personal information—this is expected for the skill's purpose.
Install Mechanism
No install spec is provided (instruction-only), and the single included script is a small, local helper that does not fetch remote code or write to disk beyond its own presence. This is the lowest-risk install profile.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The SKILL.md does not reference any hidden env vars or secrets. This is proportionate to a read-only web research agent.
Persistence & Privilege
always:false and no install actions that modify agent/system configurations. The skill does not request persistent privileges or to modify other skills' settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-searcher
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-searcher 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: autonomous web research agent with multi-step search, fetch, cross-reference, and structured report synthesis
元数据
Slug web-searcher
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Web Searcher 是什么?

Autonomous web research agent that performs multi-step searches, follows links, extracts data, and synthesizes findings into structured reports. Use when asked to research a topic, find information across multiple sources, compare options, gather market data, compile lists, or answer questions requiring deep web investigation beyond a single search. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1225 次。

如何安装 Web Searcher?

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

Web Searcher 是免费的吗?

是的,Web Searcher 完全免费(开源免费),可自由下载、安装和使用。

Web Searcher 支持哪些平台?

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

谁开发了 Web Searcher?

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

💬 留言讨论