Key Features
- Real time support
Use Cases
With Search, you can:
- Searching academic papers and technical documentation
- Aggregating data from multiple research sources
- Generating literature reviews and summaries
- Tracking citations and references
Setup & Installation
Install Search using the ClawHub CLI or OpenClaw CLI:
clawhub install searchIf the CLI is not installed:
npx clawhub@latest install searchOr install with OpenClaw CLI:
openclaw skills install searchVersion History
Latest version: 1.0.0
First published: Feb 1, 2026. Last updated: Feb 9, 2026.
1 version released.
Initial release: Enables real-time web search functionality. - Added command `web_search` for querying real-time web results. - Uses the DuckDuckGo API to fetch search responses. - Provides simple command-line usage instructions.
Frequently Asked Questions
Is Search free to use?
Yes. Search is a free, open-source skill available on the OpenClaw Skills Registry. You can install and use it at no cost, and the source code is publicly available for review and contribution.
What platforms does Search support?
It runs on any platform that supports OpenClaw, including macOS, Linux, and Windows. As long as you have the OpenClaw runtime installed, Search will work seamlessly across operating systems.
How do I update Search?
Run
openclaw skills update search to get the latest version. OpenClaw will download and apply the update automatically, preserving your existing configuration.What's new in Search?
The latest update (1.0.0) includes: Initial release: Enables real-time web search functionality.
- Added command `web_search` for querying real-time web results.
- Uses the DuckDuckGo API to fetch search responses.
- Provides simple...