🔎
Web Search Plus
Search Search & ProductivityInstall Command
npx clawhub@latest install web-search-plus
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install Web Search Plus to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm Web Search Plus appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Multi-Engine Parallel
Result Fusion
Smart Ranking
Detailed Description
Web Search Plus simultaneously queries multiple search engines, intelligently merging and deduplicating results to provide a more comprehensive, higher-quality search experience than any single engine.
Core Features
- Multi-Engine Parallel Search: Simultaneously queries Google, Bing, DuckDuckGo, and other search engines
- Smart Result Fusion: Deduplicates, merges, and re-ranks results from multiple engines
- Quality Scoring: AI scores each result for relevance and quality, prioritizing high-quality content
- Deep Extraction: Automatically extracts the main content from search result pages, saving manual clicking
Configuration
{
skills: {
"web-search-plus": {
engines: ["google", "bing", "duckduckgo"],
maxResultsPerEngine: 5,
mergeStrategy: "relevance", // relevance, roundrobin
fetchContent: true,
timeout: 10000
}
}
}
Use Cases
- Use multi-engine search when you need the most comprehensive information before important decisions
- Compare differences in results from different search engines for the same query
- Increase result coverage when searching for niche or obscure topics
- Research tasks requiring high-quality results