← Back to Skills Marketplace
167
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install vincartype
Description
使用积智数据 VIN 车型解析 API,通过 17 位 VIN 车架号查询车辆的车型信息:如品牌、车型、车系、年款、销售类型、发动机、变速箱等信息。
Usage Guidance
This skill appears to do exactly what it claims: call the stated VIN API using JZ_API_KEY. Before installing, ensure you trust the API provider (erp.qipeidao.com) and are comfortable supplying your JZ_API_KEY. Make sure Python and the 'requests' package are installed on your agent environment (pip install requests). Note the small bugs/inconsistencies (argument check and difference between documented vs actual printed fields); you may want to test with a non-sensitive VIN first. If you don't recognize or trust the provider, do not reuse credentials elsewhere.
Capability Analysis
Type: OpenClaw Skill
Name: vincartype
Version: 1.0.3
The skill is a legitimate tool for querying vehicle information using a VIN via the Jizhi Data API. The Python script (get_vin_cartype.py) correctly implements the documented functionality, using the requests library to send the API key and VIN to the specified endpoint (erp.qipeidao.com) without any signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the actual behavior: the script sends the provided VIN and JZ_API_KEY to the documented endpoint (https://erp.qipeidao.com/jzOpenClaw/getVinCarType) and returns the API response. Requested env var (JZ_API_KEY) is appropriate for this API.
Instruction Scope
SKILL.md instructs running the included Python script with a VIN and using JZ_API_KEY; the script performs only VIN validation and a single POST to the declared endpoint. Minor inconsistencies: SKILL.md says the script outputs the 'model' field but the script prints the whole JSON response; the argument-count check in main() is buggy (it checks len(sys.argv) < 1 but then reads sys.argv[1]) which may cause a runtime error but is not malicious.
Install Mechanism
No install spec (instruction-only) which minimizes risk. The Python script depends on the 'requests' library but there is no guidance to install it; this is an operational omission, not a malicious install. No downloads from untrusted URLs or archive extraction are present.
Credentials
Only a single API key (JZ_API_KEY) is required and used to call the stated external API. No other credentials, system paths, or unrelated environment variables are requested or accessed.
Persistence & Privilege
Skill does not request persistent or elevated privileges; always:false and it does not modify other skills or system configuration. It performs a single outbound API call when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vincartype - After installation, invoke the skill by name or use
/vincartype - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- No code or documentation changes detected in this version.
- Functionality, usage, and documentation remain unchanged from the previous release.
v1.0.2
v1.0.2 changelog:
- 明确补充了后端服务接口地址信息(https://erp.qipeidao.com/jzOpenClaw/getVinCarType)到 SKILL.md。
- 其余说明文档内容保持一致,无脚本逻辑变动。
- 有助于用户理解数据依赖来源与接口调用方式。
v1.0.1
No changes were detected in this version.
v1.0.0
- Initial release of the jz-vin-cartype skill.
- Allows querying detailed vehicle information using a 17-character VIN via the 积智数据 VIN 车型解析 API.
- Outputs vehicle details including brand, model, series, year, sales type, engine, transmission, and more.
- Requires JZ_API_KEY environment variable for authentication.
- Command-line use: python3 skills/vincartype/get_vin_cartype.py <VIN>.
- Includes error handling for invalid or missing VIN data.
Metadata
Frequently Asked Questions
What is VIN车辆 车型解析 API?
使用积智数据 VIN 车型解析 API,通过 17 位 VIN 车架号查询车辆的车型信息:如品牌、车型、车系、年款、销售类型、发动机、变速箱等信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 167 downloads so far.
How do I install VIN车辆 车型解析 API?
Run "/install vincartype" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is VIN车辆 车型解析 API free?
Yes, VIN车辆 车型解析 API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does VIN车辆 车型解析 API support?
VIN车辆 车型解析 API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created VIN车辆 车型解析 API?
It is built and maintained by Ju Yuan (@polaris2013); the current version is v1.0.3.
More Skills