← Back to Skills Marketplace
147
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install vinoe
Description
通过 17 位 VIN 车架号 与 待译码的配件别名列表, 精准解出这些配件的 标准配件编码OE 与 标准配件名称等信息
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: vinoe
Version: 1.0.1
The skill is a legitimate tool for decoding Vehicle Identification Numbers (VIN) to retrieve automotive part (OE) information via a third-party API (erp.qipeidao.com). The Python script `get_vin_oe.py` implements standard API request logic, includes input validation for VIN formats, and handles the API key through environment variables as expected, with no signs of malicious intent or high-risk vulnerabilities.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vinoe - After installation, invoke the skill by name or use
/vinoe - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- No code or documentation changes in this version.
- Version bump only; functionality and usage remain unchanged.
v1.0.0
- Initial release of "jz-vin-oe".
- Enables precise decoding of standard OE part codes and names using a 17-digit VIN and a list of part aliases.
- Requires a valid JZ_API_KEY environment variable.
- Provides sample script usage and expected input/output formats.
- Includes error handling with detailed error codes and messages.
Metadata
Frequently Asked Questions
What is VIN配件 精准译码?
通过 17 位 VIN 车架号 与 待译码的配件别名列表, 精准解出这些配件的 标准配件编码OE 与 标准配件名称等信息. It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.
How do I install VIN配件 精准译码?
Run "/install vinoe" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is VIN配件 精准译码 free?
Yes, VIN配件 精准译码 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does VIN配件 精准译码 support?
VIN配件 精准译码 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created VIN配件 精准译码?
It is built and maintained by Ju Yuan (@polaris2013); the current version is v1.0.1.
More Skills