multi-search-engine

aaaaqwq/claude-code-skills · updated Apr 8, 2026

$npx skills add https://github.com/aaaaqwq/claude-code-skills --skill multi-search-engine
0 commentsdiscussion
summary

Access 17 search engines (8 Chinese, 9 global) without API keys for web crawling and knowledge queries.

  • Supports advanced search operators (site:, filetype:, exact match, exclusion, OR logic) and time filters (past hour to year)
  • Includes privacy-focused engines (DuckDuckGo, Startpage, Brave, Qwant) and WolframAlpha for calculations, conversions, and structured data
  • DuckDuckGo Bangs enable quick shortcuts to GitHub, Stack Overflow, Wikipedia, YouTube, and other destinations
  • Covers
skill.md

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

Operator Example Description
site: site:github.com python Search within site
filetype: filetype:pdf report Specific file type
"" "machine learning" Exact match
- python -snake Exclude term
OR cat OR dog Either term

Time Filters

Parameter Description
tbs=qdr:h Past hour
tbs=qdr:d Past day
tbs=qdr:w Past week
tbs=qdr:m Past month
tbs=qdr:y Past year

Privacy Engines

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

Bangs Shortcuts (DuckDuckGo)

Bang Destination
!g Google
!gh GitHub
!so Stack Overflow
!w Wikipedia
!yt YouTube

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

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.625 reviews
  • Sakshi Patil· Dec 16, 2024

    Keeps context tight: multi-search-engine is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Luis Singh· Dec 8, 2024

    multi-search-engine is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Henry Abebe· Nov 27, 2024

    multi-search-engine reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Chaitanya Patil· Nov 7, 2024

    Registry listing for multi-search-engine matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Piyush G· Oct 26, 2024

    multi-search-engine reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Luis Ghosh· Oct 18, 2024

    Registry listing for multi-search-engine matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Chen Sethi· Oct 18, 2024

    multi-search-engine fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.

  • Sofia Bansal· Sep 9, 2024

    Solid pick for teams standardizing on skills: multi-search-engine is focused, and the summary matches what you get after install.

  • Chen Taylor· Sep 9, 2024

    multi-search-engine is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Kaira Agarwal· Aug 28, 2024

    multi-search-engine has been reliable in day-to-day use. Documentation quality is above average for community skills.

showing 1-10 of 25

1 / 3