Cn Web Search 2.2.0
v1.0.0中文网页搜索 - 聚合 17 个免费搜索引擎,无需 API Key,纯网页抓取,支持公众号/财经/技术/学术/知识搜索。
⭐ 0· 82·0 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (Chinese multi-engine web search via webpage scraping) align with the SKILL.md instructions which list 17 search endpoints and show web_fetch examples. However, there are packaging/metadata inconsistencies: package.json lists version 0.9.0 while SKILL.md/_meta.json claim 2.2.0, and ownerId values differ across metadata files — this suggests sloppy packaging or stale files but does not change the core capability.
Instruction Scope
SKILL.md only instructs the agent to call web_fetch against public search/result URLs (Baidu, Sogou, Bing, Weixin Sogou, Brave, Jisilu, Wikipedia, etc.) with extractMode and maxChars. It does not instruct reading local files, environment variables, or sending data to unexpected endpoints. The instructions stay within the stated purpose of web scraping search results.
Install Mechanism
No install spec and no code files to execute are included — this is an instruction-only skill. Nothing will be written to disk or installed by the skill package itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. The lack of requested secrets matches the stated purpose of public web scraping.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It is user-invocable and allows normal autonomous invocation (platform default), which is appropriate for this kind of skill.
Assessment
This skill appears to do what it says: it provides URL templates and examples for scraping public search-result pages via web_fetch. Before installing, consider: (1) metadata inconsistencies — package.json version and owner IDs differ from SKILL.md/_meta, so verify the upstream repository/author (author_url points to a GitHub account) if provenance matters; (2) scraping risks — repeated web_fetch calls may trigger rate limits, CAPTCHAs, IP blocking, or violate some sites' Terms of Service (Weixin, Jisilu, etc. can be sensitive); (3) privacy — fetched pages can contain personal data or paywalled content; ensure your agent is permitted to retrieve/store such data; (4) network exposure — the agent will make outbound HTTP requests to many third-party domains when the skill runs; limit or audit network access if needed; (5) test in a safe environment and review how your platform's web_fetch handles cookies, JS, and credential forwarding. If provenance or licensing is important to you, confirm the GitHub repository and author identity before trusting the skill in production.Like a lobster shell, security has layers — review code before you run it.
latestvk9732kvs51y099nh26vmg4sww184dd8r
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
