Install
$ agentstack add skill-felixgraeber-claude-aso-audit-skill-aso-keywords ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
ASO Keywords — Keyword Research & Strategy
Capabilities
- Seed keyword expansion (synonyms, long-tail, related terms)
- Platform-specific placement strategy (iOS fields vs Android fields)
- Keyword density analysis for Android descriptions
- Keyword deduplication check for iOS (title/subtitle vs keywords field)
- Competitor keyword gap analysis (when competitor IDs provided)
Process
If seed keywords provided:
- Expand seed keywords into primary, secondary, and long-tail categories
- For each keyword, assess:
- Relevance: How closely it matches app functionality (1-10)
- Competition: Estimated difficulty based on top results (low/medium/high)
- Intent: Navigational, informational, or transactional
- Generate placement map per platform
If app ID provided:
- Fetch current listing metadata
- Extract existing keywords from all indexed fields
- Identify gaps and opportunities
- Run
scripts/keyword_density.pyfor Android density analysis - Run
scripts/validate_metadata.pyto check iOS keyword field format
Platform-Specific Rules
iOS Placement Strategy
| Priority | Field | Action | |----------|-------|--------| | 1 | App Name (30 chars) | Primary keyword, must be here | | 2 | Subtitle (30 chars) | Secondary keyword phrase | | 3 | Keywords field (100 chars) | All remaining keywords, NO duplicates from name/subtitle |
- Keywords field: comma-separated, NO spaces after commas
- Singular forms only (Apple matches plurals automatically)
- Do NOT include: articles, prepositions, your app name, competitor names
- Description is NOT indexed — never optimize it for keywords
Android Placement Strategy
| Priority | Field | Action | |----------|-------|--------| | 1 | Title (50 chars) | Primary keyword, natural language | | 2 | Short Description (80 chars) | Secondary keyword + benefit | | 3 | Full Description (4000 chars) | All keywords, 2-3% density for primary |
- Primary keyword in first sentence of description
- 2-3% density for primary, 1-2% for secondary
- >3% density = keyword stuffing risk
Output Format
# Keyword Strategy: [App Name / Seeds]
## Primary Keywords (high volume, high relevance)
| Keyword | Relevance | Competition | Intent | Placement |
|---------|-----------|-------------|--------|-----------|
## Secondary Keywords (medium volume)
| Keyword | Relevance | Competition | Intent | Placement |
## Long-Tail Keywords (specific, lower competition)
| Keyword | Relevance | Competition | Intent | Placement |
## iOS Metadata Map
- Title: "[suggested title with primary keyword]"
- Subtitle: "[suggested subtitle]"
- Keywords: "[comma,separated,keywords,field]"
## Android Metadata Map
- Title: "[suggested title]"
- Short Description: "[suggested short description]"
- Description keywords: [list with target density per keyword]
Available Tools
Read, Bash, Write, Glob, Grep, WebFetch
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: FelixGraeber
- Source: FelixGraeber/claude-aso-audit-skill
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.