A powerful CLI tool that provides AI agents with live web access and deep reasoning capabilities via OpenRouter.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-search-tool
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 openclaw-search-tool using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Research Tool is a specialized utility designed to bridge the gap between static LLM training data and the live web. By leveraging OpenRouter and the :online model suffix, it enables agents to browse the internet, retrieve real-time data, and synthesize complex answers with accurate citations. This tool is a fundamental addition to any suite of Openclaw Skills, ensuring that agents can handle documentation lookups, market research, and fact-checking with ease.
It is built to handle the high-latency nature of deep reasoning tasks, providing detailed status updates and progress tracking. Whether used as a standalone CLI or integrated into an autonomous agent workflow, it provides the necessary context and reasoning depth required for professional-grade technical research.
To integrate this into your Openclaw Skills, follow these steps:
# Install the research tool via Cargo
cargo install openclaw-search-tool
# Set your OpenRouter API key
export OPENROUTER_API_KEY='your_api_key_here'
# Run a test query
research-tool "Latest features in the newest Rust release"
The tool outputs data in a stream-friendly format to allow for easy integration with other Openclaw Skills.
| Output Stream | Data Type | Description |
|---|---|---|
| stdout | Markdown | The final synthesized answer including URL citations. |
| stderr | Text/Metrics | Progress indicators, reasoning traces, and token usage statistics. |
| Environment | Configuration | Uses OPENROUTER_API_KEY, RESEARCH_MODEL, and RESEARCH_EFFORT for behavior control. |
Loading
A comprehensive AI agent skill that enables natural language tracking of baby sleep, feeding, diapers, and growth via the Huckleberry app API.

A comprehensive command-line integration for managing Apple TV, HomePod, and AirPlay devices using the pyatv library.

A comprehensive tool for executing end-to-end on-chain token swaps with MEV protection and automated slippage via the OKX DEX Aggregator.

A specialized skill for fetching real-time, optimized cryptocurrency swap quotes across multiple blockchain networks using the OKX DEX Aggregator API.

An intelligent browser-based automation tool that handles dynamic web content and multi-step download navigation where standard CLI tools fail.

A meta-agent skill that orchestrates complex macro tasks by decomposing them into subtasks performed by autonomous, specialized sub-agents.








































