国内浏览器搜索终极增强

v1.0.3

国内12大引擎聚合搜索,自动去重排序,支持时效筛选,优先匹配垂直领域,提供精准且实时的本土化信息答案。

0· 118·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (12 domestic engines, aggregation) is stronger than the actual implementation: the code practically only reliably scrapes Bing and includes parsers for 360 and Zhihu which may often fail. Rework notes in SKILL.md acknowledge the original overclaim. The requirement to call curl.exe on Windows is consistent with the code and the stated implementation method, but the script is Windows-centric and will not work without curl.exe on PATH.
Instruction Scope
SKILL.md instructs running run.py with query parameters; the script only issues HTTP requests to search engine URLs via curl.exe, parses HTML with regex, deduplicates by URL, and prints results to stdout. It does not read arbitrary local files, access environment secrets, or transmit data to third-party endpoints outside the targeted search engines. Behavior stays within the stated purpose (web scraping for search results).
Install Mechanism
No install spec is provided (instruction-only), so nothing is written to disk by an installer. The only external dependency is curl.exe on PATH; this is low install risk but does require the user to ensure a trusted curl.exe is available (Windows).
Credentials
The skill declares no environment variables, credentials, or config paths and the code does not access any secrets. There are no disproportionate credential requests.
Persistence & Privilege
The skill is not always-enabled and is user-invocable only; it does not modify other skills or system-wide configuration. It runs on demand and does not request elevated/system persistence.
Assessment
This skill is basically a small Python scraper that runs curl.exe to fetch search pages and parses them with regex. It does not ask for secrets or install additional packages, but note: (1) it only reliably returns Bing results—the advertised '12 engines' is overstated and the SKILL.md even notes this; (2) it requires curl.exe on Windows (ensure curl.exe is the expected, trusted binary); (3) because it issues HTTP requests from your machine, avoid running it on sensitive hosts or inside networks where making arbitrary outbound requests could expose internal services; (4) the full source is included—review it if you have special security constraints, or run it in a sandboxed environment if unsure.

Like a lobster shell, security has layers — review code before you run it.

latestvk977m4xw6g759gxq8f02x3nkq583zyr4

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments