linkfox-sorftime-walmart-category-market
Installation
SKILL.md
Walmart 类目市场研究
Use Sorftime data to retrieve the Walmart US category hierarchy, match a natural-language category name, or inspect one category's market report and Best Seller Top 80.
Core Concepts
- Send exactly one
operationper request. Do not automatically chain operations; each call consumes Sorftime Requests. treereturns the complete category hierarchy and needs no other business parameter.searchByNameaccepts a natural-language category name and returns up to three related category matches.marketReportrequires a knownnodePath. Never guess the path from a category name.- All fields are flat at the top level of the JSON body.
operationvalues are case-sensitive.
Operation Routing
| Intent | operation | Other parameters | Sorftime Request |
|---|---|---|---|
| Download the category tree | tree |
None | 5 |
| Match a natural-language category name | searchByName |
name |
1 |
| Query a category market report | marketReport |
nodePath |
5 |