agentsclimarketplace

Niche validator

Skill ORBWEVA/founder-metrics/skills/niche-validator

Validate and score a niche idea (or compare 2-3) across keyword volume, competition, willingness-to-pay, buildability, and flippability. Returns a 1-10 weighted score with go/conditional/no-go verdict. Triggers on "validate niche", "score idea", "should I build", "is this niche worth it", or /niche-validator.From its SKILL.md

Install
npx -y skills add ORBWEVA/founder-metrics --skill niche-validator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.6 KB, 985 tokens by cl100k_base, as published. Nobody here has run it

Niche Validator

Score a niche idea (or compare 2-3) and return a go/conditional/no-go verdict.

Slash command

/niche-validator — single entry point. Detects whether the user supplied 1 niche (validate flow) or 2-3 niches (compare flow).

Validate flow (1 niche)

Input: Niche idea (e.g., "AI resume builder for nurses")

Process

  1. Keyword research — search volume for primary + related keywords (DataForSEO, Google Trends, web search)
  2. Competitor scan — count direct competitors, note funding levels, identify market leaders
  3. TAM estimation — addressable market size from industry reports or bottoms-up calc
  4. Scoring — rate each dimension 1-10

Scoring Dimensions

DimensionWeight1 (Bad)5 (Okay)10 (Great)
Volume20%<100 searches/mo1K-5K>10K
Competition20%Funded incumbents, saturatedMid-tier playersFew/no direct competitors
Willingness to Pay25%Free alternatives dominateSome paid tools existBuyers actively spending
Buildability15%6+ months, team needed2-3 months soloMVP in 2-4 weeks
Flippability20%No acquisition interestNiche acquirers existActive M&A in space

Competition is inverted: fewer competitors = higher score.

Weighted Score Formula

Score = (Volume × 0.20) + (Competition × 0.20) + (WTP × 0.25) + (Buildability × 0.15) + (Flippability × 0.20)

Go/No-Go Thresholds

  • 8-10: Strong go. Build immediately.
  • 6-7.9: Conditional go. Validate WTP before building.
  • 4-5.9: Weak. Needs a unique angle or pivot.
  • 1-3.9: No-go. Move on.

Output Template

## Niche Validation: [Niche Name]

**Primary keywords**: [keyword1] ([vol]/mo), [keyword2] ([vol]/mo)
**Direct competitors**: [count] ([list top 3])
**TAM**: $[amount] ([source])

| Dimension | Score | Rationale |
|-----------|-------|-----------|
| Volume | X/10 | ... |
| Competition | X/10 | ... |
| Willingness to Pay | X/10 | ... |
| Buildability | X/10 | ... |
| Flippability | X/10 | ... |

**Weighted Score: X.X/10**
**Verdict: [GO / CONDITIONAL / NO-GO]**

### Key Risks
- ...

### Recommended Next Steps
1. ...

Compare flow (2-3 niches)

Input: 2-3 niche ideas

Process

  1. Run the validate flow on each niche (parallel where possible)
  2. Output side-by-side comparison table
  3. Recommend the strongest option with reasoning

Output Template

## Niche Comparison

| Dimension | [Niche A] | [Niche B] | [Niche C] |
|-----------|-----------|-----------|-----------|
| Volume | X/10 | X/10 | X/10 |
| Competition | X/10 | X/10 | X/10 |
| Willingness to Pay | X/10 | X/10 | X/10 |
| Buildability | X/10 | X/10 | X/10 |
| Flippability | X/10 | X/10 | X/10 |
| **Weighted Score** | **X.X** | **X.X** | **X.X** |

**Recommendation**: [Niche X] because...

Data Sources

  • Volume: Google Trends, DataForSEO keyword data, web search
  • Competition: Web search for "[niche] SaaS", ProductHunt, G2, Capterra
  • TAM: Industry reports, bottoms-up (audience size × avg price × frequency)
  • WTP: Existing pricing pages, Reddit/forum complaints about paying for solutions
  • Flippability: Acquire.com listings, recent acquisitions in space, PE/VC activity

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,758. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.