← Back to Skills Marketplace
504
Downloads
10
Stars
1
Active Installs
5
Versions
Install in OpenClaw
/install vin
Description
用 17 位 VIN 查品牌车型年款等,并可按车型查机油、变速箱等扩展信息。当用户说:这个车架号是什么车?查一下 VIN 对应的排量,或类似 VIN 解析时,使用本技能。
Usage Guidance
This skill is internally consistent and appears to be what it claims: a small Python client for JisuAPI's VIN endpoints. Before installing, consider: (1) you must provide a JISU_API_KEY (AppKey) and the script will send any VINs you query to api.jisuapi.com — treat VINs as potentially sensitive and only use a key you trust; (2) ensure the Python runtime has the 'requests' package installed (the metadata doesn't declare this dependency); (3) be aware of JisuAPI rate limits, billing, and key permissions (the script will fail or return API errors if the key is missing/expired/over-quota); (4) if you need stricter privacy, review whether sending VINs to a third party is acceptable. If you want higher assurance, inspect or run the script in an isolated environment and verify network requests go only to the listed api.jisuapi.com endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: vin
Version: 1.0.4
The skill bundle is a legitimate tool for querying vehicle information (VIN, oil, and gearbox data) via the JisuAPI service. The Python script (vin.py) correctly handles API requests using the requests library and manages the API key through environment variables as described in SKILL.md, with no evidence of malicious behavior or prompt injection.
Capability Assessment
Purpose & Capability
Name/description match the requested resources and behavior: the skill queries JisuAPI VIN endpoints and provides oil/gearbox lookups by carid. Required env var JISU_API_KEY is appropriate and is declared as the primary credential.
Instruction Scope
SKILL.md and vin.py limit actions to forming HTTP GET requests to api.jisuapi.com endpoints with the provided VIN/carid and the AppKey. This will send user-supplied VINs and carids to JisuAPI (a third-party service) — expected for the purpose but potentially privacy-sensitive. The instructions do not attempt to read other environment variables or files.
Install Mechanism
No install spec (instruction-only + a bundled script) — low risk. One practical issue: the script imports the Python 'requests' library but the metadata only lists 'python3' as a required binary and does not declare Python package dependencies; the runtime may fail if 'requests' is not installed. No downloads or external installers are used.
Credentials
Only JISU_API_KEY is required. That key is proportionate to calling the JisuAPI service. No unrelated credentials, config paths, or broad secrets are requested.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or system settings. It runs as a simple script when invoked.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vin - After installation, invoke the skill by name or use
/vin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Updated the skill description and name for greater clarity and to highlight primary use cases.
- Enhanced the SKILL.md with a prominent data provider introduction and brief description of JisuAPI platform features.
- Added step-by-step guidance for obtaining and configuring the required API Key.
- Included a detailed section introducing various other APIs offered by JisuAPI.
- Minor editorial improvements for readability and user instructions.
- No changes to code or functionality.
v1.0.3
- No code or documentation changes detected in this version.
- Functionality and usage remain consistent with previous release.
v1.0.2
No code or documentation changes detected in this release.
- Version bump only; no changes in files or functionality.
- Behavior and usage remain exactly as in the previous version.
v1.0.1
No code or functionality changes detected in this version.
- No file changes were made.
- SKILL.md documentation received minor wording updates (e.g., "官方 VIN 文档" changed to "极速数据 VIN 文档").
- No impact on usage, features, or environment variables.
- All usage examples and API details remain the same.
v1.0.0
- Initial release of the jisu-vin skill, providing VIN vehicle identification and detailed model queries using 极速数据 VIN API.
- Supports querying vehicle brand, model, year, engine, oil, and gearbox info by 17-digit VIN code.
- Enables separate oil and gearbox queries by car model ID.
- Includes usage instructions, environment variable setup, example commands, and typical result formats.
- Error handling and common error codes are documented for ease of troubleshooting.
Metadata
Frequently Asked Questions
What is VIN (Vehicle Identification Number) Query - VIN车辆识别代码查询?
用 17 位 VIN 查品牌车型年款等,并可按车型查机油、变速箱等扩展信息。当用户说:这个车架号是什么车?查一下 VIN 对应的排量,或类似 VIN 解析时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 504 downloads so far.
How do I install VIN (Vehicle Identification Number) Query - VIN车辆识别代码查询?
Run "/install vin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is VIN (Vehicle Identification Number) Query - VIN车辆识别代码查询 free?
Yes, VIN (Vehicle Identification Number) Query - VIN车辆识别代码查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does VIN (Vehicle Identification Number) Query - VIN车辆识别代码查询 support?
VIN (Vehicle Identification Number) Query - VIN车辆识别代码查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created VIN (Vehicle Identification Number) Query - VIN车辆识别代码查询?
It is built and maintained by 极速数据 (@jisuapi); the current version is v1.0.4.
More Skills