Install
openclaw skills install @linkfox-ai/linkfox-jiimore-get-niche-info查询并分析极目数据的亚马逊细分市场洞察,包括市场指标、买家评论、竞争格局、价格走势和增长趋势。当用户提到细分市场分析、市场洞察、细分市场数据、市场竞争分析、品牌集中度、新品上架成功率、断货率、价格趋势、评论洞察、市场需求评分、niche market insights, market metrics, competition analysis, price trends, growth trends, Jiimore data, market intelligence, out-of-stock rate时触发此技能。即使用户未明确提及"极目"或"细分市场",只要其需求涉及通过市场ID查询特定亚马逊细分市场的市场级情报,也应触发此技能。
openclaw skills install @linkfox-ai/linkfox-jiimore-get-niche-infoThis skill guides you on how to query and analyze Amazon niche market data via the Jiimore data service, helping Amazon sellers gain deep insights into specific niche markets including competition, pricing, reviews, and growth trends.
POST /jiimore/getNicheInfo(完整参数/响应/错误码见 references/api.md)python scripts/jiimore_get_niche_info.py '<JSON 参数>' [--inline]输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-jiimore-get-niche-info-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
A niche market in Jiimore represents a fine-grained product segment on Amazon. Each niche is identified by a unique nicheId. This tool retrieves comprehensive market intelligence for a single niche at a time, covering:
Supported marketplaces: US (United States), JP (Japan), DE (Germany). Default is US.
| Parameter | Type | Required | Description |
|---|---|---|---|
| nicheId | string | Yes | The niche market ID to query. Maximum 1000 characters. Only one ID per request. |
| countryCode | string | No | Marketplace code. Allowed values: US, JP, DE. Defaults to US. |
JP) or Germany (DE).1. Basic niche market lookup (US) Query niche market data for a given niche ID in the US marketplace:
nicheId: "12345678"
countryCode: "US"
2. Query a niche in the Japan marketplace
nicheId: "87654321"
countryCode: "JP"
3. Query a niche in the Germany marketplace
nicheId: "11223344"
countryCode: "DE"
When presenting results, organize the rich data into logical sections for the user:
referenceAsinImageUrl is present, display or link to the niche reference image.Applicable -- Queries about a specific Amazon niche market:
| User Says | Scenario |
|---|---|
| "Look up this niche market", "niche ID info" | Basic niche lookup |
| "How competitive is this niche", "brand concentration" | Competition analysis |
| "What's the average price in this niche" | Pricing intelligence |
| "Search volume for this niche", "demand trends" | Search & demand analysis |
| "How many new products launched", "launch success rate" | Product launch tracking |
| "Review rating in this niche", "buyer feedback insights" | Review analysis |
| "Out-of-stock rate", "inventory health" | Inventory analysis |
| "Is this niche worth entering", "niche opportunity" | Comprehensive niche evaluation |
Not applicable -- Needs beyond niche market lookup:
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.
For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.