← Back to Skills Marketplace
535
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install shopmind-price-compare
Description
全网比价助手,支持淘宝/天猫、京东、拼多多、抖音、快手、苏宁、唯品会、考拉、1688 十大平台实时比价。含优惠券筛选、热门爆品、省钱计算、购买链接。用户想购物、比价、找优惠券、看热销榜时使用。
Usage Guidance
This skill appears to do what it says: it sends search/ID queries to maishou88.com and returns formatted product and coupon info. Before installing: 1) Verify the origin of the 'uv' package/formula (brew/pip) to avoid installing a similarly named but malicious package. 2) Be aware queries (search keywords, product IDs) and results are sent to/received from maishou88.com and msapi.maishou88.com — do not send privacy-sensitive text you don't want transmitted. 3) The script includes an optional invite/affiliate code via MAISHOU_INVITE_CODE; if you don't want affiliate tracking, leave that env var unset or inspect/modify the code. 4) If you need stronger isolation, install/run the skill in a sandbox or review the full script (the distributed script is present in the package) before use. If you want, I can fetch and show the full (truncated) remainder of the script for manual review or check the 'uv' package on brew/pypi for provenance.
Capability Analysis
Type: OpenClaw Skill
Name: shopmind-price-compare
Version: 2.2.0
The shopmind-price-compare skill is a legitimate price comparison tool that interfaces with the maishou88.com API to fetch product data across multiple Chinese e-commerce platforms. The script (scripts/main.py) implements search, product detail retrieval, and coupon discovery functions using standard libraries like aiohttp and argparse. While it includes a hardcoded affiliate invite code (6110440) and a static OpenID for API access, these are used for its stated purpose of generating purchase links and do not involve data exfiltration, local file access, or malicious execution.
Capability Assessment
Purpose & Capability
Name/description (price comparison across Chinese e‑commerce platforms) match the code and runtime commands. The script issues HTTP requests to maishou88.com APIs and returns product/search/result details — consistent with the stated purpose. The declared required binary ('uv') matches the SKILL.md usage 'uv run scripts/main.py'.
Instruction Scope
SKILL.md instructs running the bundled script with 'uv' and the script itself only performs HTTP requests to third‑party maishou88 endpoints and formats results; it does not read/write local files (aside from reading an optional env var). There is no instruction to access unrelated system files or exfiltrate arbitrary data. The script does include affiliate/invite behavior (INVITE_CODE) which is within the expected scope for shopping helpers.
Install Mechanism
Install options are brew and pip for a package named 'uv'. Brew/pip are reasonable install mechanisms, but the package name 'uv' is uncommon/ambiguous: verify that the 'uv' formula/package being installed is the intended, trusted runner. The SKILL.md metadata lists both brew and pip installs while registry metadata shows brew — a minor mismatch to check. No arbitrary URL downloads or archive extraction observed.
Credentials
The skill does not require credentials or config paths. The only environment use in code is an optional MAISHOU_INVITE_CODE (used for invite/affiliate tracking) — not required for functionality. No other secrets or unrelated environment variables are accessed.
Persistence & Privilege
Skill is not marked always:true and does not request persistent/system-wide changes. It does not modify other skills' configs or request elevated privileges. The default ability for the agent to invoke the skill autonomously is unchanged (not flagged by itself).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shopmind-price-compare - After installation, invoke the skill by name or use
/shopmind-price-compare - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.2.0
v2.2.0: 重构为独立脚本,无需部署后端,开箱即用。支持10大平台比价、优惠券精选、热门爆品、省钱计算、多种排序、购买链接
v2.1.0
v2.1.0: 接入真实数据源(10大平台), 新增优惠券精选/热门爆品/省钱计算/多种排序/价格过滤/缓存加速
v1.0.0
Initial release - 跨平台商品比价助手
Metadata
Frequently Asked Questions
What is ShopMind Price Compare?
全网比价助手,支持淘宝/天猫、京东、拼多多、抖音、快手、苏宁、唯品会、考拉、1688 十大平台实时比价。含优惠券筛选、热门爆品、省钱计算、购买链接。用户想购物、比价、找优惠券、看热销榜时使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 535 downloads so far.
How do I install ShopMind Price Compare?
Run "/install shopmind-price-compare" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ShopMind Price Compare free?
Yes, ShopMind Price Compare is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ShopMind Price Compare support?
ShopMind Price Compare is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ShopMind Price Compare?
It is built and maintained by Charles (@xiaohaook); the current version is v2.2.0.
More Skills