Install
openclaw skills install @linkfox-ai/linkfox-sellersprite-market-statistics使用卖家精灵选市场统计能力,按类目节点输出市场统计看板,包含头部Listing平均评分、均价、BSR、销量、卖家数量与新品相关指标,适合快速判断某类目市场质量与竞争格局。当用户提到类目市场统计、选市场看板、市场基础盘评估、节点市场质量、头部商品统计、SellerSprite market statistics、category statistics时触发此技能。即使用户未明确提及"卖家精灵",只要需求是按类目节点查看聚合统计结果,也应触发此技能。
openclaw skills install @linkfox-ai/linkfox-sellersprite-market-statisticsThis skill helps fetch node-level market statistics for Amazon categories via SellerSprite.
topN 决定头部商品统计样本数量(默认 10)。newProduct 指定“新品”按最近 N 个月定义(默认 6)。POST /sellersprite/market/statistics(完整参数/响应/错误码见 references/api.md)python scripts/sellersprite_market_statistics.py '<JSON 参数>' [--inline]输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-sellersprite-market-statistics-<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_KEY。| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| marketplace | string | 是 | 站点编码,默认 US |
| nodeIdPath | string | 是 | 节点ID路径,如 1064954:1069242:... |
| month | string | 否 | nearly 或 yyyyMM |
| topN | integer | 否 | 头部样本数,默认 10 |
| newProduct | integer | 否 | 新品定义(月),默认 6 |
{
"marketplace": "US",
"nodeIdPath": "172282:281407",
"month": "nearly",
"topN": 10,
"newProduct": 6
}
topN、newProduct、时间范围。nodeIdPath,先引导用户提供节点路径或先做类目定位。marketplace、nodeIdPathnodeIdPath 必须为合法节点路径消耗 15 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.