返回顶部
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 1.0.0
安全检测
已通过
2,020
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

multi-search-engine

技能名称: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 Bangs快捷方式
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标准

Bangs快捷方式(DuckDuckGo)

Bang目标网站
!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-2-1776420089 技能

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

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

通过命令行安装

skillhub install multi-search-engine-2-1776420089

下载

⬇ 下载 multi-search-engine v1.0.0(免费)

文件大小: 10.89 KB | 发布时间: 2026-4-17 19:06

v1.0.0 最新 2026-4-17 19:06
- Initial release of multi-search-engine with v2.0.1 documentation.
- Integrates 17 search engines (8 Chinese, 9 global) for web queries without API keys.
- Supports advanced search operators (e.g., site, filetype, time filters), privacy search engines, and WolframAlpha knowledge queries.
- Includes usage examples and quick reference for operators, time filters, and DuckDuckGo Bangs.
- Added documentation links for search guides and changelog.

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

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

p2p_official_large
返回顶部