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

Multi Search Engine

  • 16 installs
  • 869 repo stars
  • Updated June 8, 2026
  • beita6969/scienceclaw

This is a copy of multi-search-engine by aaaaqwq - installs and ranking accrue to the original listing.

multi-search-engine is a skill that gives an agent URL templates for 17 web search engines so it can run searches through web_fetch without any API keys.

About

This skill gives an agent URL templates for 17 web search engines, including Baidu, Bing, Google, DuckDuckGo, Brave, and WolframAlpha, plus privacy engines. It documents advanced operators like site:, filetype:, and OR, along with Google time filters and DuckDuckGo bang shortcuts. A developer uses it to run web searches through web_fetch without signing up for any search API. It matters because it enables free multi-engine search across Chinese and international sources.

  • 17 search engines (8 CN + 9 global) via plain URL patterns, no API keys
  • Advanced operators: site:, filetype:, exact match, exclude, OR, plus Google time filters
  • DuckDuckGo bangs and WolframAlpha knowledge/conversion queries

Multi Search Engine by the numbers

  • 16 all-time installs (skills.sh)
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

multi-search-engine capabilities & compatibility

Free; no API keys required.

Capabilities
web search · web scraping
Works with
chrome · weather
Use cases
web search · web scraping · research
Pricing
Free
From the docs

What multi-search-engine says it does

Multi search engine integration with 17 engines (8 CN + 9 Global).
SKILL.md
Integration of 17 search engines for web crawling without API keys.
SKILL.md
No API keys required.
SKILL.md
npx skills add https://github.com/beita6969/scienceclaw --skill multi-search-engine

Add your badge

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

Listed on Skillselion
Installs16
repo stars869
Last updatedJune 8, 2026
Repositorybeita6969/scienceclaw

What it does

Query 17 search engines by building URL patterns for web_fetch, without any API keys.

Who is it for?

Running free web searches across many engines by constructing URLs for web_fetch, including Chinese-language engines.

Skip if: Structured search APIs with JSON results or high-volume crawling that needs rate-limit handling.

When should I use this skill?

You need to search the web through an agent without paying for a search API.

What you get

The agent can query 17 engines by URL, using operators and time filters, with no API key.

By the numbers

  • 17 search engines (8 CN + 9 global)
  • 5 documented time filters (hour/day/week/month/year)

Files

SKILL.mdMarkdownGitHub ↗

Multi Search Engine v2.0.1

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

Search Engines

Domestic (8)

  • Baidu: https://www.baidu.com/s?wd={keyword}
  • Bing CN: https://cn.bing.com/search?q={keyword}&ensearch=0
  • Bing INT: https://cn.bing.com/search?q={keyword}&ensearch=1
  • 360: https://www.so.com/s?q={keyword}
  • Sogou: https://sogou.com/web?query={keyword}
  • WeChat: https://wx.sogou.com/weixin?type=2&query={keyword}
  • Toutiao: https://so.toutiao.com/search?keyword={keyword}
  • Jisilu: https://www.jisilu.cn/explore/?keyword={keyword}

International (9)

  • Google: https://www.google.com/search?q={keyword}
  • Google HK: https://www.google.com.hk/search?q={keyword}
  • DuckDuckGo: https://duckduckgo.com/html/?q={keyword}
  • Yahoo: https://search.yahoo.com/search?p={keyword}
  • Startpage: https://www.startpage.com/sp/search?query={keyword}
  • Brave: https://search.brave.com/search?q={keyword}
  • Ecosia: https://www.ecosia.org/search?q={keyword}
  • Qwant: https://www.qwant.com/?q={keyword}
  • WolframAlpha: https://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

  • DuckDuckGo: No tracking
  • Startpage: Google results + privacy
  • Brave: Independent index
  • Qwant: EU GDPR compliant

Bangs Shortcuts (DuckDuckGo)

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

WolframAlpha Queries

  • Math: integrate x^2 dx
  • Conversion: 100 USD to CNY
  • Stocks: AAPL stock
  • Weather: weather in Beijing

Documentation

  • references/advanced-search.md - Domestic search guide
  • references/international-search.md - International search guide
  • CHANGELOG.md - Version history

License

MIT

Related skills

FAQ

Does this need any API keys?

No. The skill integrates 17 search engines for web crawling without API keys, using plain URL patterns.

Which search engines are covered?

8 domestic engines (Baidu, Bing CN, Bing INT, 360, Sogou, WeChat, Toutiao, Jisilu) and 9 international (Google, Google HK, DuckDuckGo, Yahoo, Startpage, Brave, Ecosia, Qwant, WolframAlpha).

Automation & Workflowsseodistribution

This week in AI coding

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

unsubscribe anytime.