← Back to Skills Marketplace
anisafifi

Web Search Hub

by Anis Afifi · GitHub ↗ · v0.1.3
cross-platform ⚠ suspicious
1655
Downloads
1
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install web-search-hub
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-search-hub
  3. After installation, invoke the skill by name or use /web-search-hub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug web-search-hub
Version 0.1.3
License
All-time Installs 2
Active Installs 2
Total Versions 4
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1655 downloads so far.

How do I install Web Search Hub?

Run "/install web-search-hub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web Search Hub free?

Yes, Web Search Hub is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Web Search Hub support?

Web Search Hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web Search Hub?

It is built and maintained by Anis Afifi (@anisafifi); the current version is v0.1.3.

💬 Comments