A versatile web search skill that enables AI agents to retrieve real-time information, news, images, and videos via DuckDuckGo.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install web-search
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install web-search using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Web Search skill provides a robust interface for AI agents to interact with the live internet without the need for complex API keys or authentication. By leveraging the DuckDuckGo API, this Openclaw Skills addition allows for deep technical research, fact-checking, and resource gathering across multiple media types. It is built to be developer-friendly, offering clean output in several formats suitable for both human reading and programmatic consumption.
This tool is essential for keeping agents up-to-date with current events, finding specific visual assets, or building localized knowledge bases from web data. With built-in support for advanced filtering—such as time ranges, regions, and safe search levels—it ensures that retrieved information is highly relevant and safe for use in professional environments.
To use this within the ecosystem of Openclaw Skills, you must first install the required Python dependency:
pip install duckduckgo-search
Once installed, you can verify the setup by running a simple test search:
python scripts/search.py "Openclaw Skills tutorial"
The skill organizes its output based on the chosen format. When using the JSON format, the data follows a structured schema ideal for Openclaw Skills automation:
| Attribute | Type | Description |
|---|---|---|
| title | String | The title of the search result or article |
| href | String | The direct URL to the source content |
| body | String | A brief snippet or summary of the content |
| source | String | The publishing organization (news search only) |
| duration | String | The length of the clip (video search only) |
| dimensions | String | The width and height (image search only) |
Loading
AI-driven match predictions for elite football leagues delivered through a streamlined MCP interface.

An automated utility for installing and configuring the Gate MCP (mcporter) CLI to enable real-time cryptocurrency data access for AI agents.

A comprehensive email verification tool for validating single addresses, batches, or massive bulk files via the BillionVerify API.

A specialized tool for generating copy-paste ready Discord messages with full markdown support, syntax highlighting, and metadata validation.

An autonomous AI trading agent for Solana memecoins featuring smart wallet mirroring and multi-layer rug pull protection.

A comprehensive automation tool for installing, configuring, and repairing the OpenClaw gateway and its associated AI communication plugins.








































