Install
openclaw skills install @linkfox-ai/linkfox-shopee-product-detail查询单个 Shopee 公共商品详情。输入带有 -i.数字店铺ID.数字商品ID 的商品直链,支持新加坡、印度尼西亚、马来西亚、菲律宾、泰国、台湾、越南和巴西站点,返回来源当前可获取的价格、折扣、销量、库存、SKU 变体、图片、品牌、类目、店铺与评分等结构化数据。当用户提到 Shopee 商品详情、虾皮商品链接解析、价格库存核对、SKU 变体、竞品页面拆解、Shopee product details、Shopee listing lookup 时触发。即使用户未明确说“商品详情”,只要提供 Shopee 商品直链并希望读取当前公开页面数据,也应触发此技能。
openclaw skills install @linkfox-ai/linkfox-shopee-product-detailFetch the current public detail of one Shopee product from a supported marketplace URL.
productUrl identifies one listing; this is not a keyword-search tool.Each object in data can contain:
| Group | Representative fields |
|---|---|
| Identity | itemId, shopId, url, name, brand, categoryId, categoryBreadcrumb |
| Media | image, images, videos |
| Pricing | price, priceBeforeDiscount, priceMin, priceMax, discountPercent, currency |
| Demand | sold, soldDisplayed, rating, ratingCount, ratingDistribution, likedCount |
| Inventory | stock, tierVariations, models |
| Shop | shopName, shopRating, shopLocation, isMall, official and verification signals, nested shop data |
| Content | description, attributes, category data, availability and condition when supplied |
Less-common and newly introduced top-level fields are preserved in the returned product object. Fields may be absent or null.
| Parameter | Required | Default | Description |
|---|---|---|---|
| productUrl | Yes | - | Shopee HTTPS product URL whose path ends with -i.<numeric shopId>.<numeric itemId> |
Supported hosts: shopee.sg, shopee.co.id, shopee.com.my, shopee.ph, shopee.co.th, shopee.tw, shopee.vn, and shopee.com.br.
POST /shopee/product/detail(完整参数/响应/错误码见 references/api.md)python scripts/shopee_product_detail.py '<JSON 参数>' [--inline]输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-shopee-product-detail-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
LINKFOX_AGENT_API_KEY 与 LINKFOXAGENT_API_KEY 均未配置。python scripts/shopee_product_detail.py '{"productUrl":"https://shopee.sg/%28LENECT-OFFICIAL-STORE%29-Flash-I-Aurora-Dual-Highlighter-7.2g-COCOMO-i.9641401.29691169956"}'
-i.<shopId>.<itemId> path; canonical /product/<shopId>/<itemId> URLs are not accepted by this tool.ratingCount and ratingDistribution are only aggregate signals when the source supplies them.models provides variant stock, while a separate price for every individual variant may be unavailable.Applicable — one known Shopee listing:
| User Says | Scenario |
|---|---|
| “查这个虾皮商品链接” | Listing detail lookup |
| “看一下价格、销量和库存” | Current listing audit |
| “提取变体、图片和品牌” | SKU and content extraction |
| “这个店铺是不是官方店?” | Public shop-signal check |
Not applicable:
消耗 53 积分。
用户会因积分消耗而支付费用。重复查询不同商品会分别计费;继续调用前应让用户知晓额外消耗。
Feedback:
Auto-detect and report feedback via the Feedback API when the described capability differs from actual behavior, results miss the user's intent, the user expresses praise or dissatisfaction, or the skill can be improved. Follow references/api.md without interrupting the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.