← Back to Skills Marketplace
49
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zhongkao-exam-search
Description
搜索并下载全国各地中考真题试卷。触发词:中考真题、中考试卷、中考英语、中考数学、中考语文、中考物理、中考化学、真题下载、历年中考、中考备考、中考复习、湖南中考、长沙中考、北京中考、上海中考、各省中考真题下载
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zhongkao-exam-search - After installation, invoke the skill by name or use
/zhongkao-exam-search - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: search, download and verify Zhongkao exam papers from multiple free sources across China
Metadata
Frequently Asked Questions
What is 中考真题检索?
搜索并下载全国各地中考真题试卷。触发词:中考真题、中考试卷、中考英语、中考数学、中考语文、中考物理、中考化学、真题下载、历年中考、中考备考、中考复习、湖南中考、长沙中考、北京中考、上海中考、各省中考真题下载. It is an AI Agent Skill for Claude Code / OpenClaw, with 49 downloads so far.
How do I install 中考真题检索?
Run "/install zhongkao-exam-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 中考真题检索 free?
Yes, 中考真题检索 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 中考真题检索 support?
中考真题检索 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 中考真题检索?
It is built and maintained by ABill6688 (@abill6688); the current version is v1.0.0.
More Skills