Install
openclaw skills install @harrylabsj/cart-optimizerOptimize shopping-cart top-up plans for Taobao, JD, PDD, Tmall, and local ecommerce promotions
openclaw skills install @harrylabsj/cart-optimizerOptimize shopping-cart top-up plans for Taobao, JD, PDD, Tmall, and local ecommerce promotions. Use when the user asks about 凑单, 满减, 优惠券, 跨店满减, coupon stacking, discount thresholds, add-on item selection, or the cheapest way to reach a promotion tier.
User input: "凑单 250 满 300 减 30" Expected output: The skill calculates the minimum extra spend (¥50 needed), computes the effective savings rate, and recommends the best approach. If the user has candidate add-on items, evaluates each option and suggests the most cost-effective one. Output includes: best plan, final payment, extra spend, discount captured.
User input: "购物车 286,满 300 减 40,可选凑单品:纸巾 12,牙线 18,收纳盒 35。帮我选最划算方案" Expected output: The skill evaluates each add-on item: adds 纸巾 (subtotal 298, doesn't reach threshold), adds 牙线 (subtotal 304, reaches 300 threshold, cost 18), adds both 纸巾+牙线 (subtotal 316, extra cost 30). Recommends adding 牙线 alone as the cheapest way to trigger the promotion, and calculates the final payment, savings rate, and whether the filler item is worth keeping.
User input: "当前 420,平台满 500 减 80,店铺券满 399 减 30,品类券满 450 减 20,哪些能叠加?" Expected output: The skill analyzes each coupon: 店铺券满399减30 is already triggered (current 420 > 399). 品类券满450减20 is not yet triggered (need 30 more). 平台券满500减80 is not yet triggered (need 80 more). If the user adds an item to reach 500, checks whether all three can stack (platform + store + category). Outputs caveats about platform stacking rules and recommends whether to pursue the higher threshold.
User input: "淘宝618凑了300减50,结果发现凑的单品没法退,硬花了200块买了一堆没用的,下次怎么凑才不亏?" Expected output: 分析凑单反被套路的常见原因:凑单品属于'不支持单独退款'类目。推荐正确的凑单策略:优先选天猫超市的日用品当凑单品(可单独退);利用价保工具退差价;使用购物车分摊工具计算最优凑单倍数。建议在付款前截图对比凑单前后的实际折扣率。
凑单 250 满 300 减 30
购物车 250,凑满 300 减 30
对比凑单方案 250:满200减20 vs 满300减40
购物车 286,满 300 减 40,可选凑单品:纸巾 12,牙线 18,收纳盒 35。帮我选最划算方案。
当前 420,平台满 500 减 80,店铺券满 399 减 30,品类券满 450 减 20,哪些能叠加?
Return:
If the user does not provide candidate add-on items, suggest the missing price band instead of inventing exact products.