Install
openclaw skills install linkfox-amazon-opportunity-screener亚马逊反向选品:基于历史商业洞察报告沉淀的指标数据池,按 30+ 项商业维度(市场规模与增长、价格区间与档位份额、竞争密度与头部集中度、人群画像如年龄/性别/收入、评论卖点与痛点等)反向筛选亚马逊赛道与关键词。当用户提到反向选品、指标筛选、细分市场反查、蓝海赛道挖掘、低竞争赛道、新人友好赛道、品牌分散市场、痛点切入、卖点反查、定价档位机会、人群画像选品、Amazon niche reverse search, niche metrics filter, low-competition niche, blue ocean niche, demographic-based selection, pain-point niche, price tier opportunity, sweet spot pricing, brand fragmentation时触发此技能。即使用户未明确说"反向选品",只要其需求是按商业维度筛选符合条件的亚马逊赛道,也应触发此技能。
openclaw skills install linkfox-amazon-opportunity-screenerThis skill guides you on how to reverse-search Amazon niches and keywords from a metrics pool aggregated from historical opportunity reports, helping sellers turn vague selection ideas (low competition, growing demand, blue ocean, pain-point opportunity, etc.) into concrete niche candidates.
This tool exposes a queryable pool of niche-level metrics (~37 fields per record) distilled from past Amazon opportunity reports. Instead of generating a fresh report (forward analysis), it lets you reverse-filter the existing pool by 30+ business dimensions and returns matching (marketplace, keyword) records ranked by collection time (most recent first).
Records are at the niche / keyword level, not ASIN level. Each record represents a niche snapshot — its market size, growth, competition, price tiers, demographics, top features, and review themes.
Forward vs. reverse: Use linkfox-amazon-opportunity-report when the user has a keyword and wants a comprehensive AI report. Use this skill when the user has business criteria (filters) and wants to discover which keywords / niches fit.
Filters are grouped into six business dimensions. All filter parameters are optional, but at least one of keyword / nicheName or any metric filter must be provided — fully empty calls are rejected.
| Dimension | Example Parameters | Typical User Intent |
|---|---|---|
| Market size & growth | nicheRevenue360dMinUsdAtLeastGte, nichePeakSearchVolumeAtLeastGte, nicheSearchVolumeYoyChangePctAtLeastGte, nichePeakMonthGte/Lte | "Big enough market", "fast-growing", "Q4 seasonal" |
| Competition density | nicheBrandCountLte, nicheBrandCountYoyChangePctAtLeastLte, nicheTop5ProductClickSharePctAtLeastLte, featureTop5BrandSharePctAtLeastLte | "Newcomer-friendly", "brands fragmented", "no oligopoly", "brands exiting" |
| Price & tier | priceMinUsdGte, priceMaxUsdLte, priceSweetSpotMinUsdGte/Lte, priceEntryClickSharePctAtLeastGte, priceMidClickSharePctAtLeastLte, priceHighClickSharePctAtLeastGte | "Affordable focus", "premium-friendly", "mid-tier blue ocean" |
| Demographics | demoPrimaryAgeMinGte, demoPrimaryAgeMaxLte, demoGenderDominant, demoPrimaryIncomeTier, demoLifeStageTagsContains | "Female-driven", "high-income", "parents", "fitness enthusiasts" |
| Product features | featureNewAvgReviewCountAtLeastLte, featureEstablishedAvgReviewCountAtLeastLte, featureEmergingTrendTagsContains, featureUncommonFeatureTagsContains, searchTopCategory1Label | "New-product entry barrier low", "emerging trend", "uncommon feature edge", "set/kit niches" |
| Review insights | reviewPositiveTop1Topic, reviewPositiveTop1PctAtLeastGte/Lte, reviewNegativeTop1Topic, reviewNegativeTop1PctAtLeastGte/Lte, reviewNegativeTop2Topic, reviewStrategicInsightTagsContains | "Pain-point niche", "comfort-driven sellers", "size-issue opportunity" |
See references/api.md for the full parameter list, types, value ranges, and response field map.
Currently only US (United States) is supported. Always set amazonDomain to US (or omit). If a user requests other marketplaces, inform them this tool currently only covers the US market.
This tool calls the LinkFox tool gateway API. See references/api.md for calling conventions, request parameters, and response structure. You can also execute scripts/amazon_opportunity_screener.py directly to run queries.
The user expresses business intent in natural language; you map it to the smallest viable set of filters. Principles:
nicheBrandCountLte: 20; "fast-growing" → nicheSearchVolumeYoyChangePctAtLeastGte: 100 (≥100% YoY); "newcomer-friendly" → featureNewAvgReviewCountAtLeastLte: 500.limit=25. If the result set is empty or too small, drop or widen the most aggressive filter rather than adding new ones.featureTop5BrandSharePctAtLeastLte + nicheTop5ProductClickSharePctAtLeastGte) reveals "brands fragmented but products concentrated" — a brand-extension entry signal.featureEmergingTrendTagsContains, demoLifeStageTagsContains, reviewNegativeTop1Topic, etc. accept snake_case word fragments and use LIKE matching. Pass a root word (size, parent, cordless) to cover normalized variants.1. Niche reverse-lookup by keyword
{"keyword": "whoop band", "limit": 25}
2. Newcomer-friendly low-competition niches
{"nicheBrandCountLte": 20, "featureNewAvgReviewCountAtLeastLte": 500, "limit": 25}
3. High-growth blue ocean (≥100% YoY, brands not yet flooding in)
{"nicheSearchVolumeYoyChangePctAtLeastGte": 100, "nicheBrandCountYoyChangePctAtLeastLte": 30, "limit": 25}
4. Mid-tier price gap (low-price dominates, mid-tier scarce)
{"priceEntryClickSharePctAtLeastGte": 70, "priceMidClickSharePctAtLeastLte": 5, "limit": 25}
5. Pain-point entry — strong size complaints
{"reviewNegativeTop1Topic": "size", "reviewNegativeTop1PctAtLeastGte": 70, "limit": 25}
6. Premium-friendly female-driven niches
{"demoGenderDominant": "female", "demoPrimaryIncomeTier": "high", "priceHighClickSharePctAtLeastGte": 25, "limit": 25}
7. Q4 seasonal niches with ≥100k peak search
{"nichePeakMonthGte": 11, "nichePeakMonthLte": 12, "nichePeakSearchVolumeAtLeastGte": 100000, "limit": 25}
8. Track niches around a known competitor brand
{"featureTopBrandsContains": "WHOOP", "limit": 50}
data is empty or very short, suggest widening the most aggressive filter rather than re-asking the user from scratch.msg field (most often the "fully empty parameters" guard) and suggest adding at least one filter.@智能数据查询 (intelligent data query) for further aggregation. If users ask for grouped statistics across niches, do the calculation locally or pull a wider limit first.amazonDomain = US).page parameter. Increase limit (max 200) to widen the candidate pool; results are sorted by collection time (newest first).keyword / nicheName and no metric filter are rejected.linkfox-amazon-search, linkfox-keepa-product-search, etc.Applicable — Niche-level reverse selection on the US Amazon market:
| User Says | Scenario |
|---|---|
| "Low-competition niches", "newcomer-friendly", "brand-light" | Brand-density filter |
| "Brands are exiting", "old players retreating" | Negative brand-count YoY |
| "Fast-growing niche", "trending up", "≥100% YoY" | Search-volume YoY filter |
| "Mid-tier blue ocean", "low-price dominates but mid is scarce" | Price-tier share gap |
| "Premium-friendly", "high-income consumers" | Income tier + high-tier share |
| "Female / male / mixed market" | Gender dominance filter |
| "Parents / students / retirees / fitness enthusiasts" | Life-stage tag |
| "Strong size / quality / durability pain point" | Negative review topic + share |
| "Comfort-driven", "value-driven sellers" | Positive review topic + share |
| "Track all niches around brand X" | featureTopBrandsContains |
| "Q4 seasonal niches", "Prime Day window" | Peak month + peak volume |
Not applicable — Use other tools instead:
linkfox-amazon-opportunity-report@智能数据查询 → unsupported (data is not warehoused)Boundary judgment: When users describe selection criteria in business language and want matching candidate niches, this skill applies. When they hand you a specific keyword and want the full multi-dimensional analysis, use linkfox-amazon-opportunity-report. When they want to drill into ASINs / sellers within a niche, hand off to product-search tools.
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, visit LinkFox Skills.