← 返回 Skills 市场
167
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install vincartype
功能描述
使用积智数据 VIN 车型解析 API,通过 17 位 VIN 车架号查询车辆的车型信息:如品牌、车型、车系、年款、销售类型、发动机、变速箱等信息。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vincartype - 安装完成后,直接呼叫该 Skill 的名称或使用
/vincartype触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
VIN车辆 车型解析 API 是什么?
使用积智数据 VIN 车型解析 API,通过 17 位 VIN 车架号查询车辆的车型信息:如品牌、车型、车系、年款、销售类型、发动机、变速箱等信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 167 次。
如何安装 VIN车辆 车型解析 API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vincartype」即可一键安装,无需额外配置。
VIN车辆 车型解析 API 是免费的吗?
是的,VIN车辆 车型解析 API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
VIN车辆 车型解析 API 支持哪些平台?
VIN车辆 车型解析 API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 VIN车辆 车型解析 API?
由 Ju Yuan(@polaris2013)开发并维护,当前版本 v1.0.3。
推荐 Skills