← 返回 Skills 市场
49
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zhongkao-exam-search
功能描述
搜索并下载全国各地中考真题试卷。触发词:中考真题、中考试卷、中考英语、中考数学、中考语文、中考物理、中考化学、真题下载、历年中考、中考备考、中考复习、湖南中考、长沙中考、北京中考、上海中考、各省中考真题下载
安全使用建议
This package appears to implement the advertised search/download/verify workflow, but proceed carefully:
- Major technical concern: download.py disables TLS certificate verification (ctx.check_hostname=False; ctx.verify_mode=ssl.CERT_NONE). This makes HTTPS connections vulnerable to MitM and could cause the script to download tampered or malicious files. Before running, remove the bypass so certs are validated, or explicitly document and accept the risk in a secure environment.
- Only download and open files from trusted sources. The scripts can fetch arbitrary URLs and write them to disk; a malicious or mistyped URL can deliver executable, archive, or malicious content.
- Run first-time runs in a sandboxed environment (VM/container) and inspect downloaded files before opening. Verify.py helps, but it is not a substitute for safe handling of untrusted binaries/archives.
- If you will upload materials to an external knowledge base (IMA) or use other search skills, confirm their credential and privacy implications separately—this skill references those workflows but does not provide the integration code.
- If you expect to handle RAR files, install unar from a trusted package manager. Avoid running unknown extraction tools from untrusted sources.
- Recommended quick code changes: in download.py remove or change the SSL context lines so verification is enabled (use default SSL context without forcing verify_mode=ssl.CERT_NONE and keep check_hostname=True). Consider adding a safelist of allowed hostnames (e.g., files.eduuu.com, zhongkao.com) if you only intend to fetch from known domains.
- Legal/ethical note: ensure you have the right to download and redistribute exam materials in your jurisdiction and organization.
Given the TLS bypass and the network/file-write behavior, treat this skill as potentially risky until you patch the cert validation and run it in a controlled environment.
功能分析
Type: OpenClaw Skill
Name: zhongkao-exam-search
Version: 1.0.0
The skill bundle contains functional scripts for searching and downloading exam papers but includes significant security vulnerabilities. Specifically, `scripts/download.py` explicitly disables SSL certificate verification (`ssl.CERT_NONE`), which exposes the system to Man-in-the-Middle (MITM) attacks. Additionally, the download script lacks input sanitization for the output file path, potentially allowing path traversal. While these flaws appear to be unintentional bugs or 'lazy' coding rather than intentional malice, they represent high-risk behaviors that warrant a suspicious classification according to the security threshold.
能力评估
Purpose & Capability
Name/description align with provided scripts and docs: search.sh builds search queries for known sources, download.py fetches files, verify.py inspects file format/contents. No unrelated credentials, binaries, or config paths are requested. The sources and edge-case notes match the intended purpose.
Instruction Scope
SKILL.md limits actions to searching, downloading, verifying, and organizing exam files. However download.py explicitly disables TLS verification (ssl.CERT_NONE / check_hostname=False) which weakens network security and can allow MitM or delivery of malicious payloads; SKILL.md does not warn users about this. The skill also instructs using external tools/skills (web_search, ima-skill, wechat-article-search) which may themselves require credentials or transmit data—those integrations are outside this package and could broaden the data flow.
Install Mechanism
This is instruction-plus-scripts (no install spec). No packages are automatically downloaded by an installer, which lowers risk. It does require runtime tools not provided (python3, optional unar for RAR extraction, and external 'web_search' and IMA upload workflows). Users must install those separately; the lack of an automated install is acceptable but means manual dependency management is needed.
Credentials
The skill declares no environment variables or credentials. That is proportionate to its stated goal. Note: the SKILL.md references using other skills/tools (web_search, ima-skill, wechat-article-search) that may require credentials; those are external to this skill and should be considered separately.
Persistence & Privilege
always:false and no install-time persistence or modification of other skills. The skill does write downloaded files to disk (expected behavior) but does not request persistent elevated privileges or alter other skill configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zhongkao-exam-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/zhongkao-exam-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: search, download and verify Zhongkao exam papers from multiple free sources across China
元数据
常见问题
中考真题检索 是什么?
搜索并下载全国各地中考真题试卷。触发词:中考真题、中考试卷、中考英语、中考数学、中考语文、中考物理、中考化学、真题下载、历年中考、中考备考、中考复习、湖南中考、长沙中考、北京中考、上海中考、各省中考真题下载. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 49 次。
如何安装 中考真题检索?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zhongkao-exam-search」即可一键安装,无需额外配置。
中考真题检索 是免费的吗?
是的,中考真题检索 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
中考真题检索 支持哪些平台?
中考真题检索 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 中考真题检索?
由 ABill6688(@abill6688)开发并维护,当前版本 v1.0.0。
推荐 Skills