Install
openclaw skills install zh-search-pro中文搜索增强工具,整合百度、必应、微信、知乎等中文搜索引擎,支持高级搜索语法和时间过滤。
openclaw skills install zh-search-pro整合多个中文搜索引擎,无需 API 密钥即可进行中文内容搜索。
https://www.baidu.com/s?wd={keyword}https://cn.bing.com/search?q={keyword}https://weixin.sogou.com/weixin?type=2&query={keyword}https://www.zhihu.com/search?q={keyword}&type=contenthttps://so.toutiao.com/search?keyword={keyword}https://www.so.com/s?q={keyword}https://duckduckgo.com/html/?q={keyword}https://www.google.com.hk/search?q={keyword}https://www.startpage.com/sp/search?query={keyword}// 基础搜索
web_fetch({"url": "https://www.baidu.com/s?wd=Python 教程"})
// 站内搜索
web_fetch({"url": "https://www.baidu.com/s?wd=site:zhihu.com+AI 学习"})
// 时间过滤(最新内容)
web_fetch({"url": "https://cn.bing.com/search?q=AI 新闻&filters=ex1%3a%22last7%22"})
// 微信文章搜索
web_fetch({"url": "https://weixin.sogou.com/weixin?type=2&query=自媒体 运营"})
// 知乎内容搜索
web_fetch({"url": "https://www.zhihu.com/search?q=如何学习编程&type=content"})
| 语法 | 示例 | 说明 |
|---|---|---|
site: | site:zhihu.com AI | 站内搜索 |
intitle: | intitle:教程 Python | 标题包含 |
inurl: | inurl:blog | URL 包含 |
filetype: | filetype:pdf 报告 | 文件类型 |
"" | "机器学习" | 精确匹配 |
- | Python -snake | 排除关键词 |
| 语法 | 示例 | 说明 |
|---|---|---|
site: | site:github.com | 站内搜索 |
language: | language:zh-CN | 语言过滤 |
loc: | loc:CN | 地区过滤 |
hasfeed: | hasfeed:新闻 | 包含 RSS |
&filters=ex1%3a%22last24%22&filters=ex1%3a%22last7%22&filters=ex1%3a%22last30%22&filters=ex1%3a%22lasty%22&cl=24&cl=7&cl=30&cl=365web_search 工具使用(如果有 API 密钥)CHANGELOG.md - 版本历史examples/ - 使用示例MIT-0 - 自由使用、修改和分发