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

Multi Search Engine

  • 23 installs
  • 82 repo stars
  • Updated August 2, 2026
  • aaaaqwq/agi-super-skills

multi-search-engine is a Claude Code skill that queries 17 search engines by fetching their URLs directly, with advanced operators and no API keys.

About

This skill lets an agent search the web across 17 search engines by fetching their query URLs directly, without API keys. It covers 8 Chinese and 9 global engines, advanced operators like site: and filetype:, time filters, DuckDuckGo bangs, and WolframAlpha knowledge queries. A developer uses it for broad web research and crawling from Claude. It matters because it gives cross-engine search coverage with no key setup.

  • Searches 17 engines (8 CN plus 9 global) by fetching their query URLs, no API keys
  • Supports advanced operators, time filters, site search, and DuckDuckGo bangs
  • Includes WolframAlpha knowledge and privacy-engine queries

Multi Search Engine by the numbers

  • 23 all-time installs (skills.sh)
  • Ranked #1,268 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

multi-search-engine capabilities & compatibility

Free - fetches public search-engine URLs, no API keys

Capabilities
web search · site search · knowledge query · privacy search
Use cases
web search · research · web scraping
Pricing
Free
From the docs

What multi-search-engine says it does

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

Add your badge

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

Listed on Skillselion
Installs23
repo stars82
Last updatedAugust 2, 2026
Repositoryaaaaqwq/agi-super-skills

What it does

Search the web across 17 engines with advanced operators and no API keys from an agent.

Who is it for?

Broad cross-engine web research and crawling without setting up search API keys

Skip if: Users needing structured search API responses rather than fetched result pages

When should I use this skill?

The user wants to search the web across multiple engines or run advanced search queries

What you get

The agent fetches results from any of 17 engines using the right query URL and operators, with no keys

By the numbers

  • 17 search engines (8 CN + 9 global)
  • 5 documented search operators
  • 5 time-filter parameters

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

Forks & variants (1)

Multi Search Engine has 1 known copy in the catalog totaling 16 installs. They canonicalize to this original listing.

FAQ

How many engines are supported?

17 total - 8 Chinese (Baidu, Bing CN, 360, Sogou, WeChat, Toutiao, Jisilu, Bing INT) and 9 global (Google, Google HK, DuckDuckGo, Yahoo, Startpage, Brave, Ecosia, Qwant, WolframAlpha).

Does it need API keys?

No - the SKILL.md states it works 'without API keys' by fetching each engine's query URL.

Automation & Workflowsresearchautomation

This week in AI coding

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

unsubscribe anytime.