app-store-keyword-ops

Mines and updates localized iOS App Store keywords using Astro competitor metrics.

3|Updated Nov 8, 2014
One-click install
npx skills add https://github.com/mintuz/.dotfiles --skill app-store-keyword-ops-mintuz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-store-keyword-ops
Source: https://github.com/mintuz/.dotfiles/tree/main/agents/.agents/skills/app-store-keyword-ops
Command: npx skills add https://github.com/mintuz/.dotfiles --skill app-store-keyword-ops-mintuz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Choosing App Store keywords per locale is guesswork without verified popularity and difficulty data, and manual edits risk exceeding Apple's 100-byte keyword limit or duplicating title terms. This Skill audits existing localized keyword fields, mines competitor keywords with measured Astro metrics, and applies only evidence-backed updates through App Store Connect. ## Core Features & Use Cases - Baseline Audit: Reads exact title, subtitle, and keyword values per locale, detecting duplicates, empty tokens, title overlap, and UTF-8 byte counts. - Metric-Gated Candidate Mining: Pulls competitor keywords from Astro per storefront and keeps only candidates passing product-fit, locale-fit, popularity, and difficulty gates. - Safe Mutation Workflow: Composes byte-validated keyword values, renders a dry-run mutation ledger, requires explicit confirmation, and round-trips every write for verification. - Use Case: An indie iOS developer expanding into German and Japanese storefronts uses this Skill to find high-popularity, low-difficulty localized keywords competitors rank for, then updates only those two locales without touching App Review state. ## Quick Start Use app-store-keyword-ops to audit my app's current keywords for all locales and propose verified Astro-backed additions as a dry run.

Frequently Asked Questions about app-store-keyword-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find competitor App Store keywords for my iOS app?

Identify direct competitors in Astro whose features overlap your app, then retrieve the keywords they rank for in each target storefront. Query every candidate through Astro and keep only terms passing popularity and difficulty thresholds, defaulting to popularity above 25 and difficulty below 75.

What is the App Store keyword character limit?

Apple limits the keyword field to 100 UTF-8 bytes, not 100 characters, and each keyword token must be longer than two characters. When over the limit, drop the weakest whole token rather than truncating text.

Does this work for Android or Google Play keyword optimization?

No, this Skill is scoped to iOS App Store keyword fields via App Store Connect. It explicitly excludes Android listings, release notes, and App Review submission, which remains unchanged after any keyword write.

What happens if Astro metrics are unavailable for a locale?

New-keyword selection stops for that locale and the gap is reported. The Skill does not substitute estimates from web search or other tools, and unmeasured candidates are never treated as worthwhile.

Can it update keywords without my confirmation?

No. Every change is rendered as a dry-run mutation ledger showing current and proposed values with byte counts, and writes occur only after explicit confirmation of that exact mutation set. Each written locale is then re-read to verify the applied value.