← Back to Skills Marketplace
137
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install price4r
Description
使用积智数据 参考价格查询 API,通过 配件编码 列表 查询 配件的 参考价格信息。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install price4r - After installation, invoke the skill by name or use
/price4r - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 汽车配件 - 多维 参考价查询?
使用积智数据 参考价格查询 API,通过 配件编码 列表 查询 配件的 参考价格信息。 It is an AI Agent Skill for Claude Code / OpenClaw, with 137 downloads so far.
How do I install 汽车配件 - 多维 参考价查询?
Run "/install price4r" 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 Ju Yuan (@polaris2013); the current version is v1.0.1.
More Skills