📦 26 Multi Search Engine — 技能工具

v1.0.0

Multi search engine integration with 17 engines (8 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...

0· 21·1 当前·1 累计
smallkeyboy 头像by @smallkeyboy (smallKeyboy)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
medium confidence
The skill is an instruction-only multi-search aggregator and its requests (no env, no installs) line up with that purpose, but minor metadata inconsistencies and examples that enable sensitive reconnaissance warrant caution.
评估建议
This skill is internally consistent: it just builds search URLs and shows web_fetch examples and needs no credentials or installs. Before installing: (1) Consider provenance—there's no source URL or homepage and the bundled files show a different version/owner than the registry entry, which lowers trust. (2) Be aware the examples include queries that can be used to find sensitive information (e.g., intext:password, site:filetype), so avoid running or enabling autonomous agent behaviors that perf...
详细分析 ▾
用途与能力
The name/description match the actual content: a list of 17 search engine URLs and examples for building queries. The skill requires no binaries, env vars, or API keys, which is coherent. Minor inconsistencies: registry metadata lists version 1.0.0 while bundled files claim v2.0.1, and the provided ownerId in files differs from the registry owner ID; source/homepage are missing. These are metadata integrity issues (not direct functional mismatches) and reduce provenance confidence.
指令范围
SKILL.md only instructs the agent to perform web_fetch calls against the listed search URLs and documents advanced operators. That stays within the stated purpose. However, the examples include search queries (e.g., intext:password filetype:txt, site:… with filetype) that can be used for sensitive-data reconnaissance. While this is functionality-consistent for a search tool, it expands potential for misuse and should be considered by deployers.
安装机制
No install spec and no code files to execute — instruction-only. This minimizes on-disk risk and is proportionate to the described capability.
凭证需求
No environment variables, credentials, or config paths are requested. The lack of secret/credential requirements is consistent with the skill's claim of 'No API keys required.'
持久化与权限
always is false and model invocation is allowed (default). The skill does not request permanent presence or elevated platform privileges.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/16

- Initial release: integrates 17 search engines (8 Chinese, 9 global), including Google, Baidu, DuckDuckGo, and WolframAlpha. - Supports advanced search operators, time filters, privacy-focused search engines, and DuckDuckGo Bangs. - No API keys required for web crawling and querying. - Includes detailed usage examples and documentation references.

无害

安装命令

点击复制
官方npx clawhub@latest install 26-multi-search-engine
镜像加速npx clawhub@latest install 26-multi-search-engine --registry https://cn.longxiaskill.com

技能文档

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

数据来源ClawHub ↗ · 中文优化:龙虾技能库