← 返回 Skills 市场
Multi Search Pro
作者
windy-001-crypto
· GitHub ↗
· v1.0.0
· MIT-0
230
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-search-pro
功能描述
增强型多引擎搜索,集成17个搜索引擎(含中国内8个)+ 股票财经专用搜索 + 新闻聚合。触发词:'帮我搜索'、'查一下'、'搜索'、'财经新闻'、'最新消息'。支持百度/谷歌/必应/搜狗+财经专项:新浪财经/东方财富/雪球/财联社。无API密钥要求。
使用说明 (SKILL.md)
Multi Search Pro
增强型多引擎搜索,集成17个通用引擎 + 8个财经专项引擎。
通用搜索引擎 (17个)
中国引擎 (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://www.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)
- 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 Search:
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}
财经专项引擎 (8)
新闻资讯
- 新浪财经:
https://finance.sina.com.cn/search/?q={keyword} - 东方财富新闻:
https://search.eastmoney.com/news/?keywords={keyword} - 财联社:
https://www.cls.cn/search?keyword={keyword} - 雪球:
https://xueqiu.com/search?q={keyword}
股票数据
- 东方财富行情:
https://so.eastmoney.com/s?keyword={keyword} - 同花顺:
https://search.10jqka.com.cn/?tid=news&keyword={keyword} - 凤凰财经:
https://finance.ifeng.com/search.aspx?q={keyword} - 网易财经:
https://money.163.com/search?word={keyword}
研报数据
- 东方财富研报:
https://report.eastmoney.com/search?kw={keyword}
触发词
当用户说以下内容时激活:
- "帮我搜索"、"查一下"、"搜索一下"
- "财经新闻"、"最新消息"
- "找一下"、"哪个好"
- "搜搜这个"、"帮我找"
搜索策略
一般搜索
1. 首选 DuckDuckGo(隐私保护)或 百度(中文)
2. 如果找不到,用 Google 补充
3. 特定网站用 site: 限定
财经/股票搜索
1. 首选 新浪财经 或 东方财富
2. 新闻类用 财联社
3. 社区讨论用 雪球
新闻搜索(带时间过滤)
1. 百度新闻 或 必应新闻
2. 加时间过滤:tbs="qdr:w"(一周内)
3. site:过滤特定媒体
高级语法
| 语法 | 示例 | 说明 |
|---|---|---|
site: |
site:github.com python |
限定网站 |
filetype: |
filetype:pdf report |
文件类型 |
"" |
"machine learning" |
精确匹配 |
- |
python -snake |
排除词 |
OR |
cat OR dog |
或搜索 |
intitle: |
intitle:报告 |
标题含关键词 |
时间过滤参数
| 参数 | 含义 |
|---|---|
tbs=qdr:h |
一小时内 |
tbs=qdr:d |
一天内 |
tbs=qdr:w |
一周内 |
tbs=qdr:m |
一月内 |
tbs=qdr:y |
一年内 |
财经搜索示例
// 搜索某公司最新新闻(一周内)
web_fetch({"url": "https://finance.sina.com.cn/search/?q=宁德时代&tbs=qdr:w"})
// 搜索某板块最新动态
web_fetch({"url": "https://search.eastmoney.com/news/?keywords=新能源车&t=1"})
// 搜索某股票研报
web_fetch({"url": "https://report.eastmoney.com/search?kw=贵州茅台"})
// 搜索美股新闻
web_fetch({"url": "https://www.google.com/search?q=Apple+stock+news&tbs=qdr:w"})
// 搜索加密货币
web_fetch({"url": "https://duckduckgo.com/html/?q=bitcoin+price+analysis"})
// 搜索财经数据
web_fetch({"url": "https://www.wolframalpha.com/input?i=GDP+China+2024"})
DuckDuckGo Bangs 快捷跳转
| 指令 | 目标 |
|---|---|
!g |
|
!gh |
GitHub |
!so |
Stack Overflow |
!w |
Wikipedia |
!yt |
YouTube |
!bd |
百度 |
!xf |
东方财富 |
WolframAlpha 快捷查询
- 汇率换算:
100 USD to CNY - 股市数据:
AAPL stock - 天气查询:
weather Beijing - 数学计算:
integrate x^2 dx - 数据对比:
GDP China vs USA
隐私保护
推荐以下隐私搜索引擎(无追踪):
- DuckDuckGo - 推荐日常使用
- Startpage - Google结果但隐私保护
- Brave Search - 独立索引
- Qwant - 欧盟GDPR合规
多引擎对比搜索
对于重要信息,同时搜索多个引擎:
1. 百度 + Google(中文信息交叉验证)
2. 新浪财经 + 东方财富(财经信息交叉验证)
3. 雪球 + 知乎(社区讨论对比)
搜索结果评估
| 来源类型 | 可靠性 | 用途 |
|---|---|---|
| 政府/监管网站 | ⭐⭐⭐⭐⭐ | 政策/公告 |
| 头部财经媒体 | ⭐⭐⭐⭐ | 新闻/快讯 |
| 交易所官网 | ⭐⭐⭐⭐⭐ | 公告/数据 |
| 社区讨论 | ⭐⭐⭐ | 情绪/观点 |
| 自媒体 | ⭐⭐ | 参考 |
常见场景
| 场景 | 推荐引擎 | 搜索词示例 |
|---|---|---|
| 查某股票最新消息 | 新浪财经+雪球 | "宁德时代 公告" |
| 查大盘分析 | 东方财富 | "A股 今日分析" |
| 查板块机会 | 财联社 | "新能源 政策" |
| 查某公司研报 | 东方财富研报 | "贵州茅台 研报" |
| 查技术教程 | Google+StackOverflow | "python 教程 site:github.com" |
| 查财经数据 | WolframAlpha | "China GDP 2024" |
安全使用建议
This skill appears coherent and low-risk: it only constructs and fetches search URLs and asks for no credentials. Before installing, confirm how your agent's web_fetch works — specifically whether it will include cookies, local credentials, or identifying headers when fetching external sites, and whether it follows redirects — because those behaviors can affect privacy. If you do not want the agent to fetch external sites automatically, keep autonomous invocation disabled or avoid giving web access to the agent. Otherwise, installing this instruction-only search helper is reasonable.
功能分析
Type: OpenClaw Skill
Name: multi-search-pro
Version: 1.0.0
The skill bundle 'multi-search-pro' is a legitimate collection of search engine configurations and instructions for an AI agent. It provides a comprehensive list of general and financial search engines (e.g., Baidu, Google, Sina Finance, East Money) and guides the agent on how to perform effective searches using standard parameters and the 'web_fetch' tool. No malicious code, data exfiltration attempts, or harmful prompt injection instructions were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description (multi-engine search and finance-focused search) matches the SKILL.md: it lists many search endpoints, search strategies, and examples. There are no unexpected environment variables, binaries, or config paths required.
Instruction Scope
The SKILL.md instructs the agent to perform web_fetch calls to many external search/news sites (expected for a search aggregator). This stays within the stated purpose, but it does instruct network fetches of third-party sites — verify your agent's web_fetch behavior (cookies, auth, headers, and following redirects) if you have privacy concerns.
Install Mechanism
No install specifications or code files are present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
The skill declares no environment variables, no primary credential, and no config paths. The described functionality legitimately does not require secrets or credentials.
Persistence & Privilege
always:false (default) and model invocation is allowed (also default). The skill does not request permanent presence or elevated privileges and does not modify other skills or system settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-search-pro - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-search-pro触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,集成17个通用搜索引擎与8个财经专项引擎,包括主流中外搜索与股票财经资讯。
- 支持多种触发词,适配通用信息、新闻、财经、股票等多场景搜索需求。
- 无需API密钥,开箱即用。
- 提供高级搜索语法、时间过滤参数与多引擎对比建议,帮助精准获取信息。
- 收录常用财经搜索实例与隐私搜索引擎推荐。
元数据
常见问题
Multi Search Pro 是什么?
增强型多引擎搜索,集成17个搜索引擎(含中国内8个)+ 股票财经专用搜索 + 新闻聚合。触发词:'帮我搜索'、'查一下'、'搜索'、'财经新闻'、'最新消息'。支持百度/谷歌/必应/搜狗+财经专项:新浪财经/东方财富/雪球/财联社。无API密钥要求。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 230 次。
如何安装 Multi Search Pro?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-search-pro」即可一键安装,无需额外配置。
Multi Search Pro 是免费的吗?
是的,Multi Search Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Multi Search Pro 支持哪些平台?
Multi Search Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multi Search Pro?
由 windy-001-crypto(@windy-001-crypto)开发并维护,当前版本 v1.0.0。
推荐 Skills