linkfox-wallysmarter-product-detail
Installation
SKILL.md
WallySmarter Product Detail
This skill retrieves detailed product information from Walmart via WallySmarter, including pricing history and sales volume trends.
Core Concepts
WallySmarter Product Detail looks up a single Walmart product by its ItemId and returns comprehensive product attributes along with historical pricing and sales data. This is a product-level deep-dive tool, complementing the broader linkfox-walmart-search skill that operates at the search/listing level.
Data scope: Returns current product attributes (title, price, brand, ratings, fulfillment type, etc.) plus historical stats when includeStats is enabled (default).
Non-structured output: The tool returns mixed structured and non-structured data. It does NOT support secondary analysis via @智能数据查询.
Parameter Guide
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| productId | integer | Yes | — | Walmart Item ID. Found in product URLs: https://www.walmart.com/ip/<productId> |
| includeStats | boolean | No | true | Whether to include historical price and sales data |