CN Web Search
中文网页搜索 - 聚合 13+ 免费搜索引擎,包含公众号文章搜索
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 15 · 2.1k · 22 current installs · 22 all-time installs
byfocusailab@joansongjr
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (Chinese web search aggregator) align with the contents: SKILL.md lists 13+ search endpoints and example web_fetch calls. No unrelated resources, credentials, or binaries are requested.
Instruction Scope
SKILL.md only provides search URLs and examples of calling web_fetch to retrieve content. It does not instruct the agent to read local files, access unrelated environment variables, or transmit data to hidden endpoints. The instructions stay within the stated purpose (performing web searches).
Install Mechanism
No install spec and no code files to execute are present (instruction-only). This is the lowest-risk pattern and is proportional for a URL-aggregator skill.
Credentials
The skill declares no required env vars, credentials, or config paths. That is appropriate for a free web-search aggregator and matches the SKILL.md examples.
Persistence & Privilege
always is false and the skill is user-invocable (defaults). It can be invoked autonomously by the agent per platform defaults, which is normal; the skill does not request elevated persistence or modify other skills.
Assessment
This skill is an instruction-only aggregator of public search URLs and appears coherent. Before installing, note: (1) the agent's web_fetch runtime will retrieve third-party pages (which may include redirects or tracking from those sites) — avoid sending sensitive queries; (2) one arXiv URL uses plain HTTP (export.arxiv.org), which may expose queries in transit; (3) metadata shows a minor version inconsistency (_meta.json vs package.json) — likely benign but worth noting. If you have privacy concerns, review how your agent's web_fetch handles cookies, redirects, and remote resources before using the skill.Like a lobster shell, security has layers — review code before you run it.
Current versionv0.9.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
中文网页搜索 (CN Web Search)
多引擎聚合搜索,全部免费,无需 API Key。
引擎总览
| 类别 | 引擎 | 说明 |
|---|---|---|
| 公众号 | 搜狗微信、必应索引 | ⭐ |
| 中文 | 360、搜狗、必应 | 主+备用 |
| 英文 | DDG、Qwant、Startpage、必应 | 主+备用 |
| 技术 | Stack Overflow、GitHub Trending | ⭐ |
| 专用 | Hacker News、Reddit、ArXiv | API |
| 投资 | 东方财富 | A股 |
| 深度 | 财新 | 财经 |
| 知识 | Wolfram Alpha | 计算 |
1. 公众号搜索
1.1 搜狗微信
https://weixin.sogou.com/weixin?type=2&query=QUERY&page=1
1.2 必应公众号索引
https://cn.bing.com/search?q=site:mp.weixin.qq.com+QUERY
2. 中文搜索
2.1 360 搜索
https://m.so.com/s?q=QUERY
2.2 搜狗网页
https://www.sogou.com/web?query=QUERY
2.3 必应中文
https://cn.bing.com/search?q=QUERY
3. 英文搜索
3.1 DuckDuckGo Lite
https://lite.duckduckgo.com/lite/?q=QUERY
3.2 Qwant
https://www.qwant.com/?q=QUERY&t=web
3.3 Startpage
https://www.startpage.com/do/search?q=QUERY&cluster=web
3.4 必应英文
https://www.bing.com/search?q=QUERY
4. 技术/社区/学术
4.1 Hacker News
https://hn.algolia.com/api/v1/search?query=QUERY&tags=story&hitsPerPage=10
4.2 Reddit
https://www.reddit.com/search.json?q=QUERY&limit=10
4.3 ArXiv
http://export.arxiv.org/api/query?search_query=all:QUERY&max_results=5
4.4 Stack Overflow
https://stackoverflow.com/search?q=QUERY
4.5 GitHub Trending
https://github.com/trending?since=weekly
5. 其他专用
5.1 东方财富
https://search.eastmoney.com/search?keyword=QUERY
5.2 财新
https://search.caixin.com/search/?keyword=QUERY
5.3 Wolfram Alpha
https://www.wolframalpha.com/input?i=QUERY
使用示例
web_fetch(url="https://m.so.com/s?q=英伟达财报", extractMode="text", maxChars=12000)
web_fetch(url="https://lite.duckduckgo.com/lite/?q=AI+news", extractMode="text", maxChars=8000)
web_fetch(url="https://weixin.sogou.com/weixin?type=2&query=英伟达&page=1", extractMode="text", maxChars=10000)
更新日志
v0.9.0
- ✅ 移除付费引擎,全部免费
v0.8.0
- ❌(已跳过)
v0.7.0
- ✅ 公众号搜索
v0.6.0
- ✅ 财新 + Wolfram Alpha
Files
4 totalSelect a file
Select a file to preview.
Comments
Loading comments…
