linkfox-sorftime-walmart-product-analysis
Installation
SKILL.md
Walmart 产品分析
Use Sorftime to find Walmart US products by a natural-language name or inspect one product's detail, historical trend, or daily sales-volume series.
Core Concepts
- Send exactly one
operationper request. Never call all four operations as a default workflow. - Use
searchByNameto discover related products,detailfor the current product summary,trendfor historical product changes, andsalesVolumefor dated sales rows. - Every request uses a flat JSON body.
searchByNamerequiresname; the other operations require stringproductId.operationvalues are case-sensitive. - A follow-up operation or a different date range is another paid call. Reuse the 24-hour cache for identical JSON.
Operation Routing
| Intent | operation | Parameters | Sorftime Request |
|---|---|---|---|
| Find related products by name | searchByName |
name, optional pageIndex |
2 |
| Current product details | detail |
productId |
1 |
| Historical product trend | trend |
productId |
2 |
| Daily/variant sales rows | salesVolume |
productId, optional dates/page |
1 |