返回顶部
m

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 WolframAlpha knowledge queries. No API keys required.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.2
安全检测
已通过
136
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

multi-search-engine

多搜索引擎 v2.0.1

集成17个搜索引擎,无需API密钥即可进行网络爬取。

搜索引擎

国内(8个)

  • - 百度:https://www.baidu.com/s?wd={keyword}
  • 必应中国:https://cn.bing.com/search?q={keyword}&ensearch=0
  • 必应国际:https://cn.bing.com/search?q={keyword}&ensearch=1
  • 360搜索:https://www.so.com/s?q={keyword}
  • 搜狗:https://sogou.com/web?query={keyword}
  • 微信:https://wx.sogou.com/weixin?type=2&query={keyword}
  • 今日头条:https://so.toutiao.com/search?keyword={keyword}
  • 集思录:https://www.jisilu.cn/explore/?keyword={keyword}

国际(9个)

  • - 谷歌:https://www.google.com/search?q={keyword}
  • 谷歌香港:https://www.google.com.hk/search?q={keyword}
  • DuckDuckGo:https://duckduckgo.com/html/?q={keyword}
  • 雅虎: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}

快速示例

javascript
// 基础搜索
web_fetch({url: https://www.google.com/search?q=python+tutorial})

// 指定站点
web_fetch({url: https://www.google.com/search?q=site:github.com+react})

// 文件类型
web_fetch({url: https://www.google.com/search?q=machine+learning+filetype:pdf})

// 时间筛选(过去一周)
web_fetch({url: https://www.google.com/search?q=ai+news&tbs=qdr:w})

// 隐私搜索
web_fetch({url: https://duckduckgo.com/html/?q=privacy+tools})

// DuckDuckGo快捷指令
web_fetch({url: https://duckduckgo.com/html/?q=!gh+tensorflow})

// 知识计算
web_fetch({url: https://www.wolframalpha.com/input?i=100+USD+to+CNY})

高级运算符

运算符示例说明
site:site:github.com python在指定网站内搜索
filetype:
filetype:pdf report | 特定文件类型 | | | machine learning | 精确匹配 | | - | python -snake | 排除关键词 | | OR | cat OR dog | 任一条件 |

时间筛选

参数说明
tbs=qdr:h过去一小时
tbs=qdr:d
过去一天 | | tbs=qdr:w | 过去一周 | | tbs=qdr:m | 过去一个月 | | tbs=qdr:y | 过去一年 |

隐私搜索引擎

  • - DuckDuckGo:无追踪
  • Startpage:谷歌结果 + 隐私保护
  • Brave:独立索引
  • Qwant:符合欧盟GDPR标准

快捷指令(DuckDuckGo)

指令目标
!g谷歌
!gh
GitHub | | !so | Stack Overflow | | !w | 维基百科 | | !yt | YouTube |

WolframAlpha查询

  • - 数学:integrate x^2 dx
  • 转换:100 USD to CNY
  • 股票:AAPL stock
  • 天气:weather in Beijing

文档

  • - references/advanced-search.md - 国内搜索指南
  • references/international-search.md - 国际搜索指南
  • CHANGELOG.md - 版本历史

许可证

MIT

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 multi-search-engine-jarvis-1775941645 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 multi-search-engine-jarvis-1775941645 技能

通过命令行安装

skillhub install multi-search-engine-jarvis-1775941645

下载

⬇ 下载 multi-search-engine v2.0.2(免费)

文件大小: 10.98 KB | 发布时间: 2026-4-12 10:40

v2.0.2 最新 2026-4-12 10:40
**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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部