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 operation per request. Never call all four operations as a default workflow.
  • Use searchByName to discover related products, detail for the current product summary, trend for historical product changes, and salesVolume for dated sales rows.
  • Every request uses a flat JSON body. searchByName requires name; the other operations require string productId. operation values 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
Installs
52
GitHub Stars
91
First Seen
Aug 15, 2026
linkfox-sorftime-walmart-product-analysis — linkfox-ai/linkfox-skills