Growth scan
ASO & app-market research skills for AI agents — Claude Code, Cursor, and any MCP client. Install: npx skills add getappniche/aso-skills
npx -y skills add getappniche/aso-skills --skill growth-scanAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 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.
What its author says it does
Copied from the file, not written here
Find what's growing right now — fast-rising apps in a category, momentum behind a trend, or whether a specific app's growth is accelerating or stalling. Use for "what's taking off", trend-spotting, and momentum checks.
SKILL.md
2.5 KB, as published. Nobody here has run it
Growth Scan
Separate real momentum from noise. Growth questions are time-series questions — never answer them from a single snapshot.
Requirements
GetAppNiche MCP connected: search_apps, get_app_detail, get_app_historicals.
Workflow
Mode A — "what's growing in this space?"
- Let the query find the risers:
search_appswithgrowth_direction: "up", agrowth_periodmatched to the question (7d/14dfor "right now",30d/90dfor a trend),min_growth_pctto set the bar (20 is a sensible floor), andsort_by: "growth". Addcategoriesand any size floor (min_downloads,min_revenue) so momentum on a 50-download app doesn't top the list. Ask for 25–50 results. Google Play growth is tracked over 7 days only —store: "google"with a longer window is refused, so for Play questions stay on7d. - Sanity-check the pool. A high growth percentage on a tiny base is noise — read
the growth figure next to the download/revenue figures before ranking. Use
growth_direction: "down"for the mirror question ("who is losing ground?"). - Verify the top 3–5 candidates with
get_app_historicals(30–90 days) — confirm the curve actually rises before calling anything a riser.
Mode B — "is this app's growth real / stalling?"
get_app_detailfor the baseline, thenget_app_historicalsat two windows: short (30d) and long (180–365d).- Classify the shape: steady compounder · step-change (feature or marketing event) · spike-and-decay (paid burst or press) · plateau · decline.
- Cross-read downloads against revenue and rating: downloads up + revenue flat = monetization lag; downloads up + rating down = growth outrunning quality.
Output
Mode A: ranked riser list — App · Downloads trend · Age · Why it's moving (one line each) — plus one sentence on what the risers share (the actual trend). Mode B: the shape classification, the evidence, and what to watch next month.
Guardrails
- Momentum claims need at least two time points; "high downloads" alone is not growth.
- Spike-and-decay is the most common false positive — check whether the curve held after the peak before declaring a winner.
- Small week-to-week wiggles are noise, not signal — judge momentum on multi-week curves.