← 返回 Skills 市场
jikeapi-cn

车牌号码归属地 - 即刻数据

作者 jikeapi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
38
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jike-vehicle-plate-query
功能描述
车牌号码归属地。输入车牌号码或至少前两位车牌前缀,查询车牌前缀、省份简称、省份和城市。适用场景:用户说“陕C 是哪里的车牌”“查一下陕C88888 归属地”“这个车牌属于哪个城市”等。数据由即刻数据(jikeapi.cn)开放接口提供。
使用说明 (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 使用步骤

  1. 从用户消息中提取车牌号或前两位车牌前缀。
  2. 如果用户只给省份简称但没有字母,提醒补充至少前两位。
  3. 执行 python3 scripts/vehicle_plate_query.py \x3C车牌号>
  4. 返回省份、城市和车牌前缀。

返回字段

字段 含义
plate_prefix 车牌前缀
province_abbr 省份简称
province 省份
city 城市

脚本位置

scripts/vehicle_plate_query.py

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install jike-vehicle-plate-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /jike-vehicle-plate-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug jike-vehicle-plate-query
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

车牌号码归属地 - 即刻数据 是什么?

车牌号码归属地。输入车牌号码或至少前两位车牌前缀,查询车牌前缀、省份简称、省份和城市。适用场景:用户说“陕C 是哪里的车牌”“查一下陕C88888 归属地”“这个车牌属于哪个城市”等。数据由即刻数据(jikeapi.cn)开放接口提供。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 38 次。

如何安装 车牌号码归属地 - 即刻数据?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install jike-vehicle-plate-query」即可一键安装,无需额外配置。

车牌号码归属地 - 即刻数据 是免费的吗?

是的,车牌号码归属地 - 即刻数据 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

车牌号码归属地 - 即刻数据 支持哪些平台?

车牌号码归属地 - 即刻数据 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 车牌号码归属地 - 即刻数据?

由 jikeapi(@jikeapi-cn)开发并维护,当前版本 v1.0.0。

💬 留言讨论