← 返回 Skills 市场
davidme6

Smart Web Search

作者 davidme6 · GitHub ↗ · v3.1.0 · MIT-0
cross-platform ⚠ suspicious
250
总下载
1
收藏
1
当前安装
6
版本数
在 OpenClaw 中安装
/install smart-web-search
功能描述
Smart Web Search v3.1 - Intelligent search with Baidu (China) and Google (International) as primary engines. Real-time news, ad filtering, content de-toxicat...
安全使用建议
Summary of things to check before installing: - Metadata mismatch: ask the publisher to confirm required binaries (SKILL.md uses web_fetch; _meta.json lists 'curl'; top-level registry says none). Ensure your agent environment provides the expected fetch tool. - Network/privacy: the skill will send user queries to external search engines (Baidu, Google/Startpage, DuckDuckGo, etc.). Treat searches as network requests — do not include secrets or sensitive PII in queries you don't want sent to remote servers. - Vague processing steps: ad-filtering, de-tox, source verification and AI summaries are described but not implemented in code here; verify how your agent will perform those steps and test on non-sensitive queries first. - Placeholder scripts: some docs contain placeholder or example scripts (monitor.sh calling https://api.example.com, TODOs in feedback_collector). Confirm these are inert or review them if you plan to run any included scripts. - Provenance: source/homepage is unknown; repository and author links in _meta.json point to a GitHub user. If you need stronger assurance, request the real repository URL and inspect any code there. - Safe testing: run the skill in a sandboxed/limited environment first, monitor outgoing network calls, and verify behavior matches expectations before using for sensitive tasks. If the author can confirm/correct the curl requirement and clarify the monitoring/feedback scripts, many of the concerns are likely just documentation sloppiness rather than malicious intent.
功能分析
Type: OpenClaw Skill Name: smart-web-search Version: 3.1.0 The bundle is a highly detailed web search utility designed to aggregate and filter results from multiple Chinese and international search engines (Baidu, Google via Startpage, 360, etc.). It utilizes the standard 'web_fetch' tool to retrieve content and provides the AI agent with extensive instructions for ad filtering, 'de-toxication' (filtering spam and misinformation), and source verification. No evidence of malicious intent, data exfiltration, or unauthorized system access was found; the complex markdown instructions in SKILL.md are strictly focused on refining search result quality and safety according to the stated purpose.
能力评估
Purpose & Capability
The name/description match the instructions: SKILL.md instructs fetching search engine pages (Baidu, Startpage/Google, DuckDuckGo, etc.) and performing de-duplication, ad-filtering, and summarization. This functionality would not legitimately require credentials or broad system access. However, metadata is inconsistent: registry listing at the top shows no required binaries, while _meta.json lists 'curl' under requirements. Also some docs state 'no external API' while the skill explicitly fetches external search engine pages — this is functionally coherent but the wording across files is inconsistent.
Instruction Scope
The SKILL.md is instruction-only and instructs the agent to call web_fetch(...) against many public search endpoints. It does not tell the agent to read local files or request secrets. The high-level tasks (ad-filtering, de‑tox, source verification, AI summaries) are specified conceptually but the document does not supply concrete, auditable code for those steps — meaning the agent's own logic (or other skills) will implement them. That vagueness grants the agent discretion on how to filter, summarize, and what to include in outbound requests, which is a scope/clarity concern but not manifestly malicious.
Install Mechanism
There is no install spec and no code files executed at install time; the skill is instruction-only. This minimizes install-time risk. (Files are documentation only; there is no download/extract/execute install step.)
Credentials
Declared requirements differ between sources: top-level 'Requirements' shows none, but _meta.json lists 'curl' in requirements.bins. The skill itself uses a web_fetch tool in instructions (not curl). There are no required environment variables or credentials, which is appropriate for a public-web-search skill. Still, the inconsistency about required binaries should be clarified before use.
Persistence & Privilege
The skill is not always: true, does not request persistent system-level changes, and is user-invocable. It does include guidance for feedback collection and monitoring scripts (placeholders) but nothing that forces permanent presence or modifies other skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-web-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-web-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.1.0
v3.1: Baidu (China primary) + Google (International primary). All English documentation. Advanced search syntax. Real-time news filtering.
v3.0.2
v3.0.2: Fixed English description on ClawHub, all metadata in English
v3.0.1
v3.0.1: English description and metadata, improved international support
v3.0.0
v3.0: 新增百度/谷歌搜索、广告过滤、内容去毒、来源验证、警告系统,引擎总数达 12+
v2.0.0
v2.0: 实时搜索支持、多引擎聚合、智能去重、结果摘要、时间过滤
v1.0.0
- Initial release of Smart Web Search, version 1.0.0. - Automatically selects between domestic (CN) and international (DuckDuckGo) search engines based on language and query type. - Supports both Chinese and English input, with smart engine switching for topics and context. - Includes configurable engine priority, backup engines, and results filtering. - Built-in retry mechanism if the primary engine fails. - No API key required; all engines are free to use.
元数据
Slug smart-web-search
版本 3.1.0
许可证 MIT-0
累计安装 2
当前安装数 1
历史版本数 6
常见问题

Smart Web Search 是什么?

Smart Web Search v3.1 - Intelligent search with Baidu (China) and Google (International) as primary engines. Real-time news, ad filtering, content de-toxicat... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 250 次。

如何安装 Smart Web Search?

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

Smart Web Search 是免费的吗?

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

Smart Web Search 支持哪些平台?

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

谁开发了 Smart Web Search?

由 davidme6(@davidme6)开发并维护,当前版本 v3.1.0。

💬 留言讨论