← Back to Skills Marketplace
polaris2013

汽配配件 EPC(电子目录)分解图查询

by Ju Yuan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
128
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install partsepc
Description
通过 17 位 VIN 车架号 与 待查询的配件名称或配件编码, 精准查询对应的EPC 图组信息
Usage Guidance
This skill appears to do exactly what it claims: it sends the VIN and part name/code to the listed API and returns the API response. Before installing: 1) Confirm you trust the API operator (erp.qipeidao.com / 积智数据) and that the JZ_API_KEY was issued by them; the skill will transmit VINs and part identifiers to that service (VINs can be sensitive). 2) Ensure the Python environment has the 'requests' package installed (the skill doesn't declare dependency installation). 3) When providing arguments, follow the SKILL.md convention (supply empty '' for missing partName or partCode) — the script expects three argv entries and can raise errors if args are missing. 4) Limit the API key's permissions where possible and rotate it if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill Name: partsepc Version: 1.0.0 The skill is a legitimate tool for querying automotive Electronic Parts Catalog (EPC) data using a VIN and part details. The Python script `get_parts_epc.py` performs basic input validation, retrieves an API key from environment variables, and communicates with a documented endpoint (erp.qipeidao.com). There is no evidence of malicious intent, unauthorized data exfiltration, or harmful instructions in the documentation.
Capability Assessment
Purpose & Capability
Name/description say: query EPC 图组 by 17-character VIN and part name/code. The script posts exactly those fields to the documented endpoint (https://erp.qipeidao.com/jzOpenClaw/getPartsEpcGroup) and requires only JZ_API_KEY and python3, which are proportionate.
Instruction Scope
SKILL.md and the script instruct the agent to run the Python script, read JZ_API_KEY from environment, and supply VIN/part args. The script only sends those values to the declared API and prints the API response. It does not access unrelated files, other env vars, or hidden endpoints.
Install Mechanism
No install spec (instruction-only + one script) — low risk. One mismatch: the Python script imports the 'requests' package but the skill only declares 'python3' as a required binary and does not declare how to ensure Python dependencies are present; the operator must ensure 'requests' is available.
Credentials
Only JZ_API_KEY is required and declared as the primary credential. That aligns with the skill's need to authenticate to the external EPC API; no unrelated credentials or config paths are requested.
Persistence & Privilege
always=false and default invocation settings are used. The skill does not request persistent system-wide privileges or modify other skills' configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install partsepc
  3. After installation, invoke the skill by name or use /partsepc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
jz-parts-epc v1.0.0 - Initial release of the skill for querying EPC diagram group info by 17-digit VIN combined with part name or code. - Supports precise lookup of EPC group information using a public API, returning group code, name, image URL, etc. - Requires configuration of the JZ_API_KEY environment variable. - Includes sample usage, error handling, and common error codes in documentation. - Guidance provided for integration and recommended ways to interact with the skill.
Metadata
Slug partsepc
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 汽配配件 EPC(电子目录)分解图查询?

通过 17 位 VIN 车架号 与 待查询的配件名称或配件编码, 精准查询对应的EPC 图组信息. It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.

How do I install 汽配配件 EPC(电子目录)分解图查询?

Run "/install partsepc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 汽配配件 EPC(电子目录)分解图查询 free?

Yes, 汽配配件 EPC(电子目录)分解图查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 汽配配件 EPC(电子目录)分解图查询 support?

汽配配件 EPC(电子目录)分解图查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 汽配配件 EPC(电子目录)分解图查询?

It is built and maintained by Ju Yuan (@polaris2013); the current version is v1.0.0.

💬 Comments