# Aso Keywords

> >

- **Type:** Skill
- **Install:** `agentstack add skill-felixgraeber-claude-aso-audit-skill-aso-keywords`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [FelixGraeber](https://agentstack.voostack.com/s/felixgraeber)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [FelixGraeber](https://github.com/FelixGraeber)
- **Source:** https://github.com/FelixGraeber/claude-aso-audit-skill/tree/main/skills/aso-keywords

## Install

```sh
agentstack add skill-felixgraeber-claude-aso-audit-skill-aso-keywords
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ASO Keywords — Keyword Research & Strategy

## Capabilities
1. Seed keyword expansion (synonyms, long-tail, related terms)
2. Platform-specific placement strategy (iOS fields vs Android fields)
3. Keyword density analysis for Android descriptions
4. Keyword deduplication check for iOS (title/subtitle vs keywords field)
5. Competitor keyword gap analysis (when competitor IDs provided)

## Process

### If seed keywords provided:
1. Expand seed keywords into primary, secondary, and long-tail categories
2. 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
3. Generate placement map per platform

### If app ID provided:
1. Fetch current listing metadata
2. Extract existing keywords from all indexed fields
3. Identify gaps and opportunities
4. Run `scripts/keyword_density.py` for Android density analysis
5. Run `scripts/validate_metadata.py` to 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

```markdown
# 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](https://github.com/FelixGraeber)
- **Source:** [FelixGraeber/claude-aso-audit-skill](https://github.com/FelixGraeber/claude-aso-audit-skill)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-felixgraeber-claude-aso-audit-skill-aso-keywords
- Seller: https://agentstack.voostack.com/s/felixgraeber
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
