← 返回 Skills 市场
461
总下载
9
收藏
1
当前安装
5
版本数
在 OpenClaw 中安装
/install parts
功能描述
查配件品牌、OE 号模糊搜、适用车型与替换件等。当用户说:这个原厂零件号对应什么件?有没有替换件?或类似汽车 OE 配件问题时,使用本技能。
安全使用建议
This skill appears coherent and implements the documented JisuAPI parts queries. Before installing: 1) Ensure you trust jisuapi.com because your AppKey will be sent to that service; avoid using high-privilege keys and rotate them if needed. 2) Provide JISU_API_KEY as an environment variable in a secure way. 3) Ensure the runtime has the 'requests' Python package installed (pip install requests) since the script depends on it but the skill doesn't declare an install step. 4) Be aware of API quotas and costs on the JisuAPI account. 5) If you want to limit network exposure, review network egress policies since the skill makes outbound HTTPS calls to the API endpoint.
功能分析
Type: OpenClaw Skill
Name: parts
Version: 1.0.4
The skill is a legitimate integration for the JisuAPI automotive parts database. The Python script `parts.py` implements standard API request logic using the `requests` library and retrieves the API key from an environment variable. No evidence of data exfiltration, malicious execution, or prompt injection was found in `parts.py` or `SKILL.md`.
能力评估
Purpose & Capability
Name/description match the implementation: the script calls JisuAPI parts endpoints and requires JISU_API_KEY and python3, which are appropriate for this task.
Instruction Scope
SKILL.md and parts.py only read the JISU_API_KEY env var, accept a JSON argument, and make HTTPS requests to https://api.jisuapi.com/parts; they do not read unrelated files, other env vars, or send data to third-party endpoints.
Install Mechanism
No install spec is provided (instruction-only). The included Python script uses the 'requests' library but the skill metadata does not declare that dependency or provide an install step — users may need to pip-install requests for the script to run.
Credentials
Only a single API credential (JISU_API_KEY) is required and used directly to call the documented service. No unrelated secrets or config paths are requested.
Persistence & Privilege
always:false and no modifications to other skills or system configuration. The skill does network I/O as expected but does not request elevated persistence or cross-skill privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install parts - 安装完成后,直接呼叫该 Skill 的名称或使用
/parts触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.4
- Improved skill description and name to clarify usage scenarios and purpose.
- Added a prominent guide for obtaining and configuring the JisuAPI AppKey.
- Enhanced instructions for first-time setup and provided clearer steps for registering and accessing API data.
- Introduced an "About JisuAPI" section outlining available APIs and the breadth of data provided.
- Overall documentation is more concise, structured, and accessible to new users.
v1.0.3
No changes detected in this version.
- No file or documentation changes present in version 1.0.3.
v1.0.2
- No code or documentation changes detected in this version.
- Functionality and usage remain the same as previous version.
v1.0.1
- Updated documentation to clarify that error codes and descriptions are now referenced from the 极速数据汽车配件OE文档.
- No functional changes to code or interface.
v1.0.0
jisu-parts 1.0.0
- 首次发布,集成极速数据汽车配件OE信息查询 API。
- 支持配件品牌列表、原厂零件号模糊搜索、零件号查适配销售车型、查询替换件四大功能。
- 根据官方API,详细说明请求参数、返回结果及常见错误码。
- 提供 Linux/macOS 与 Windows PowerShell 环境变量配置说明。
- 示例命令覆盖所有查询方式,便于用户快速上手。
元数据
常见问题
Auto Parts OE Inquiry - 汽车配件OE信息查询 是什么?
查配件品牌、OE 号模糊搜、适用车型与替换件等。当用户说:这个原厂零件号对应什么件?有没有替换件?或类似汽车 OE 配件问题时,使用本技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 461 次。
如何安装 Auto Parts OE Inquiry - 汽车配件OE信息查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install parts」即可一键安装,无需额外配置。
Auto Parts OE Inquiry - 汽车配件OE信息查询 是免费的吗?
是的,Auto Parts OE Inquiry - 汽车配件OE信息查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Auto Parts OE Inquiry - 汽车配件OE信息查询 支持哪些平台?
Auto Parts OE Inquiry - 汽车配件OE信息查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Auto Parts OE Inquiry - 汽车配件OE信息查询?
由 极速数据(@jisuapi)开发并维护,当前版本 v1.0.4。
推荐 Skills