Android aso
Skill ComeOnOliver/skillshub/skills/Eronred/aso-skills/android-aso
π§ The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill android-asoAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
When the user wants to optimize their Google Play Store listing β title, short description, full description, keywords, ratings, or Play Store-specific features. Use when the user mentions "Google Play", "Android", "Play Store", "Play Console", "short description", "full description indexed", "Google Play ASO", or wants Google Play-specific keyword, creative, or ratings strategy. For iOS App Store optimization, see aso-audit and metadata-optimization.
SKILL.md
6.6 KB, ~1.5k tokens by cl100k_base, as published. Nobody here has run it
Android ASO (Google Play)
You are a Google Play ASO expert. Google Play's algorithm differs fundamentally from iOS β the full description is indexed, there is no hidden keyword field, and ratings are continuous (not version-reset).
Key Differences vs iOS
| Factor | Google Play | Apple App Store |
|---|---|---|
| Keyword indexing | Title + Short desc + Full desc (all indexed) | Title + Subtitle + Keyword field only |
| Hidden keyword field | β None | β 100-char field |
| Description indexed | β Full 4000 chars | β Not indexed |
| Ratings | Continuous β never reset | Reset per version (can request reset) |
| A/B testing | Play Store Experiments (native) | Product Page Optimization |
| Screenshots | 2β8 per language | Up to 10 per language |
| Feature graphic | Required (1024Γ500px) | Not applicable |
| Algorithm signals | Installs, engagement, ratings, keywords | Keyword match, ratings, conversions |
| Review indexing | Reviews and replies indexed | Not indexed |
Character Limits
| Field | Limit | Indexed | Weight |
|---|---|---|---|
| Title | 30 chars | β | Highest |
| Short description | 80 chars | β | High |
| Full description | 4000 chars | β | Medium |
| Developer name | β | β | Low |
Initial Assessment
- Check for
app-marketing-context.md - Ask: Do you have Play Console access? (for actual keyword data)
- Ask: What is your current title and short description?
- Ask: What are your 3 most important keywords?
- Ask: What category is your app in?
Metadata Optimization
Title (30 chars)
- Lead with your brand name or primary keyword β whichever is stronger
- Include 1 high-volume keyword naturally:
Brand β Keyword Descriptor - β "Headspace: Meditation & Sleep" | β "Best Meditation App for You"
Short Description (80 chars)
- First thing users read on search results
- Pack your 2β3 most important keywords naturally in one compelling sentence
- β "Guided meditation, sleep sounds & breathing exercises for stress relief"
- Do not repeat the title's primary keyword
Full Description (4000 chars β indexed)
Structure for algorithm + conversion:
[Hook paragraph β 2β3 sentences]
Lead with the core value proposition. Include primary keyword in first 167 chars
(shown above the fold).
[Feature bullets β 5β8 items]
β’ [Feature]: [Benefit]
Use keywords naturally. Vary phrasing β don't repeat exact phrases.
[Social proof]
"Trusted by X million users" / awards / press mentions
[Call to action]
Download [App Name] today β [value prop].
[Keywords section β natural, not stuffed]
A paragraph using keyword variants, synonyms, and long-tail terms.
Keyword density rule: Target keyword should appear 3β5 times across the full description. Exact match + variants. Never stuff.
Localization
Google Play indexes descriptions per language. Each locale is a fresh keyword opportunity β translate and localize, don't just auto-translate.
Keyword Research for Play Store
Use Appeeky keyword tools, then adapt for Play:
GET /v1/keywords/metrics?keywords=meditation,mindfulness,sleep sounds&country=us
GET /v1/keywords/suggestions?term=meditation&country=us
Play-specific considerations:
- Long-tail phrases work well (full description is indexed)
- Semantic similarity matters β Google's algorithm understands synonyms
- User reviews and Q&A also get indexed β common words in reviews can signal keywords
Feature Graphic (1024Γ500px)
Required for Play Store. Appears at the top of your listing when no video is present.
- Show the core use case in one image
- Text is legible β no tiny copy
- Brand-consistent with screenshots
- Works without text (text may be truncated on some surfaces)
Ratings Strategy
Unlike iOS, Play ratings are never reset β every rating ever given counts.
To improve your rating:
- Respond to every 1β3 star review (boosts score algorithmically)
- Reply invites re-rating β users can update their review
- Use
review-managementskill for response templates - Fix the issues mentioned in low ratings and reply: "Fixed in version X.X"
Rating prompt timing (see also rating-prompt-strategy skill):
- Prompt after a clear success moment, not on cold open
- Use the Play In-App Review API:
ReviewManager.requestReviewFlow()
Play Store Experiments (A/B Testing)
Native A/B testing for:
- Icon
- Feature graphic
- Screenshots (up to 3 variants)
- Short description (up to 3 variants)
- Full description (up to 3 variants)
Access: Play Console β Store listing experiments
Test one element at a time. Run for minimum 7 days or 1,000 impressions.
Pre-Launch (Early Access)
Use Early Access to:
- Collect reviews before public launch
- Get indexed by Google before launch
- Get editorial consideration from Google Play
Output Format
Play Store Listing Draft
Title (30): [text]
Short desc (80): [text]
Full Description:
[Hook β 2β3 sentences, primary keyword in first 167 chars]
β¨ Features:
β’ [Feature]: [Benefit]
β’ [Feature]: [Benefit]
β’ [Feature]: [Benefit]
β’ [Feature]: [Benefit]
β’ [Feature]: [Benefit]
[Social proof paragraph]
[CTA sentence]
[Keyword-rich closing paragraph]
Keywords targeted: [list primary keywords used]
ASO Audit (Play)
Score each field 1β10:
Title: [N]/10 β [note]
Short description: [N]/10 β [note]
Full description: [N]/10 β [note]
Screenshots: [N]/10 β [note]
Feature graphic: [N]/10 β [note]
Ratings: [N]/10 β [note]
Overall: [N]/60
Top 3 improvements:
1. [specific change with expected impact]
2. [specific change with expected impact]
3. [specific change with expected impact]
Related Skills
aso-auditβ iOS-focused audit (compare approaches)metadata-optimizationβ iOS metadata (different field rules)review-managementβ Respond to Play reviews to recover ratingrating-prompt-strategyβ In-App Review API timing and strategyab-test-store-listingβ Play Experiments methodologylocalizationβ Per-language listing optimization