بنقرة واحدة
multi-search-engine
聚合 16 个搜索引擎(7 国内 + 9 国际)进行信息检索,无需 API key,适合中文/英文实时信息查询。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
聚合 16 个搜索引擎(7 国内 + 9 国际)进行信息检索,无需 API key,适合中文/英文实时信息查询。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
支付宝开放平台支付产品接入最佳实践。涵盖当面付、订单码支付、App 支付、JSAPI 支付、手机网站支付、电脑网站支付、预授权支付、商家扣款等全场景产品选型与集成指导。
高德地图综合服务,支持 POI 搜索、路径规划、旅游规划、周边搜索和热力图数据可视化。需要用户配置高德地图 API Key。
持续学习:自动记录错误、用户纠正和外部 API 失败,避免重复犯错。当用户说"记住错误"、"我之前说过"、"不要重复犯"时使用。
使用 summarize CLI 总结 URL、PDF、图片、音频、YouTube 视频。给定一个 URL 或本地文件,返回简洁的摘要。
Guide users through a structured workflow for co-authoring documentation, proposals, technical specs, decision docs, or similar structured content. Use when the user mentions writing docs, drafting a proposal, creating a spec, writing a PRD/RFC, or starting a substantial writing task.
Add or fix LLM provider integrations (OpenAI, Azure, Deepseek, MiMo, SGLang). Activates on provider, endpoint, API key, chat/completions, or files under the llm/ directory.
| name | multi-search-engine |
| description | 聚合 16 个搜索引擎(7 国内 + 9 国际)进行信息检索,无需 API key,适合中文/英文实时信息查询。 |
| tags | ["search","web","research","chinese","international"] |
| priority | 65 |
| mode | advisory |
| triggers | {"keywords":["搜索","查一下","search","最新消息","实时","价格","汇率","天气","股价","wolfram"]} |
当用户需要查询实时信息、新闻、价格、汇率、天气、股价、特定站点内容时,优先使用多搜索引擎聚合结果,而不是只依赖单一 web_search 来源。
判断查询语言
选择 2-4 个合适引擎并行查询
构造搜索 URL 并用 web_fetch 抓取
+)。聚合与总结
| Engine | URL Template |
|---|---|
| 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 Articles | https://wx.sogou.com/weixin?type=2&query={keyword} |
| Shenma | https://m.sm.cn/s?q={keyword} |
| Engine | URL Template |
|---|---|
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} |
| Operator | Example | Description |
|---|---|---|
site: | site:github.com python | 限定站点 |
filetype: | filetype:pdf report | 限定文件类型 |
"" | "machine learning" | 精确匹配 |
- | python -snake | 排除词 |
OR | cat OR dog | 多词任选 |
| Parameter | Description |
|---|---|
tbs=qdr:h | 过去 1 小时 |
tbs=qdr:d | 过去 1 天 |
tbs=qdr:w | 过去 1 周 |
tbs=qdr:m | 过去 1 个月 |
tbs=qdr:y | 过去 1 年 |
!gh tensorflow → GitHub,!w beijing → Wikipedia,!so react → StackOverflow,!yt music → YouTube。