← 返回 Skills 市场
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install partsepc
功能描述
通过 17 位 VIN 车架号 与 待查询的配件名称或配件编码, 精准查询对应的EPC 图组信息
安全使用建议
This skill appears to do exactly what it claims: it sends the VIN and part name/code to the listed API and returns the API response. Before installing: 1) Confirm you trust the API operator (erp.qipeidao.com / 积智数据) and that the JZ_API_KEY was issued by them; the skill will transmit VINs and part identifiers to that service (VINs can be sensitive). 2) Ensure the Python environment has the 'requests' package installed (the skill doesn't declare dependency installation). 3) When providing arguments, follow the SKILL.md convention (supply empty '' for missing partName or partCode) — the script expects three argv entries and can raise errors if args are missing. 4) Limit the API key's permissions where possible and rotate it if you stop using the skill.
功能分析
Type: OpenClaw Skill
Name: partsepc
Version: 1.0.0
The skill is a legitimate tool for querying automotive Electronic Parts Catalog (EPC) data using a VIN and part details. The Python script `get_parts_epc.py` performs basic input validation, retrieves an API key from environment variables, and communicates with a documented endpoint (erp.qipeidao.com). There is no evidence of malicious intent, unauthorized data exfiltration, or harmful instructions in the documentation.
能力评估
Purpose & Capability
Name/description say: query EPC 图组 by 17-character VIN and part name/code. The script posts exactly those fields to the documented endpoint (https://erp.qipeidao.com/jzOpenClaw/getPartsEpcGroup) and requires only JZ_API_KEY and python3, which are proportionate.
Instruction Scope
SKILL.md and the script instruct the agent to run the Python script, read JZ_API_KEY from environment, and supply VIN/part args. The script only sends those values to the declared API and prints the API response. It does not access unrelated files, other env vars, or hidden endpoints.
Install Mechanism
No install spec (instruction-only + one script) — low risk. One mismatch: the Python script imports the 'requests' package but the skill only declares 'python3' as a required binary and does not declare how to ensure Python dependencies are present; the operator must ensure 'requests' is available.
Credentials
Only JZ_API_KEY is required and declared as the primary credential. That aligns with the skill's need to authenticate to the external EPC API; no unrelated credentials or config paths are requested.
Persistence & Privilege
always=false and default invocation settings are used. The skill does not request persistent system-wide privileges or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install partsepc - 安装完成后,直接呼叫该 Skill 的名称或使用
/partsepc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
jz-parts-epc v1.0.0
- Initial release of the skill for querying EPC diagram group info by 17-digit VIN combined with part name or code.
- Supports precise lookup of EPC group information using a public API, returning group code, name, image URL, etc.
- Requires configuration of the JZ_API_KEY environment variable.
- Includes sample usage, error handling, and common error codes in documentation.
- Guidance provided for integration and recommended ways to interact with the skill.
元数据
常见问题
汽配配件 EPC(电子目录)分解图查询 是什么?
通过 17 位 VIN 车架号 与 待查询的配件名称或配件编码, 精准查询对应的EPC 图组信息. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 汽配配件 EPC(电子目录)分解图查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install partsepc」即可一键安装,无需额外配置。
汽配配件 EPC(电子目录)分解图查询 是免费的吗?
是的,汽配配件 EPC(电子目录)分解图查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
汽配配件 EPC(电子目录)分解图查询 支持哪些平台?
汽配配件 EPC(电子目录)分解图查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 汽配配件 EPC(电子目录)分解图查询?
由 Ju Yuan(@polaris2013)开发并维护,当前版本 v1.0.0。
推荐 Skills