Agent skill · linkfox-ai
linkfox-sorftime-walmart-product-analysis
调用 Sorftime 按自然语言名称搜索 Walmart 美国站商品,或查询商品详情、商品趋势与按日销量。用户提到 Walmart 商品名称搜索、按名称找产品、相关产品、ProductId、商品详情、价格、评分、类目排名、商品趋势、历史变化、销量趋势、变体销量、按日销量、昨日销量、竞品发现或竞品跟踪时使用。
What it needs
About 3k tokens when loaded.
What this skill does
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 Read references/api.md before calling for exact date and pagination rules. Parameter Guide Always treat productId as a string, even when it contains digits only. searchByName accepts a natural-language product name and returns up to 100 related products per page; pageIndex defaults to 1. salesVolume accepts optional queryDate and queryEndDate in yyyy-MM-dd. With neither, it returns the recent 30-day range; with only queryDate, the end defaults to the current day. pageIndex applies to searchByName and salesVolume, starts at 1, and defaults to 1. The current available historical range is controlled by Sorftime; do not promise a fixed earliest date. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills linkfox-ai/linkfox-sorftime-walmart-product-analysis