Driver's License Exam - 驾考题库
v1.0.2获取小车/客车/货车/摩托车科目一与科目四题库。当用户说:来几道驾考科目一题、摩托车科四模拟,或类似驾考刷题时,使用本技能。
⭐ 9· 382·1 current·1 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill name/description match its behavior: it queries the JisuAPI driverexam endpoint and requires a JISU_API_KEY. One mismatch: the Python script imports the third‑party 'requests' library but neither SKILL.md nor the registry metadata declare that dependency or provide an install step for it.
Instruction Scope
SKILL.md instructs the agent to set JISU_API_KEY and run the bundled Python script with a JSON argument; the script only sends that payload and the API key to https://api.jisuapi.com/driverexam/query and prints the API 'result'. The instructions do not request extra files, unrelated environment variables, or external endpoints beyond the documented provider.
Install Mechanism
There is no install spec (instruction-only plus a code file). This is low risk because no external archives are downloaded or executed, but the absence of an install step means the runtime must already have Python and the 'requests' package — SKILL.md lists only python3 as a required binary, not the requests package.
Credentials
Only JISU_API_KEY is required and used as the API key for the documented service. No other credentials, secret-named env vars, or config paths are requested or read by the script.
Persistence & Privilege
The skill is not forced-always, it is user-invocable, and it does not attempt to modify other skills or system-wide config. disable-model-invocation is false (normal); there is no evidence of elevated persistence or privilege requests.
Assessment
This skill appears to do what it says: call JisuAPI's driverexam endpoint and return questions. Before installing: 1) Confirm you trust jisuapi.com and understand their privacy/usage terms (the JISU_API_KEY you supply will be sent to that API). 2) Ensure the runtime has Python 3 and the 'requests' package (pip install requests) since the script imports it but the skill metadata doesn't declare it. 3) Keep only the JISU_API_KEY in the skill's environment — avoid placing other unrelated secrets in the same environment variable names. 4) Because the source/homepage is not provided, you may want to review the small Python file yourself (it is short and straightforward) or run it in a sandboxed environment. 5) Be aware the skill prints API results (including question text and any image URLs) to stdout — the agent/UI will receive that output.Like a lobster shell, security has layers — review code before you run it.
latestvk97e6q8ykeqag7r81t51366te1844ysm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🚗 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY
