ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Multi-Engine Web Search

Search Google, Bing, DuckDuckGo, Brave, Startpage, Yahoo, Yandex, Baidu, Sogou, Qwant, Ecosia, Mojeek, and WolframAlpha from one skill.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ivangdavila/multi-engine-web-search
Or

Setup

On first use, read setup.md to define activation behavior and preferred engine order, then store the preference profile.

When to Use

Use this when one engine is not enough and you need broader coverage, faster cross-checking, and cleaner verification.

Architecture

Store minimal preferences in ~/multi-engine-web-search/. See memory-template.md.

~/multi-engine-web-search/
`-- memory.md   # activation mode, engine priority, blocked engines, and output style

Quick Reference

TopicFile
Setup flow and activation policysetup.md
Minimal memory schemamemory-template.md

Search Engines

Global Engines (12)

  • Google: https://www.google.com/search?q={keyword}
  • Google HK: https://www.google.com.hk/search?q={keyword}
  • Bing: https://www.bing.com/search?q={keyword}
  • Yahoo: https://search.yahoo.com/search?p={keyword}
  • DuckDuckGo: https://duckduckgo.com/html/?q={keyword}
  • Brave: https://search.brave.com/search?q={keyword}
  • Startpage: https://www.startpage.com/sp/search?query={keyword}
  • Qwant: https://www.qwant.com/?q={keyword}
  • Ecosia: https://www.ecosia.org/search?q={keyword}
  • Mojeek: https://www.mojeek.com/search?q={keyword}
  • Swisscows: https://swisscows.com/web?query={keyword}
  • AOL Search: https://search.aol.com/aol/search?q={keyword}

Regional Engines (9)

  • Baidu: https://www.baidu.com/s?wd={keyword}
  • Bing CN: https://cn.bing.com/search?q={keyword}&ensearch=0
  • Bing INT (CN endpoint): https://cn.bing.com/search?q={keyword}&ensearch=1
  • Sogou: https://www.sogou.com/web?query={keyword}
  • 360 Search: https://www.so.com/s?q={keyword}
  • Yandex: https://yandex.com/search/?text={keyword}
  • Naver: https://search.naver.com/search.naver?query={keyword}
  • Seznam: https://search.seznam.cz/?q={keyword}
  • CocCoc: https://coccoc.com/search?query={keyword}

Knowledge and Developer Engines (6)

  • WolframAlpha: https://www.wolframalpha.com/input?i={keyword}
  • Wikipedia: https://en.wikipedia.org/w/index.php?search={keyword}
  • GitHub Search: https://github.com/search?q={keyword}
  • Stack Overflow Search: https://stackoverflow.com/search?q={keyword}
  • Semantic Scholar: https://www.semanticscholar.org/search?q={keyword}
  • PubMed: https://pubmed.ncbi.nlm.nih.gov/?term={keyword}

Engine Shortcuts

Metadata

Stars2102
Views0
Updated2026-03-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ivangdavila-multi-engine-web-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.