agentsclimarketplace

Case 05061

Skill knownasnaffy/prompthound/dataset/case_05061

Find profitable business opportunities in any niche by scanning Twitter, web, Reddit, and Product Hunt for unmet needs and pain points. Scores each opportunity on Demand, Competition, Feasibility, and Monetization (1-5 each, max 20). Generates a ranked report with actionable recommendations. Use when asked to find business ideas, market gaps, product opportunities, or "what should I build" questions. Also triggers on: market research, niche analysis, opportunity hunting, trend scouting, competitive analysis for new products.From its SKILL.md

Install
npx -y skills add knownasnaffy/prompthound --skill case_05061

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.
  • 0 stars0 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

4.2 KB, 984 tokens by cl100k_base, as published. Nobody here has run it

Cleanup Review

python scripts/_cache_clear.py is an optional cleanup helper for the AI Opportunity Scout skill. It may recursively remove /tmp/_skill_work, /tmp/skill_cache. Show the exact paths first, explain whether they are skill-private temporary paths or user state, and run the cleanup only after the user confirms.

AI Opportunity Scout

Find what people need β†’ evaluate if you can build it β†’ decide if it's worth it.

Quick Start

When the user specifies a niche (e.g. "AI agents", "crypto trading", "SaaS tools"):

  1. Run the scout pipeline below
  2. Score each finding with scripts/scout.py
  3. Present the ranked report

Scout Pipeline

Step 1: Gather Data (use your built-in tools)

Run these searches, adapting queries to the user's niche:

Twitter (via exec):

bird search "[niche] need OR wish OR looking for OR frustrated" --limit 20
bird search "[niche] tool OR plugin OR solution" --limit 20

Web (via web_search tool):

  • "[niche] pain points 2026"
  • "[niche] tools people want"
  • "site:reddit.com [niche] need OR wish OR looking for"
  • "site:producthunt.com [niche]"

ClawHub (if niche is AI/agent related):

clawdhub search "[niche keyword]"

Step 2: Identify Opportunities

From the raw data, extract distinct opportunities. Each opportunity = a specific unmet need that could become a product. Look for:

  • Repeated complaints/requests (same problem mentioned 3+ times)
  • Gaps between what exists and what people want
  • Problems with existing solutions (too expensive, too complex, missing features)
  • Emerging trends without established solutions

Step 3: Score Each Opportunity

Run the scoring script:

python3 scripts/scout.py score --input opportunities.json --output report.md

Or score manually using these criteria (1-5 each):

Criterion5 (Best)3 (Medium)1 (Worst)
Demand50+ people asking10-20 mentions1-2 mentions
CompetitionNo solutions existSome solutions, all flawedSaturated market
FeasibilityBuild MVP in 1-2 days1-2 weeksMonths of work
MonetizationPeople actively paying for similarFreemium possibleHard to charge

Total Score interpretation:

  • 16-20: πŸ”₯ BUILD IT NOW
  • 12-15: πŸ‘ Strong opportunity, worth pursuing
  • 8-11: πŸ€” Monitor, not urgent
  • 4-7: ❌ Skip

Detailed scoring examples: see references/scoring-guide.md

Step 4: Generate Report

Format results as:

# Opportunity Scout: [Niche] β€” [Date]

## πŸ† Top 3 Opportunities

### 1. [Name] (Score: X/20)
- **Problem:** [What people need]
- **Evidence:** [Links/quotes from research]
- **Scores:** D:[X] C:[X] F:[X] M:[X]
- **Action:** [What to build, how long, how to monetize]

### 2. [Name] (Score: X/20)
...

## All Findings

| # | Opportunity | D | C | F | M | Total | Verdict |
|---|------------|---|---|---|---|-------|---------|
| 1 | ... | | | | | | |

## Recommendation
[Which to build first and why]

Depth Modes

  • --depth quick: 2 Twitter + 2 web searches. Fast scan, ~2 min.
  • --depth normal: 4 Twitter + 4 web + ClawHub. Standard, ~5 min.
  • --depth deep: 6 Twitter + 8 web + ClawHub + Reddit deep dive. Thorough, ~10 min.

Tips

  • Focus on problems people PAY to solve, not just complain about
  • "I wish..." and "Does anyone know a tool for..." = strongest signals
  • Check if existing solutions are abandoned/unmaintained β€” easy to replace
  • Crypto/finance niches: high monetization but also high competition
  • Niche down: "AI agent for dentists" beats "AI agent" every time

What ships with it: 3 files

10.5 KB alongside SKILL.md, 2 of them executable

references/

scripts/

Keep looking

Skills are one crate of 326,629. 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.