Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
wentorai avatar

Multi Search Engine

  • 11 installs
  • 849 repo stars
  • Updated August 1, 2026
  • wentorai/research-claw

Helps with ai & agent building tasks during AI-assisted development.

About

multi-search-engine is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • multi-search-engine
  • AI & Agent Building
  • AI-coding skill

Multi Search Engine by the numbers

  • 11 all-time installs (skills.sh)
  • Ranked #11,740 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/wentorai/research-claw --skill multi-search-engine

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs11
repo stars849
Last updatedAugust 1, 2026
Repositorywentorai/research-claw

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Multi Search Engine

Integration of 17 search engines for web crawling without API keys.

---

Search Engines

Domestic (8)

EngineURL Template
Baiduhttps://www.baidu.com/s?wd={keyword}
Bing CNhttps://cn.bing.com/search?q={keyword}&ensearch=0
Bing INThttps://cn.bing.com/search?q={keyword}&ensearch=1
360https://www.so.com/s?q={keyword}
Sogouhttps://sogou.com/web?query={keyword}
WeChathttps://wx.sogou.com/weixin?type=2&query={keyword}
Toutiaohttps://so.toutiao.com/search?keyword={keyword}
Jisiluhttps://www.jisilu.cn/explore/?keyword={keyword}

International (9)

EngineURL Template
Googlehttps://www.google.com/search?q={keyword}
Google HKhttps://www.google.com.hk/search?q={keyword}
DuckDuckGohttps://duckduckgo.com/html/?q={keyword}
Yahoohttps://search.yahoo.com/search?p={keyword}
Startpagehttps://www.startpage.com/sp/search?query={keyword}
Bravehttps://search.brave.com/search?q={keyword}
Ecosiahttps://www.ecosia.org/search?q={keyword}
Qwanthttps://www.qwant.com/?q={keyword}
WolframAlphahttps://www.wolframalpha.com/input?i={keyword}

---

Quick Examples

Basic Search

web_fetch({"url": "https://www.google.com/search?q=python+tutorial"})

Site-Specific

web_fetch({"url": "https://www.google.com/search?q=site:github.com+react"})

File Type

web_fetch({"url": "https://www.google.com/search?q=machine+learning+filetype:pdf"})

Time Filter (Past Week)

web_fetch({"url": "https://www.google.com/search?q=ai+news&tbs=qdr:w"})

Privacy Search

web_fetch({"url": "https://duckduckgo.com/html/?q=privacy+tools"})

DuckDuckGo Bangs

web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"})

Knowledge Calculation

web_fetch({"url": "https://www.wolframalpha.com/input?i=100+USD+to+CNY"})

---

Advanced Operators

OperatorExampleDescription
site:site:github.com pythonSearch within site
filetype:filetype:pdf reportSpecific file type
"""machine learning"Exact match
-python -snakeExclude term
ORcat OR dogEither term

---

Time Filters

ParameterDescription
tbs=qdr:hPast hour
tbs=qdr:dPast day
tbs=qdr:wPast week
tbs=qdr:mPast month
tbs=qdr:yPast year

---

Privacy Engines

Use these engines when privacy is a concern:

EngineFeature
DuckDuckGoNo tracking
StartpageGoogle results + privacy
BraveIndependent index
QwantEU GDPR compliant

---

Bangs Shortcuts (DuckDuckGo)

DuckDuckGo Bangs allow instant redirection to other sites:

BangDestination
!gGoogle
!ghGitHub
!soStack Overflow
!wWikipedia
!ytYouTube

Example:

web_fetch({"url": "https://duckduckgo.com/html/?q=!gh+tensorflow"})

---

WolframAlpha Queries

WolframAlpha is a computational knowledge engine:

Query TypeExample
Mathintegrate x^2 dx
Conversion100 USD to CNY
StocksAAPL stock
Weatherweather in Beijing

---

When to Use This Skill

  • User needs to search multiple engines
  • API key is not available
  • Privacy-focused search is needed
  • Chinese domestic content search
  • Computational/knowledge queries (WolframAlpha)
  • Site-specific or file-type searches

---

Recommended Usage

1. Default: Use DuckDuckGo or Brave for privacy 2. Chinese content: Use Baidu or Bing CN 3. Academic/PDF: Use Google with filetype:pdf 4. Computations: Use WolframAlpha 5. Code search: Use DuckDuckGo bangs (!gh, !so)

---

License

MIT

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.