← 返回 Skills 市场
137
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install price4r
功能描述
使用积智数据 参考价格查询 API,通过 配件编码 列表 查询 配件的 参考价格信息。
安全使用建议
This skill appears coherent, but review before using: (1) You will send the JZ_API_KEY and parts codes to https://erp.qipeidao.com/jzOpenClaw/getPriceRefer — only provide keys you trust to that vendor. (2) The script requires Python 3 and the 'requests' package; install requests if missing (pip install requests). (3) The script prints the API response directly and does minimal input validation — avoid passing secrets in partsCodes or malformed JSON. (4) If you have concerns about key exposure, run the script in an isolated environment, and consider using a scoped/rotatable API key for this service.
功能分析
Type: OpenClaw Skill
Name: price4r
Version: 1.0.1
The skill is a straightforward API wrapper for querying automotive part prices from Jizhi Data via the endpoint erp.qipeidao.com. It correctly handles the JZ_API_KEY environment variable and performs standard HTTP POST requests to fetch data based on user-provided part codes. No evidence of malicious intent, data exfiltration, or prompt injection was found in get_parts_price4r.py or SKILL.md.
能力评估
Purpose & Capability
Name/description, declared env var (JZ_API_KEY), SKILL.md endpoint (https://erp.qipeidao.com/jzOpenClaw/getPriceRefer) and the included Python script all align: the skill queries a remote parts-price API and nothing else.
Instruction Scope
SKILL.md instructs exporting JZ_API_KEY and running the provided Python script with a JSON list and optional quality parameter. The script only reads argv[1]/argv[2] and the JZ_API_KEY env var, then POSTs to the documented API — scope is limited and consistent with the stated task.
Install Mechanism
This is instruction-only with no install spec (low disk risk). The Python script uses the 'requests' library but the skill does not declare how to install that dependency; users should ensure the runtime has python3 and requests installed.
Credentials
Only a single credential (JZ_API_KEY) is required, which is expected for an external API. There are no unrelated env vars or config paths requested.
Persistence & Privilege
always is false and the skill does not request persistent system-level changes or modify other skills. Autonomous invocation is enabled by default (platform behavior) but not combined with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install price4r - 安装完成后,直接呼叫该 Skill 的名称或使用
/price4r触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- 修正技能名称为 jz-parts-price4r,描述更新为“使用积智数据 参考价格查询 API,通过配件编码列表查询配件的参考价格信息”。
- 修正了文档中的 metadata 字段格式和内容。
- 文档内容与示例更准确地表达为“参考价格查询”,并补充了错误码信息。
- 删除了原先描述中的多余字段和重复内容,增强了文档清晰度。
- 没有代码变更,仅 SKILL.md 文档更新。
v1.0.0
- Initial release of the price4r skill for querying 4S part prices using part codes.
- Supports querying reference prices for multiple parts via the JZ API.
- Usage requires a JZ_API_KEY environment variable.
- Includes script for direct querying by part code list and optional price type (原厂, 国内品牌).
- Outputs structured price information or error messages as received from the upstream API.
元数据
常见问题
汽车配件 - 多维 参考价查询 是什么?
使用积智数据 参考价格查询 API,通过 配件编码 列表 查询 配件的 参考价格信息。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 137 次。
如何安装 汽车配件 - 多维 参考价查询?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install price4r」即可一键安装,无需额外配置。
汽车配件 - 多维 参考价查询 是免费的吗?
是的,汽车配件 - 多维 参考价查询 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
汽车配件 - 多维 参考价查询 支持哪些平台?
汽车配件 - 多维 参考价查询 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 汽车配件 - 多维 参考价查询?
由 Ju Yuan(@polaris2013)开发并维护,当前版本 v1.0.1。
推荐 Skills