VIN配件 精准译码

v1.0.1

通过 17 位 VIN 车架号 与 待译码的配件别名列表, 精准解出这些配件的 标准配件编码OE 与 标准配件名称等信息

0· 93·0 current·0 all-time
byJu Yuan@polaris2013
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 describe VIN+parts-name -> OE decoding. The code calls https://erp.qipeidao.com/jzOpenClaw/getVinOe and requires JZ_API_KEY; python3 is the only binary required. No unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md and the script only instruct constructing a VIN+parts list request and posting it to the documented backend. The instructions do not read unrelated files, system state, or other environment variables; they only use JZ_API_KEY and the command-line args (VIN and parts list).
Install Mechanism
There is no install spec (instruction-only with a shipped script) which minimizes install risk. Minor note: the script uses the Python 'requests' library but the skill does not declare or provide an installation step for that dependency — the runtime must have requests available.
Credentials
Only one env var (JZ_API_KEY) is required and is used to authenticate to the documented API. This is proportional to the stated function; no unrelated secrets or config paths are requested.
Persistence & Privilege
Skill does not request always:true, does not modify other skills or system settings, and does not require persistent agent presence. Autonomous invocation is enabled by default but is normal and not excessive here.
Assessment
This skill sends the VIN, parts names, and your JZ_API_KEY to https://erp.qipeidao.com/jzOpenClaw/getVinOe. Only install if you trust that service and the API key provider. Confirm the API key scope and revoke it if misused. Ensure your runtime has Python 'requests' installed. If you have privacy or compliance concerns about sending VINs to an external service, verify vendor policies or test with non-sensitive VINs first.

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

latestvk971ccsyyhmhm8zy5rwqtz25k583kkme

License

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

Runtime requirements

Binspython3
EnvJZ_API_KEY
Primary envJZ_API_KEY

Comments