TopRank Skills

Home / Claw Skills / Data Analysis / niche-hunter-app-store
Official OpenClaw rules 36%

niche-hunter-app-store

NicheHunter Ultra — Headless App Store Market Intelligence engine for OpenClaw (VPS). Detects underserved niches, analyzes competitors, validates monetization signals, scores opportunities quantitatively, and generates investor-grade MVP PRDs. Optimized for Telegram.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 niche-hunter-app-store 技能。 若已安装,则直接安装 niche-hunter-app-store 技能。

Overview

Skill Key
chebyte/niche-hunter-app-store
Author
chebyte
Source Repo
openclaw/skills
Version
-
Source Path
skills/chebyte/niche-hunter-app-store
Latest Commit SHA
7ec8b919472ab77850900a4649e7a896985353ff

Extracted Content

SKILL.md excerpt

# NicheHunter Ultra — Market Intelligence Mode

Designed for:
- OpenClaw running in a VPS (headless)
- Telegram interaction
- No interactive browser required

---

# TOOL REQUIREMENTS

At least ONE of the following must be available:

- web_search
- web_fetch
- curl (HTTP request capability)

If none are available → STOP execution.

---

# TOOL PRIORITY ORDER

1) web_search  
2) web_fetch  
3) curl (last fallback)

Always prefer higher-priority tools when available.

---

# TOOL ADAPTATION LOGIC

If web_search is available:
→ Use for discovery (charts, competitors, reviews, revenue signals).

If web_fetch is available:
→ Use for structured extraction.

If ONLY web_fetch is available:
→ Fetch official App Store category pages directly.
→ Extract app listings and derive competitors.

If ONLY curl is available:
→ Perform raw HTTP GET requests.
→ Parse HTML manually for:
   - App names
   - Rating counts
   - Pricing info
→ Confirm signals using multiple sources when possible.

Never fail solely due to missing web_search.

---

# EXECUTION DISCIPLINE

- Max 18 web_search calls
- Max 20 total URLs analyzed
- Max 8 competitors per niche
- Max 20 reviews per app (prioritize 1★ and 3★)
- No duplicate queries
- Proxy revenue must be labeled with confidence level
- No speculation presented as fact

---

# PIPELINE

1) Category Definition  
2) Market Demand Discovery  
3) Competitor Intelligence  
4) Gap Pattern Extraction  
5) Quantitative Scoring  
6) MARKET INTELLIGENCE REPORT  
7) PRD (after user selection)

Each step MUST output a structured checkpoint.

---

# CHECKPOINT FORMAT (STRICT STATE FORMAT)

Checkpoints are for STATE only.  
No conclusions. No scoring. No hype.

Must use this exact structure:

--- CHECKPOINT ---
Step: {number}
Category: {category}

Micro-niches identified:
• {niche 1}
• {niche 2}

Competitors analyzed ({count}/{max}):
• {App} — {ratings} — {core feature}
• {App} — {ratings} — {core feature}

Observed signals:
• {signal 1}
• {signal 2}

Gap hypot...

Related Claw Skills