← Back to Skills Marketplace
bingze00000

Multi Search Engine Jarvis

by bingze00000 · GitHub ↗ · v2.0.2 · MIT-0
cross-platform ✓ Security Clean
155
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install multi-search-engine-jarvis
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 appears coherent and safe in scope: it simply generates and fetches public search URLs. Before installing, consider: (1) provenance — the source/homepage is unknown, so verify the publisher if you need trust guarantees; (2) privacy — any query you send (including sensitive strings) will be transmitted to the chosen search engine and may be logged by that service; avoid entering secrets or credentials into search queries; (3) misuse potential — advanced operators can locate leaked credentials or private information if used intentionally or inadvertently, so restrict who can invoke the skill and review usage logs if available. If you require stronger controls, test the skill in a sandboxed agent and avoid enabling autonomous invocation for untrusted users.
Capability Analysis
Type: OpenClaw Skill Name: multi-search-engine-jarvis Version: 2.0.2 The skill bundle is a comprehensive search engine integration tool providing URL templates and advanced search operator documentation for 17 different engines. It uses standard web_fetch calls to perform searches and includes detailed guides for Google Dorking, DuckDuckGo Bangs, and WolframAlpha queries in SKILL.md and references/international-search.md. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; all functionality is consistent with the stated purpose of enhancing an agent's search capabilities.
Capability Assessment
Purpose & Capability
Name/description match the manifest and SKILL.md: the skill is an instruction-only integration that builds search URLs for 17 engines and demonstrates web_fetch usage. There are no unrelated credentials, binaries, or install steps requested.
Instruction Scope
SKILL.md instructs the agent to call web_fetch on public search URLs and documents advanced operators and time filters. The instructions do not read local files, environment variables, or call unknown endpoints. Note: some examples/operators (e.g., intext:password filetype:txt) can be used to locate leaked or sensitive data — this is a legitimate search capability but a potential misuse vector driven by user queries, not hidden behavior in the skill.
Install Mechanism
No install spec and no code files to execute — instruction-only content. This is the lowest-risk install profile; nothing will be written to disk or fetched at install time.
Credentials
No environment variables, credentials, or config paths are requested. The declared manifest matches the runtime instructions (no secret exfiltration vectors declared).
Persistence & Privilege
always:false and default model-invocation settings. The skill does not request persistent/always-on privileges or modify other skills/config. Autonomous invocation is allowed by platform default but is not combined with any broad privileges here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multi-search-engine-jarvis
  3. After installation, invoke the skill by name or use /multi-search-engine-jarvis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.2
**Multi Search Engine v2.0.2 Changelog** - Updated documentation in SKILL.md for clearer engine list, usage examples, and operator references. - Provided explicit links and example queries for all 17 supported engines (8 CN + 9 Global). - Highlighted time filters, privacy search engines, and DuckDuckGo bangs usage. - Improved quick usage examples and advanced operator tables for user guidance. - Added references to supporting documentation and guides.
Metadata
Slug multi-search-engine-jarvis
Version 2.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Multi Search Engine Jarvis?

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 155 downloads so far.

How do I install Multi Search Engine Jarvis?

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

Is Multi Search Engine Jarvis free?

Yes, Multi Search Engine Jarvis is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Multi Search Engine Jarvis support?

Multi Search Engine Jarvis is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Multi Search Engine Jarvis?

It is built and maintained by bingze00000 (@bingze00000); the current version is v2.0.2.

💬 Comments