← Back to Skills Marketplace
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jike-vehicle-plate-query
Description
车牌号码归属地。输入车牌号码或至少前两位车牌前缀,查询车牌前缀、省份简称、省份和城市。适用场景:用户说“陕C 是哪里的车牌”“查一下陕C88888 归属地”“这个车牌属于哪个城市”等。数据由即刻数据(jikeapi.cn)开放接口提供。
README (SKILL.md)
车牌号码归属地 - 即刻数据
数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
输入车牌号码或车牌前缀,查询:车牌前缀、省份简称、省份、城市。
前置配置
export JIKE_VEHICLE_PLATE_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
使用方法
python3 scripts/vehicle_plate_query.py 陕C88888
python3 scripts/vehicle_plate_query.py 陕C
python3 scripts/vehicle_plate_query.py 陕C88888 --json
直接调用 API:
GET https://api.jikeapi.cn/v1/vehicle/plate/query?plate_number=陕C88888&appkey=YOUR_APPKEY
AI 使用步骤
- 从用户消息中提取车牌号或前两位车牌前缀。
- 如果用户只给省份简称但没有字母,提醒补充至少前两位。
- 执行
python3 scripts/vehicle_plate_query.py \x3C车牌号>。 - 返回省份、城市和车牌前缀。
返回字段
| 字段 | 含义 |
|---|---|
plate_prefix |
车牌前缀 |
province_abbr |
省份简称 |
province |
省份 |
city |
城市 |
脚本位置
scripts/vehicle_plate_query.py
Usage Guidance
Before installing, make sure you are comfortable sending queried plate numbers or prefixes to Jike’s API and storing a Jike AppKey in your environment. Keep the key secret and check that no untrusted JIKE_API_BASE_URL override is present.
Capability Analysis
Type: OpenClaw Skill
Name: jike-vehicle-plate-query
Version: 1.0.0
The skill is a straightforward implementation for querying Chinese vehicle plate locations using the Jike API (jikeapi.cn). The Python script (scripts/vehicle_plate_query.py) uses standard libraries to perform authenticated API requests and contains no evidence of malicious behavior, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The SKILL description, metadata, and Python script all align around querying vehicle plate prefix, province, and city from the Jike API.
Instruction Scope
The AI instructions are limited to extracting a user-provided plate or prefix, running the included script, and returning the lookup fields.
Install Mechanism
There is no install spec and the script uses Python standard-library modules only; no package download or remote installer is shown.
Credentials
The skill requires a Jike AppKey and sends the plate query plus appkey to an external API; this is expected for the stated purpose, but users should treat the key as sensitive.
Persistence & Privilege
The script reads credentials from CLI, environment variables, or an optional local .env file, but does not write files, install background services, or create persistent agent behavior.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jike-vehicle-plate-query - After installation, invoke the skill by name or use
/jike-vehicle-plate-query - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of jike-vehicle-plate-query.
- Enables querying vehicle plate prefix, province abbreviation, province, and city by inputting a plate number or at least the first two plate characters.
- Data provided by Jike Data (jikeapi.cn) via open API.
- Includes usage instructions and required API key configuration.
- Returns clear information suitable for user questions about Chinese vehicle plate origins.
Metadata
Frequently Asked Questions
What is 车牌号码归属地 - 即刻数据?
车牌号码归属地。输入车牌号码或至少前两位车牌前缀,查询车牌前缀、省份简称、省份和城市。适用场景:用户说“陕C 是哪里的车牌”“查一下陕C88888 归属地”“这个车牌属于哪个城市”等。数据由即刻数据(jikeapi.cn)开放接口提供。 It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install 车牌号码归属地 - 即刻数据?
Run "/install jike-vehicle-plate-query" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 车牌号码归属地 - 即刻数据 free?
Yes, 车牌号码归属地 - 即刻数据 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 车牌号码归属地 - 即刻数据 support?
车牌号码归属地 - 即刻数据 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 车牌号码归属地 - 即刻数据?
It is built and maintained by jikeapi (@jikeapi-cn); the current version is v1.0.0.
More Skills