EPC Query For Auto Parts - 汽车配件EPC查询

v1.0.2

按品牌/车型/VIN 查 EPC 结构树、分解图与零件信息。当用户说:查一下这款大众的 EPC 爆炸图、这个零件在图里编号多少?或类似配件 EPC 问题时,使用本技能。

10· 352·0 current·0 all-time
by极速数据@jisuapi
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 request VIN/brand/model EPC data and the skill only requires a JISU (JisuAPI) AppKey and Python to call JisuAPI's /epc endpoints — this is coherent with the stated purpose.
Instruction Scope
SKILL.md instructs setting JISU_API_KEY and running the included Python script with JSON arguments; runtime behavior is limited to calling the documented JisuAPI endpoints and returning results. No unrelated file reads, other env vars, or unexpected external endpoints are referenced.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. One minor inconsistency: the Python script uses the third‑party 'requests' library but the manifest only lists 'python3' as a required binary and does not declare installing 'requests' (user should ensure requests is available).
Credentials
Only JISU_API_KEY is required and is the expected AppKey for JisuAPI. No other credentials, keys, or sensitive config paths are requested.
Persistence & Privilege
Skill is not 'always' enabled and does not request elevated or persistent platform privileges. It performs ordinary network calls and prints results.
Scan Findings in Context
[none_detected] expected: No regex-based pre-scan findings. The script makes outbound HTTPS requests to api.jisuapi.com/epc which is expected for this integration.
Assessment
This skill appears to do exactly what it claims: query JisuAPI's EPC endpoints using your JISU_API_KEY. Before installing, ensure you trust the JisuAPI service and are comfortable sending VINs and car identifiers to it (check their privacy/terms). Make sure the runtime has Python 3 and the 'requests' library installed (pip install requests) so the script can run. Verify your AppKey's permissions, quota, and whether you want the skill to see VINs (VINs can be sensitive). Otherwise the request surface is narrow and proportionate.

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

latestvk978924930x3jy2rxed3zvgk8s844xch

License

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

Runtime requirements

🧩 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY

Comments