$npx -y skills add nexscope-ai/Amazon-Skills --skill amazon-niche-finderProfitable niche discovery for Amazon sellers. Identifies underserved markets with high demand but low competition. Analyzes market gaps, emerging segments, and untapped opportunities across categories. Use when the user asks about finding niches, profitable markets, underserved
| 1 | # Amazon Niche Finder 🎯 |
| 2 | |
| 3 | Discover profitable niches with high demand but manageable competition. Find your blue ocean opportunities. |
| 4 | |
| 5 | ## Installation |
| 6 | |
| 7 | ```bash |
| 8 | npx skills add nexscope-ai/Amazon-Skills --skill amazon-niche-finder -g |
| 9 | ``` |
| 10 | |
| 11 | ## Capabilities |
| 12 | |
| 13 | - **Niche opportunity scoring**: Multi-factor analysis for market viability |
| 14 | - **Market gap identification**: Find underserved customer segments |
| 15 | - **Competition density mapping**: Identify low-competition high-demand areas |
| 16 | - **Profit potential assessment**: Margin analysis and pricing opportunities |
| 17 | - **Growth trajectory analysis**: Expanding vs. saturating markets |
| 18 | - **Customer pain point discovery**: Unmet needs in existing categories |
| 19 | - **Cross-category opportunities**: Adjacent market expansion possibilities |
| 20 | - **Multi-marketplace support**: US, UK, DE, FR, IT, ES, JP, CA, AU, IN, MX, BR |
| 21 | |
| 22 | ## Usage Examples |
| 23 | |
| 24 | Users can ask naturally. Examples: |
| 25 | |
| 26 | ``` |
| 27 | Find profitable niches in home and garden on Amazon |
| 28 | ``` |
| 29 | |
| 30 | ``` |
| 31 | I want to find an underserved market with low competition but good profit potential |
| 32 | ``` |
| 33 | |
| 34 | ``` |
| 35 | Discover niche opportunities in fitness equipment under $100 |
| 36 | ``` |
| 37 | |
| 38 | ``` |
| 39 | Find market gaps in pet products that I could fill |
| 40 | ``` |
| 41 | |
| 42 | ``` |
| 43 | Show me emerging niches in kitchen gadgets |
| 44 | ``` |
| 45 | |
| 46 | ``` |
| 47 | What are some untapped opportunities in baby products? |
| 48 | ``` |
| 49 | |
| 50 | ## Workflow |
| 51 | |
| 52 | ### Step 1: Category Exploration & Mapping |
| 53 | |
| 54 | Identify potential niche areas within broader categories: |
| 55 | |
| 56 | 1. **Category deep dive**: `"Amazon subcategories [main category]"` - map category structure |
| 57 | 2. **Long-tail exploration**: `"[category] + specific use case"` - find specialized applications |
| 58 | 3. **Problem-based search**: `"[category] problems complaints reviews"` - identify pain points |
| 59 | 4. **Demographic targeting**: `"[category] for [specific group]"` - underserved segments |
| 60 | |
| 61 | **Niche Discovery Methods:** |
| 62 | - **Subcategory analysis**: Find less competitive subcategories within popular categories |
| 63 | - **Use case specialization**: Products designed for specific situations/users |
| 64 | - **Geographic/cultural needs**: Region-specific or culturally-adapted products |
| 65 | - **Size/age/lifestyle segments**: Products for specific demographics |
| 66 | - **Quality tiers**: Premium or budget alternatives in established categories |
| 67 | |
| 68 | ### Step 2: Demand Validation |
| 69 | |
| 70 | Verify there's real customer demand for identified niches: |
| 71 | |
| 72 | 1. **Search volume indicators**: `"[niche product]" Amazon search suggestions autocomplete` |
| 73 | 2. **Social proof**: `"[niche product]" reddit Facebook groups communities` |
| 74 | 3. **Content validation**: `"[niche product]" YouTube reviews tutorials how-to` |
| 75 | 4. **Trend analysis**: `web_fetch` Google Trends for `[niche keywords]` |
| 76 | |
| 77 | **Demand Signals to Look For:** |
| 78 | - Active communities discussing the niche problem |
| 79 | - YouTube content with engagement around niche topics |
| 80 | - Amazon autocomplete suggestions for niche-specific terms |
| 81 | - Growing search trends over 6-12 months |
| 82 | - Social media hashtags and influencer content |
| 83 | |
| 84 | **Demand Scoring (1-10):** |
| 85 | - 9-10: Strong community, growing search trends, multiple content creators |
| 86 | - 7-8: Active discussions, stable search volume, some content |
| 87 | - 5-6: Moderate signals, niche but consistent interest |
| 88 | - 3-4: Limited signals, very specific or declining interest |
| 89 | - 1-2: Little to no validation, may not be viable market |
| 90 | |
| 91 | ### Step 3: Competition Gap Analysis |
| 92 | |
| 93 | Identify where competition is weak or missing: |
| 94 | |
| 95 | 1. **Direct competition count**: `"[niche product]" site:amazon.com` - total results |
| 96 | 2. **Quality assessment**: `"best [niche product]" Amazon reviews ratings` |
| 97 | 3. **Price gap analysis**: `"[niche product]" Amazon price range $X-$Y` |
| 98 | 4. **Feature gap identification**: `"[niche product]" reviews complaints missing features` |
| 99 | |
| 100 | **Competition Gap Indicators:** |
| 101 | - **Low result count**: <1,000 results for specific niche terms |
| 102 | - **Poor quality leaders**: Top products have <4.0 stars or <100 reviews |
| 103 | - **Price gaps**: Missing products in key price ranges ($15-30, $50-100, etc.) |
| 104 | - **Feature gaps**: Common complaints about missing functionality |
| 105 | - **Brand gaps**: No established brands, mostly generic products |
| 106 | |
| 107 | **Competition Scoring (1-10, where 10 = lowest competition):** |
| 108 | - 9-10: <500 results, no dominant brands, poor quality leaders |
| 109 | - 7-8: 500-2,000 results, fragmented market, quality gaps |
| 110 | - 5-6: 2,000-5,000 results, some established players |
| 111 | - 3-4: 5,000+ results, multiple strong brands |
| 112 | - 1-2: Saturated market, dominant players, high barriers |
| 113 | |
| 114 | ### Step 4: Profit Potential Assessment |
| 115 | |
| 116 | Calculate realistic profitability for the niche: |
| 117 | |
| 118 | 1. **Pricing rese |