← Back to Skills Marketplace
litiao1224

Multi Search Engine Litiao

by litiao1224 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
254
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install multi-search-engine-litiao
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 coherent and appears to only help the agent build and fetch search URLs from public search engines. Before enabling it, consider: (1) queries are sent to external sites — do not include secrets, API keys, passwords, or sensitive personal data in search queries because those will be transmitted to remote servers; (2) automated fetches may be rate-limited or blocked by some engines and may expose your agent's IP to those services; (3) DuckDuckGo bangs and some privacy-engine claims may still redirect to other engines or reveal query metadata; and (4) there's a small documentation mismatch (referenced domestic guide file missing) which looks like a packaging oversight. If those considerations are acceptable, the skill is consistent with its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: multi-search-engine-litiao Version: 1.0.0 The skill bundle is a comprehensive search engine integration tool providing templates for 17 domestic and international engines (e.g., Baidu, Google, DuckDuckGo). It functions by constructing search URLs for use with the agent's 'web_fetch' capability. While the documentation in 'references/international-search.md' includes examples of advanced search operators (Google Dorking) such as 'intext:password', these are presented as educational references for search syntax rather than automated malicious scripts. There is no evidence of data exfiltration, unauthorized execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name, description, config.json and SKILL.md all describe the same functionality (multi-engine web searches). There are no unrelated binaries, credentials, or install steps requested.
Instruction Scope
The runtime instructions are limited to constructing search URLs and calling web_fetch against public search engines and WolframAlpha. They do not ask the agent to read local files, environment variables, or other system state. Minor doc mismatch: SKILL.md mentions references/advanced-search.md (domestic guide) but the package only contains references/international-search.md; this appears to be a documentation inconsistency rather than malicious behavior.
Install Mechanism
There is no install spec and no code files to execute; the skill is instruction-only, so nothing is written to disk by the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths — which is proportionate for a search-URL helper.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges; autonomous invocation is allowed (default) but not excessive given the benign scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install multi-search-engine-litiao
  3. After installation, invoke the skill by name or use /multi-search-engine-litiao
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Bug fixes and improvements with -litiao suffix
Metadata
Slug multi-search-engine-litiao
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Multi Search Engine Litiao?

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

How do I install Multi Search Engine Litiao?

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

Is Multi Search Engine Litiao free?

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

Which platforms does Multi Search Engine Litiao support?

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

Who created Multi Search Engine Litiao?

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

💬 Comments