← Back to Skills Marketplace
kakaxiazai

免Api聚合搜索Multi Search Engine

by kakaxiazai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
386
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install api-multi-search-engine
Description
Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
README (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

Usage Guidance
This skill is internally consistent for aggregating web searches and needs no credentials or installs. Things to consider before installing: 1) The package metadata and file headers show small inconsistencies (registry metadata/version vs. files and a referenced docs path that doesn't exist) — likely packaging/documentation mistakes but worth noting. 2) The skill issues web_fetch calls to third-party search sites: any query you send (including sensitive strings) will be transmitted to those external services, so avoid sending secrets or private data in queries. 3) There is no source/homepage listed and the owner ID in files differs slightly from the registry owner — if provenance matters to you, ask the publisher for a source repo or contact info before installing. Otherwise the skill appears benign and limited to constructing and issuing web search requests.
Capability Analysis
Type: OpenClaw Skill Name: api-multi-search-engine Version: 1.0.0 The skill bundle provides a legitimate integration for 17 search engines (e.g., Google, Baidu, DuckDuckGo) by providing standardized URL templates for the `web_fetch` tool. The documentation in SKILL.md and references/international-search.md focuses on advanced search operators and OSINT techniques, such as 'Google Dorking', for educational and functional purposes. There is no evidence of data exfiltration, malicious execution, or harmful prompt injection targeting the agent or the host environment.
Capability Assessment
Purpose & Capability
Name/description (multi search engine aggregator) match the contents: config.json, SKILL.md, and examples only build search URLs for the listed engines. No unrelated credentials, binaries, or platform access are requested.
Instruction Scope
Runtime instructions only call web_fetch with search-engine URLs and explain advanced search operators. The SKILL.md does not instruct reading local files, accessing environment secrets, or posting data to unexpected endpoints. Note: the examples show how to search for specific filetypes/terms (which could be used to discover exposed data) but that is a feature of search operators, not an incoherent instruction.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to execute. Nothing is written to disk by an installer, which aligns with its declared design.
Credentials
requires.env and primary credential are empty and no config paths are requested. This is proportional: the skill explicitly states 'No API keys required' and indeed operates via public search URLs.
Persistence & Privilege
always is false and the skill does not request elevated persistence or modify other skills. It can be invoked by the agent (normal behavior) but does not request permanent system presence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install api-multi-search-engine
  3. After installation, invoke the skill by name or use /api-multi-search-engine
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of multi-search-engine skill version 1.0.0. - Integrates 17 search engines (8 Chinese, 9 international) with advanced features and privacy options. - Supports advanced search operators, site-specific queries, filetype filters, time filters, and DuckDuckGo bangs. - Enables WolframAlpha knowledge queries. - No API keys required for usage.
Metadata
Slug api-multi-search-engine
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 免Api聚合搜索Multi Search Engine?

Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra... It is an AI Agent Skill for Claude Code / OpenClaw, with 386 downloads so far.

How do I install 免Api聚合搜索Multi Search Engine?

Run "/install api-multi-search-engine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 免Api聚合搜索Multi Search Engine free?

Yes, 免Api聚合搜索Multi Search Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 免Api聚合搜索Multi Search Engine support?

免Api聚合搜索Multi Search Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 免Api聚合搜索Multi Search Engine?

It is built and maintained by kakaxiazai (@kakaxiazai); the current version is v1.0.0.

💬 Comments