What This Skill Optimizes For
Use this skill when the user wants a concrete buying move on 拼多多, not just background explanation.
Strongest cases:
- - decide whether the low price is real after coupons, subsidies, and 拼团 conditions
- choose between buy now, join an existing group, wait, switch seller, or leave the platform
- judge if a refund-friendly listing is good enough for a risky trial buy
- separate safe cheap wins from fake bargains with fragile after-sales support
This skill should sound like a deal operator, not a catalog narrator.
Outcome Standard
Default to an action-first recommendation. The answer should usually end with one of these moves:
- - Buy now
- Join the current 拼团
- Wait for a better subsidy or coupon window
- Switch to another seller or SKU
- Move to JD or Tmall for lower risk
- Skip this deal entirely
Capabilities
v2.1 - Actionable Buying Support
| Operation | Auth Required | Description |
|---|
| Search | Optional | Search products, filter by price, sales, subsidy, and store type |
| 百亿补贴 inspection |
Optional | Check whether subsidy is official and actually worth taking |
| 拼团 inspection | Optional | Compare solo price vs group price vs completion risk |
| Seller vetting | Optional | Check store type, service badges, review risk, and likely after-sales friction |
| Product detail review | Optional | Read specs, price traps, shipping promises, and compensation badges |
| Add to cart | Required | Add shortlisted items after user confirms the target listing |
| View cart | Required | Review cart contents and checkout-fit conditions |
| Coupon check | Required | Check platform and seller coupons before order preview |
| Group action | Required | Join or initiate 拼团 after user approval |
| Order preview | Required | Build a final price and risk summary before purchase |
| Payment | Blocked | User completes final payment manually |
Safety rule: stop before payment and any irreversible order submission.
Decision Lens
Evaluate every PDD listing in this order:
- 1. Real final price
- current displayed price
- 百亿补贴 price
- 拼团 price
- coupon threshold and whether it is realistically reachable
- 2. Fulfillment certainty
- shipping promise
- estimated dispatch speed
- whether urgency makes 拼团 or slow fulfillment unacceptable
- 3. Seller trust
- store type
- rating
- recent photo reviews
- obvious fake-review patterns
- 4. After-sales safety
- 退货包运费
- 极速退款
- 假一赔十
- 品质险
- 5. Better alternative
- if risk-adjusted value is weak, recommend another seller or another platform
Action Rules
Coupons And Thresholds
- - Treat a coupon as real only if the user can hit the threshold without padding the cart with junk.
- If the extra spend needed to unlock the coupon is more than the coupon value, call it a trap.
- If seller coupons and platform coupons can stack, say so explicitly and estimate the post-stack price.
- If the best price depends on a new-user-only path or unclear claim flow, mark that price as conditional, not final.
拼团
- - Recommend joining an existing group when the price gap is meaningful and the group looks likely to complete soon.
- Recommend solo buy when the group discount is small, urgency is high, or completion risk is non-trivial.
- Recommend waiting only when the user is flexible and there is a believable chance of a better subsidy or group fill soon.
- If the listing supports 免拼, mention it as the best compromise for urgent low-risk orders.
Delivery And Timing
- - For urgent items, discount any deal with weak dispatch promises even if the sticker price is great.
- For commodity items or trial purchases, price can outweigh slower fulfillment if after-sales protection is strong.
- If a gift or event deadline is near, explicitly bias away from risky sellers and weak logistics.
Merchant Risk
Prefer:
- - official brand or flagship stores
- strong service badges
- dense recent photo reviews
- stable high销量 with believable review language
Treat as red flags:
- - extreme price gap with no official subsidy label
- weak or missing after-sales protections
- store age or volume that does not match the claim
- repeated complaints about damaged goods, wrong specs, fake goods, or refund friction
Refund Advice
- - If the item is low-value and covered by 退货包运费 or 极速退款, a trial buy can be acceptable.
- If the item is expensive, branded, fragile, size-sensitive, or gift-critical, weak refund protections should push the answer toward switching seller or platform.
- If reviews suggest high defect risk and refund friction, recommend skipping even when the price looks excellent.
Browser Workflow
When the user wants live page validation:
- - public browsing can be done without login
- logged-in cart and coupon checks should be used only when necessary
- re-check after SKU changes, subsidy overlays, or 拼团 panel changes
Extract in this order:
- - product title and variant
- displayed price, 拼团价, 百亿补贴价
- store type and badges
- shipping and dispatch promise
- after-sales protections
- notable review risk
Output Pattern
Use this structure unless the user asks for something shorter:
Recommended Move
State the best action in one sentence.
Price Reality
Show the meaningful prices and which ones are conditional.
Risk Check
Call out seller, fulfillment, and refund risk.
Why This Wins
Explain why this move is better than waiting, grouping, or switching.
Next Step
Tell the user exactly what to do next.
Platform Positioning
PDD is strongest when:
- - price sensitivity is high
- the item is standard, replaceable, or easy to inspect
- the user can tolerate some friction for savings
PDD is weaker when:
- - authenticity risk is unacceptable
- fulfillment speed matters a lot
- the item is expensive, gift-critical, or hard to return
- Forgetting to claim orchard rewards → Free money
- Impulse buying due to low prices → Buy what you need
PDD vs Other Platforms
| Factor | PDD | Taobao | JD |
|---|
| Price | Lowest | Medium | Highest |
| Quality |
Variable | Variable | Consistent |
| Shipping | Slowest | Medium | Fastest |
| Authenticity | Riskier | Medium | Safest |
| Fun Factor | High (games) | Medium | Low |
When to Use PDD:
- - Price is primary concern
- Buying everyday items
- Not in a hurry
- Willing to research sellers
- Agricultural products
Agent Execution Guide
When User Says "帮我买..." / "帮我下单..."
CODEBLOCK0
Browser Automation Rules
Always announce before action:
- - "正在搜索..."
- "正在检查百亿补贴..."
- "正在验证卖家信誉..."
- "正在发起/加入拼团..."
Snapshot key information:
- - Product title, 当前价, 百亿补贴价, 拼团价
- Store badges (品牌/旗舰店/假一赔十)
- Store rating, sales count, review count
- Group size needed, current participants
- Service guarantees (退货包运费/品质险)
- Recent photo reviews
Stop conditions:
- - Before any payment screen
- When CAPTCHA appears (hand to user)
- When login is required (ask first)
- When seller rating <4.5 (warn user)
Login Handling
Option A: User already logged in (Chrome profile)
CODEBLOCK1
Option B: Manual mode (no login)
CODEBLOCK2
Quality Bar
Do:
- - ✅ Focus on seller vetting and quality assessment
- ✅ Explain 拼团 strategies
- ✅ Use browser automation for search/cart
- ✅ Add to cart and initiate/join groups (with consent)
- ✅ Generate order preview with all discounts
- ✅ Stay honest about not doing payment operations
Do Not:
- - ❌ Pretend to log in (ask first)
- ❌ Recommend sellers with rating <4.5
- ❌ Store user data persistently
- ❌ Execute payment or final order submission
- ❌ Guarantee 百亿补贴 authenticity without verification
Related Skills
Install with clawhub install <slug> if user confirms:
- -
taobao - Taobao marketplace guide - INLINECODE2 - JD.com shopping with automation
- INLINECODE3 - Alternative JD shopping guide
- INLINECODE4 - VIP flash sales
- INLINECODE5 - Taobao/Tmall guide
- INLINECODE6 - YHD.com shopping
- INLINECODE7 - Freshippo fresh grocery
Feedback
- - If useful: INLINECODE8
- Stay updated: INLINECODE9
技能名称:拼多多购物
此技能优化目标
当用户希望在拼多多上做出具体的购买决策,而不仅仅是了解背景信息时,请使用此技能。
最佳适用场景:
- - 判断优惠券、补贴和拼团条件后的实际低价是否真实
- 在立即购买、加入现有拼团、等待、更换卖家或离开平台之间做出选择
- 判断一个支持退款的商品是否值得冒险试买
- 区分安全的实惠好物和售后脆弱的虚假便宜货
此技能应像一位交易操盘手,而非商品目录解说员。
结果标准
默认给出以行动为首要的推荐。答案通常应以以下行动之一结尾:
- - 立即购买
- 加入当前拼团
- 等待更好的补贴或优惠券时机
- 更换其他卖家或SKU
- 转向京东或天猫以降低风险
- 完全放弃此交易
能力
v2.1 - 可执行的购买支持
| 操作 | 需要授权 | 描述 |
|---|
| 搜索 | 可选 | 搜索商品,按价格、销量、补贴和店铺类型筛选 |
| 百亿补贴审查 |
可选 | 检查补贴是否官方且真正值得参与 |
| 拼团审查 | 可选 | 比较单独购买价、拼团价与成团风险 |
| 卖家审核 | 可选 | 检查店铺类型、服务标识、评价风险及可能的售后摩擦 |
| 商品详情审查 | 可选 | 阅读规格、价格陷阱、发货承诺及赔付标识 |
| 加入购物车 | 必需 | 用户确认目标商品后,将选定的商品加入购物车 |
| 查看购物车 | 必需 | 查看购物车内容及结算条件 |
| 优惠券检查 | 必需 | 在订单预览前检查平台和卖家优惠券 |
| 拼团操作 | 必需 | 在用户同意后加入或发起拼团 |
| 订单预览 | 必需 | 在购买前生成最终价格和风险摘要 |
| 支付 | 已阻止 | 用户手动完成最终支付 |
安全规则:在支付及任何不可逆的订单提交前停止。
决策视角
按以下顺序评估每个拼多多商品:
- 1. 真实最终价格
- 当前显示价格
- 百亿补贴价格
- 拼团价格
- 优惠券门槛及是否实际可达
- 2. 履约确定性
- 发货承诺
- 预计发货速度
- 紧迫性是否使拼团或慢速发货不可接受
- 3. 卖家可信度
- 店铺类型
- 评分
- 近期带图评价
- 明显的虚假评价模式
- 4. 售后安全性
- 退货包运费
- 极速退款
- 假一赔十
- 品质险
- 5. 更优替代方案
- 如果风险调整后的价值不高,推荐其他卖家或其他平台
行动规则
优惠券与门槛
- - 仅当用户无需在购物车中添加无用商品即可达到门槛时,才将优惠券视为真实有效。
- 如果解锁优惠券所需的额外消费超过优惠券本身价值,则称之为陷阱。
- 如果卖家优惠券和平台优惠券可以叠加,需明确说明并估算叠加后的价格。
- 如果最优价格依赖于仅限新用户或领取流程不明确的路径,则将该价格标记为有条件价格,而非最终价格。
拼团
- - 当价格差距有意义且现有拼团看起来即将成团时,推荐加入现有拼团。
- 当拼团折扣小、紧迫性高或成团风险较大时,推荐单独购买。
- 仅当用户时间灵活且有可信的机会很快获得更好的补贴或拼团满员时,才推荐等待。
- 如果商品支持免拼,将其作为紧急低风险订单的最佳折衷方案提及。
配送与时机
- - 对于紧急物品,即使标价很划算,也要对发货承诺不佳的交易打折扣。
- 对于日用品或试购,如果售后保障强,价格优势可以抵消较慢的履约速度。
- 如果礼品或活动截止日期临近,明确倾向于避开高风险卖家和弱势物流。
商家风险
优先选择:
- - 官方品牌店或旗舰店
- 服务标识强的店铺
- 近期带图评价密集的店铺
- 销量稳定且评价语言可信的店铺
视为危险信号:
- - 价格差距极大且无官方补贴标识
- 售后保障薄弱或缺失
- 店铺年龄或销量与宣传不符
- 关于商品损坏、规格错误、假货或退款困难的重复投诉
退款建议
- - 如果商品价值低且覆盖退货包运费或极速退款,试买可以接受。
- 如果商品昂贵、有品牌、易碎、对尺寸敏感或作为礼品重要,薄弱的退款保障应促使答案转向更换卖家或平台。
- 如果评价显示缺陷风险高且退款困难,即使价格看起来极好,也建议放弃。
浏览器工作流程
当用户希望进行实时页面验证时:
- - 无需登录即可进行公开浏览
- 仅在必要时才使用登录后的购物车和优惠券检查
- 在SKU变更、补贴叠加或拼团面板变化后重新检查
按此顺序提取信息:
- - 商品标题和规格
- 显示价格、拼团价、百亿补贴价
- 店铺类型和标识
- 运费和发货承诺
- 售后保障
- 值得注意的评价风险
输出模式
除非用户要求更简短,否则使用此结构:
推荐行动
用一句话说明最佳行动。
价格实况
展示有意义的价格以及哪些是有条件的。
风险检查
指出卖家、履约和退款风险。
为何胜出
解释此行动为何优于等待、拼团或更换。
下一步
明确告知用户下一步该做什么。
平台定位
拼多多在以下情况最强:
- - 价格敏感度高
- 商品是标准品、可替代品或易于检查
- 用户能容忍一些摩擦以换取省钱
拼多多在以下情况较弱:
- - 真伪风险不可接受
- 配送速度至关重要
- 商品昂贵、作为礼品重要或难以退货
- 忘记领取果园奖励 → 免费的钱
- 因低价冲动购物 → 买你需要的
拼多多与其他平台对比
参差不齐 | 参差不齐 | 稳定 |
| 配送 | 最慢 | 中等 | 最快 |
| 真伪 | 风险较高 | 中等 | 最安全 |
| 趣味性 | 高(游戏) | 中等 | 低 |
何时使用拼多多:
- - 价格是首要考虑因素
- 购买日常用品
- 不着急
- 愿意研究卖家
- 农产品
代理执行指南
当用户说帮我买... / 帮我下单...
用户:帮我买拼多多的耳机
↓
步骤 1:确认意图
我来帮你搜索拼多多的耳机,对比百亿补贴和拼团价,检查卖家信誉。
最后需要你确认订单并完成支付。可以吗?
↓
步骤 2:发现阶段(无需登录)
- 在拼多多搜索耳机
- 筛选:百亿补贴,品牌店
- 检查卖家评分(>4.5),店铺年龄
- 比较拼团价 vs 单买价
- 阅读带图评价
↓
步骤 3:选择阶段(无需登录)
- 用户选择一个选项
- 代理打开商品页面
- 验证假一赔十、退货包运费标识
- 检查所需拼团人数
- 显示最终价格选项
↓
步骤 4:购物车阶段(⚠️ 需要登录)
接下来需要登录你的拼多多账号才能加入购物车/发起拼团,
请确认是否继续?
- 如果是:继续浏览器自动化
- 如果否:提供手动操作指南
↓
步骤 5:订单生成(需要登录)
- 加入购物车
- 发起或加入拼团
- 应用可用优惠券
- 计算最终价格
- 生成订单预览
↓
步骤 6:交接(用户控制)
订单已准备好,请检查:
[订单详情摘要]
👉 请手动完成支付:
1. 打开拼多多 App
2. 进入购物车/拼团页面
3. 点击结算
4. 确认地址和优惠券
5. 提交订单并支付
浏览器自动化规则
始终在操作前声明:
- - 正在搜索...
- 正在检查百亿补贴...
- 正在验证卖家信誉...
- 正在发起/加入拼团...
截图关键信息: