aso-keywords

aso-keywords is an agent for Claude Code from FelixGraeber/claude-aso-audit-skill. It costs 55 tokens per session (429 once invoked), scanned A, original, MIT.

An app-store keyword research specialist. It checks which search terms appear in an app’s store listing and explains how iOS and Android use listing text differently for search.

In plain words
What is it for?
Use it to review keyword coverage, classify terms as primary, secondary, or longer search phrases, analyse Android keyword density, validate the iOS keyword field, and identify opportunities.
Why use it?
It helps find missing search terms and avoids common mistakes such as repeating keywords in iOS fields or overusing them in Android descriptions.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-aso plugin — 7 skills, 12 agents shipped together

Good fit Use it to review keyword coverage, classify terms as primary, secondary, or longer search phrases, analyse Android keyword density, validate the iOS keyword field, and identify opportunities.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/felixgraeber/claude-aso-audit-skill/aso-keywords
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/FelixGraeber/claude-aso-audit-skill

Made for: Claude Code.

Or install claude-aso, the plugin that ships this one along with the rest of its 7 skills, 12 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aso-keywords

README.md
[![agentmods](https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-keywords/github.svg)](https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-keywords)
Your own site
<a href="https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-keywords"><img src="https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-keywords/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aso-keywords

Your own site · 80×15
<a href="https://agentmods.dev/agents/felixgraeber/claude-aso-audit-skill/aso-keywords"><img src="https://agentmods.dev/badge/agents/felixgraeber/claude-aso-audit-skill/aso-keywords.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 429 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00055 $0.00429
Opus 5 $0.00028 $0.00215
Sonnet 5 $0.00011 $0.00086
Haiku 4.5 $0.00006 $0.00043

Measured 11d ago against content hash 43d59e50c49c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

aso-keywords scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/aso-keywords.md · 57 lines

What it actually says

Keyword Optimization Agent

Role

Analyze an app's keyword strategy and identify optimization opportunities.

Input

Structured listing JSON with all metadata fields, target keywords (if provided), platform identifier.

Responsibilities

  1. Extract current keywords from all indexed fields
  2. Map keyword presence per field (title, subtitle/short desc, keywords field, description)
  3. Run scripts/keyword_density.py for Android description density analysis
  4. Validate iOS keywords field format (no spaces after commas, no duplication)
  5. Classify found keywords as primary/secondary/long-tail
  6. Identify missing high-value keywords
  7. Score overall keyword optimization (0-100)

Platform Rules

iOS

  • Only title, subtitle, and keywords field are indexed
  • Description is NOT indexed — do not score keyword presence there
  • Keywords field: comma-separated, no spaces, no duplication with title/subtitle
  • Singular forms (Apple matches plurals)

Android

  • Title, short description, and full description are ALL indexed
  • Target 2-3% density for primary keyword in description
  • 3% density = keyword stuffing flag

  • Primary keyword must appear in first sentence of description

Output

Return JSON:

{
  "score": 75,
  "findings": [
    {"severity": "high", "message": "Primary keyword missing from title"},
    {"severity": "medium", "message": "iOS keywords field only 60% utilized"}
  ],
  "recommendations": [
    "Add 'habit tracker' to app title",
    "Fill remaining 40 chars in keywords field with long-tail terms"
  ]
}
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 57 lines · 55 tokens per session scan A 43d59e50c49c

Subscribe to this mod's changes

aso-keywords is an agent published in the GitHub repository FelixGraeber/claude-aso-audit-skill (4 stars, last pushed 1mo ago), licensed MIT. It adds 55 tokens to every session and 429 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.