← 返回 Skills 市场
anisafifi

Web Search Hub

作者 Anis Afifi · GitHub ↗ · v0.1.3
cross-platform ⚠ suspicious
1655
总下载
1
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install web-search-hub
功能描述
Use this skill when users need to search the web for information, news, images, or videos. Triggers include: requests to "search for", "find information about", "look up", "what's the latest on", or any request requiring current web content. Also use for research tasks, fact-checking, finding visual resources, or gathering recent news. Requires OpenClawCLI installation from clawhub.ai. Do NOT use when Claude's built-in web_search tool is more appropriate for simple queries.
安全使用建议
This skill's code implements a DuckDuckGo-based search tool and appears coherent for web searching. However, the SKILL.md and description repeatedly instruct you to install 'OpenClawCLI' from clawhub.ai even though the included Python script does not use it — that unexplained dependency is the main red flag. Before installing or running this skill: - Ask the publisher why OpenClawCLI is required and what it does; if you don't get a clear justification, avoid installing that binary. - Prefer running the provided script in an isolated environment (a fresh virtualenv or container) and review the script (scripts/search.py) yourself — the script itself appears to only call the duckduckgo-search library. - Install duckduckgo-search from PyPI only in a controlled environment; beware of typosquatted packages. - If you need current web results for simple queries, consider using the platform's built-in web_search tool instead of adding third-party software. Confidence is medium because the core code is consistent with the declared purpose, but the unexplained OpenClawCLI requirement increases risk; confirmation from the skill author or removal of that requirement would raise confidence toward benign.
功能分析
Type: OpenClaw Skill Name: web-search-hub Version: 0.1.3 The skill bundle provides a web search tool using DuckDuckGo. The `SKILL.md` documentation clearly outlines its purpose and usage, including installation instructions for a standard Python library (`duckduckgo-search`) and a prerequisite CLI (`OpenClawCLI` from `clawhub.ai`), without any evidence of prompt injection or instructions for malicious actions. The `scripts/search.py` script implements the search functionality, performing network requests only to DuckDuckGo and offering file output for saving search results, which is a legitimate feature. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation beyond the stated purpose.
能力评估
Purpose & Capability
The script implements web/news/image/video search via the duckduckgo-search (DDGS) library which matches the 'Web Search Hub' purpose. However, the SKILL.md and description repeatedly require installing 'OpenClawCLI' (clawhub.ai) despite no reference to it in the shipped code. That required third‑party binary is not explained or used in the repository, which is disproportionate to the skill's stated needs.
Instruction Scope
Runtime instructions are concrete: run python scripts/search.py with options, install duckduckgo-search, and use a virtualenv if needed. The instructions do not request reading unrelated files, environment secrets, or exfiltrating data; they stay within the search tool's scope.
Install Mechanism
This is an instruction-only skill with a bundled Python script that expects 'pip install duckduckgo-search'. Requiring a PyPI package is expected. The unusual element is the recommendation/requirement to install OpenClawCLI from clawhub.ai (no install spec provided and not referenced in code) — that external site/install step increases risk because it's an unexplained third-party binary.
Credentials
The skill requires no environment variables, credentials, or config paths. The minimal privilege footprint matches the script's functionality.
Persistence & Privilege
The skill is not marked always:true and does not request persistent/privileged presence. There is no installer that writes to system-wide config in the manifest. Normal autonomous invocation is enabled (platform default).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install web-search-hub
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /web-search-hub 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
- Updated installation instructions: removed advice to use `--break-system-packages` and added guidance on using virtual environments for safer dependency management. - Added detailed best practices for installing dependencies without risking damage to the system Python. - No changes to core search functionality or usage.
v0.1.2
Version 0.1.2 - Added main script: `scripts/search.py` for executing web, news, image, and video searches using DuckDuckGo's API. - Initial release of search command-line tool, supporting filters, formatting, and file output as described in documentation.
v0.1.1
**Changelog for web-search-hub v0.1.1** - Major update: Fully rewritten documentation for clarity and ease of use. - New “Quick Reference” and “Common Workflows” sections summarize typical commands. - Clearer option tables and example commands for web, news, image, and video search. - License field set to Proprietary. - Explicit usage triggers and exclusions added (e.g., when not to use vs. Claude's built-in tool). - Prerequisite installation instructions updated to specify `--break-system-packages`. - Examples streamlined and redundant information removed for conciseness.
v0.1.0
Initial release of Web Search Hub: a CLI tool for streamlined web, news, image, and video search using DuckDuckGo. - Perform web, news, image, and video searches with multiple filtering options. - Supports time range, regional, and safe search filters. - Output results in text, markdown, or JSON. - Save search results directly to file. - Various image and video-specific search filters (size, color, duration, etc.). - Requires installation of `duckduckgo-search` and OpenClawCLI.
元数据
Slug web-search-hub
版本 0.1.3
许可证
累计安装 2
当前安装数 2
历史版本数 4
常见问题

Web Search Hub 是什么?

Use this skill when users need to search the web for information, news, images, or videos. Triggers include: requests to "search for", "find information about", "look up", "what's the latest on", or any request requiring current web content. Also use for research tasks, fact-checking, finding visual resources, or gathering recent news. Requires OpenClawCLI installation from clawhub.ai. Do NOT use when Claude's built-in web_search tool is more appropriate for simple queries. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1655 次。

如何安装 Web Search Hub?

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

Web Search Hub 是免费的吗?

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

Web Search Hub 支持哪些平台?

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

谁开发了 Web Search Hub?

由 Anis Afifi(@anisafifi)开发并维护,当前版本 v0.1.3。

💬 留言讨论