Install
openclaw skills install @linkfox-ai/linkfox-sorftime-walmart-keyword-research调用 Sorftime 研究 Walmart 美国站关键词市场、名称反查词、搜索结果商品、关键词详情、商品关联词与扩展词,并管理收藏关键词目录。当用户提到 Walmart 关键词研究、搜索量或排名筛选、商品反查关键词、相关关键词、关键词详情、关键词搜索结果商品、收藏关键词、关键词分组、keyword research、keyword discovery、related keywords 或 product keywords 时使用。
openclaw skills install @linkfox-ai/linkfox-sorftime-walmart-keyword-researchUse one Sorftime endpoint to research Walmart US keywords or explicitly manage the saved-keyword library.
operation per request. Never run multiple keyword operations as an automatic discovery chain.pattern object for marketQuery.operation values are case-sensitive. A different operation, page, or filter is another paid call.favoriteAdd and favoriteChange mutate external account data and require an explicit, unambiguous user request.| Intent | operation | Required input | Sorftime Request |
|---|---|---|---|
| Filter current hot keywords | marketQuery | None; filters optional | 5 |
| Find hot keywords from a name | searchByName | name | 1 |
| Find products for a hot keyword | searchProducts | keyword | 5 |
| Inspect keyword metrics | detail | keyword | 1 |
| Find a product's associated keywords | productKeywords | productId | 1 |
| Expand related keywords | relatedKeywords | keyword | 5 |
| Add a saved keyword | favoriteAdd | keyword | 1 |
| Delete or move a saved keyword | favoriteChange | keyword, command | 0 |
| List saved keywords or folders | favoriteList | command | 1 |
Read references/api.md for the complete conditional parameter matrix before calling.
marketQuery: optional pattern.keyword, pattern.rankCondition, and pattern.searchVolumeCondition; pageIndex defaults to 1 and pageSize to 20 (20–200).[10000] is a lower bound. [0,10000] follows Sorftime's documented less-than-10000 semantics.searchByName: name is a product or category name; pageIndex defaults to 1, and Sorftime returns at most 200 rows per page.searchProducts, productKeywords, and relatedKeywords: pagination defaults to page 1 and 20 rows, maximum 200.favoriteList exposes pageIndex (default 1); the backend maps it to Sorftime's upstream Page field.POST /sorftime/walmart/keywordResearch(完整参数/响应/错误码见 references/api.md)python scripts/sorftime_walmart_keyword_research.py '<JSON 参数>' [--inline]favoriteAdd、favoriteChange、favoriteList 始终绕过缓存。失败/空结果不得自动换关键词、翻页或改邮编连续试探;需要继续检索时先向用户说明会产生额外消耗。输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-sorftime-walmart-keyword-research-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
LINKFOX_AGENT_API_KEY,也未配置 LINKFOXAGENT_API_KEYdict; a provided folder may be created by Sorftime.command="del". Omitting dict deletes the keyword from every folder, so explicitly confirm that scope.command="move=<目标目录>". Omitting dict means the source is “未分类”.command equal to all, dict, or dict=<目录>.--no-cache; never use it to bypass the confirmation guard.favoriteAdd, favoriteChange, and favoriteList always bypass the local cache, so mutations are never suppressed and list results reflect the latest upstream state.python scripts/sorftime_walmart_keyword_research.py '{"operation":"marketQuery","pattern":{"keyword":"wireless","searchVolumeCondition":[10000]},"pageIndex":1,"pageSize":20}'
python scripts/sorftime_walmart_keyword_research.py '{"operation":"detail","keyword":"wireless earbuds"}'
python scripts/sorftime_walmart_keyword_research.py '{"operation":"productKeywords","productId":"5169493923","pageIndex":1,"pageSize":20}'
python scripts/sorftime_walmart_keyword_research.py '{"operation":"favoriteList","command":"dict","pageIndex":1}'
Run mutation operations only after explicit authorization.
requestConsumed and costToken when returned.data.value; its JSON shape varies by operation.Applicable: Walmart keyword discovery, keyword metrics, product-to-keyword research, related terms, or an explicit saved-keyword-library action.
Not applicable: category-market reports, product detail/trend analysis, or any Sorftime Walmart “其他” capability.
Boundary judgment: Choose exactly one operation that matches the user's stated intent; never turn one keyword request into an automatic multi-step research chain.
按动态规则计费:消耗积分 = Sorftime内部查询次数 × 12。Sorftime内部查询次数:不同 operation 需要的查询次数可能不同,实际次数由 Sorftime 决定。
用户会因积分消耗而支付费用。高消耗筛选、扩展词或连续分页前必须提醒用户;任何收藏变更都须明确授权。
Feedback:
Auto-detect and report feedback via the Feedback API when behavior or results mismatch intent, the user expresses praise or dissatisfaction, or an improvement is apparent. Follow references/api.md without interrupting the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.