← Back to Skills Marketplace
购物比价师
by
zhongzhiqiang-test
· GitHub ↗
· v1.0.0
· MIT-0
153
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install z-price-compare
Description
通过搜索引擎公开数据,比较各大电商平台商品价格,生成对比报告并提供个人购买建议。
Usage Guidance
This skill appears internally consistent and implements a search-engine–based price comparator. Before installing, confirm that the OpenClaw/OpenAI agent tools it expects (web_search/web_fetch) are configured to only return/search public search-engine results (so it cannot be redirected to fetch arbitrary pages). Be aware the skill relies on search snippets so prices may be stale or incomplete—always verify final prices on the vendor site. Also note the bundled script can write JSON files locally (save_to_json) — if you run the skill in a shared environment, consider file permissions and sensitive-data policies.
Capability Analysis
Type: OpenClaw Skill
Name: z-price-compare
Version: 1.0.0
The skill bundle provides a shopping price comparison tool designed to operate in a 'Safe Mode' by using search engine results (via web_search) instead of direct web scraping. The Python script (scripts/price_checker.py) and documentation (SKILL.md, README.md) consistently emphasize compliance, legal disclaimers, and the use of publicly indexed data. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, README, and scripts/price_checker.py all describe the same behavior: build search queries, use search-engine results (web_search) and extract visible snippet data to generate comparison reports. There are no unrelated environment variables, binaries, or cloud credentials requested.
Instruction Scope
SKILL.md and the script consistently instruct the agent to use web_search/web_fetch to read public search-index snippets and not to perform direct scraping, logins, or cookie/session manipulation. Note: the documentation refers to web_fetch and placeholders for parsing search results — the actual safety depends on the agent's implementation of web_search/web_fetch and whether those tools are constrained to search-engine content only.
Install Mechanism
No install spec is provided (instruction-only skill) and included code is local. Nothing is downloaded from external URLs and no archives are extracted, so there is minimal install risk.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The functionality described does not require secrets or external credentials, so requested access is proportionate.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or agent-wide configuration. Autonomous invocation (model-invocation enabled) is the platform default and not by itself a concern here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install z-price-compare - After installation, invoke the skill by name or use
/z-price-compare - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
**Major update — Safe mode & compliance rewrite:**
- All direct scraping/crawling features removed; now relies solely on search engine results for data collection.
- Extensive legal disclaimer and compliance section added (in both English & Chinese), outlining responsible use and prohibited activities.
- Output/reporting logic revised for clear, search-based comparison tables with highlighted platform info and buying advice.
- Trust score and phase/gate mechanisms from previous workflow removed to match new "safe-mode" approach.
- Reference and script files reorganized; legacy trust-checklist/platforms references removed.
- Now targets Chinese shopping platforms (JD, Taobao, Tmall, Pinduoduo, etc.) and output examples adapted for this market.
Metadata
Frequently Asked Questions
What is 购物比价师?
通过搜索引擎公开数据,比较各大电商平台商品价格,生成对比报告并提供个人购买建议。 It is an AI Agent Skill for Claude Code / OpenClaw, with 153 downloads so far.
How do I install 购物比价师?
Run "/install z-price-compare" 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 zhongzhiqiang-test (@zhongzhiqiang-test); the current version is v1.0.0.
More Skills