← 返回 Skills 市场
linkfox-ai

Amazon Opportunity Screener

作者 linkfox-ai · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
32
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install linkfox-amazon-opportunity-screener
功能描述
亚马逊反向选品:基于历史商业洞察报告沉淀的指标数据池,按 30+ 项商业维度(市场规模与增长、价格区间与档位份额、竞争密度与头部集中度、人群画像如年龄/性别/收入、评论卖点与痛点等)反向筛选亚马逊赛道与关键词。当用户提到反向选品、指标筛选、细分市场反查、蓝海赛道挖掘、低竞争赛道、新人友好赛道、品牌分散市场、痛点切...
使用说明 (SKILL.md)

Amazon Opportunity Screener by Metrics

This 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.

Core Concepts

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.

Filter Dimensions

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.

Supported Marketplaces

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.

API Usage

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.

How to Build Queries

The user expresses business intent in natural language; you map it to the smallest viable set of filters. Principles:

  1. Convert intent into specific bounds: "low competition" → nicheBrandCountLte: 20; "fast-growing" → nicheSearchVolumeYoyChangePctAtLeastGte: 100 (≥100% YoY); "newcomer-friendly" → featureNewAvgReviewCountAtLeastLte: 500.
  2. Start narrow, then loosen: First call usually with 2–4 strong filters and limit=25. If the result set is empty or too small, drop or widen the most aggressive filter rather than adding new ones.
  3. Pair complementary signals: Brand-level + product-level concentration (featureTop5BrandSharePctAtLeastLte + nicheTop5ProductClickSharePctAtLeastGte) reveals "brands fragmented but products concentrated" — a brand-extension entry signal.
  4. Snake_case fragments for tag fields: featureEmergingTrendTagsContains, demoLifeStageTagsContains, reviewNegativeTop1Topic, etc. accept snake_case word fragments and use LIKE matching. Pass a root word (size, parent, cordless) to cover normalized variants.
  5. Faithful to user intent: Don't silently add filters the user didn't ask for. If they only said "growing", just filter on growth — don't also constrain price unless they mentioned it.

Common Scenarios

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}

Display Rules

  1. Present data only: Render the returned niches as a clean comparison table — niche name / keyword, market size, growth, brand count, price range, key tags. No subjective business advice.
  2. Surface the active filters: Echo the filter set you used so the user can adjust ("当前筛选:品牌数 ≤ 20 且搜索量同比 ≥ 100%").
  3. Time-snapshot reminder: Records reflect data at collection time and are not continuously updated. Mention this when results look stale or contradict a user's external knowledge.
  4. Empty / few-result handling: If data is empty or very short, suggest widening the most aggressive filter rather than re-asking the user from scratch.
  5. Error handling: When a query fails, explain the reason based on the msg field (most often the "fully empty parameters" guard) and suggest adding at least one filter.
  6. No secondary aggregation: The results power frontend rendering and are not stored, so they cannot be fed into @智能数据查询 (intelligent data query) for further aggregation. If users ask for grouped statistics across niches, do the calculation locally or pull a wider limit first.

Important Limitations

  • US only: Currently only supports the United States marketplace (amazonDomain = US).
  • No pagination: There is no page parameter. Increase limit (max 200) to widen the candidate pool; results are sorted by collection time (newest first).
  • At least one filter required: Calls with no keyword / nicheName and no metric filter are rejected.
  • Snapshot data: Records are aggregated from historical opportunity reports; new reports refresh the pool over time, but individual records are not real-time.
  • Niche-level granularity: The output is niche / keyword level, not ASIN level. To dig into specific products inside a niche, hand off to linkfox-amazon-search, linkfox-keepa-product-search, etc.

User Expression & Scenario Quick Reference

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:

  • Need a comprehensive AI report on one keyword → linkfox-amazon-opportunity-report
  • ASIN-level competitor research, sales estimation → SellerSprite / Keepa / Sorftime tools
  • Real-time keyword ranking, search-term mining → ABA / SIF tools
  • Marketplaces other than US → not yet supported by this tool
  • Want to run group-by aggregation over niches via @智能数据查询 → 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:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

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.

安全使用建议
Treat this as an incomplete review: the workspace artifact files could not be read, so install only after a successful artifact inspection confirms the skill purpose, install steps, credential use, and persistence behavior.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
Artifact inspection was blocked by the local sandbox command failure, so purpose and capabilities could not be verified from SKILL.md or metadata.json.
Instruction Scope
Runtime instructions could not be reviewed because workspace file reads failed.
Install Mechanism
Install specs and artifact contents could not be reviewed because workspace inspection failed.
Credentials
Requested environment access could not be compared against the skill purpose without readable artifacts.
Persistence & Privilege
No artifact-backed persistence or privilege concern was identified, but the relevant files were not accessible for review.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-amazon-opportunity-screener
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-amazon-opportunity-screener 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug linkfox-amazon-opportunity-screener
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Amazon Opportunity Screener 是什么?

亚马逊反向选品:基于历史商业洞察报告沉淀的指标数据池,按 30+ 项商业维度(市场规模与增长、价格区间与档位份额、竞争密度与头部集中度、人群画像如年龄/性别/收入、评论卖点与痛点等)反向筛选亚马逊赛道与关键词。当用户提到反向选品、指标筛选、细分市场反查、蓝海赛道挖掘、低竞争赛道、新人友好赛道、品牌分散市场、痛点切... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。

如何安装 Amazon Opportunity Screener?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-amazon-opportunity-screener」即可一键安装,无需额外配置。

Amazon Opportunity Screener 是免费的吗?

是的,Amazon Opportunity Screener 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Amazon Opportunity Screener 支持哪些平台?

Amazon Opportunity Screener 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Amazon Opportunity Screener?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论