managing-store-metadata

managing-store-metadata is a skill for Claude Code from ofcskn/mobile-automation-plugin. It costs 77 tokens per session (656 once invoked), scanned A, original, MIT.

A workflow for managing the text shown on Apple’s App Store and Google Play, such as app names, keywords, descriptions, and release notes.

In plain words
What is it for?
Use it to edit app-store text, update translations, and validate metadata before publishing.
Why use it?
It prevents store copy from exceeding Apple’s and Google’s character limits and helps keep metadata files organized by language.

Skill for Claude Code

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

Part of the automobileapp plugin — 11 skills, 17 commands shipped together

Good fit Use it to edit app-store text, update translations, and validate metadata before publishing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ofcskn/mobile-automation-plugin/managing-store-metadata
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.

Any agent
npx skills add ofcskn/mobile-automation-plugin --skill managing-store-metadata
Clone the repo
git clone --depth 1 https://github.com/ofcskn/mobile-automation-plugin

Made for: Claude Code.

Or install automobileapp, the plugin that ships this one along with the rest of its 11 skills, 17 commands.

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 managing-store-metadata

README.md
[![agentmods](https://agentmods.dev/badge/skills/ofcskn/mobile-automation-plugin/managing-store-metadata.svg)](https://agentmods.dev/skills/ofcskn/mobile-automation-plugin/managing-store-metadata)
Your own site
<a href="https://agentmods.dev/skills/ofcskn/mobile-automation-plugin/managing-store-metadata"><img src="https://agentmods.dev/badge/skills/ofcskn/mobile-automation-plugin/managing-store-metadata.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 656 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.00077 $0.00656
Opus 5 $0.00039 $0.00328
Sonnet 5 $0.00015 $0.00131
Haiku 4.5 $0.00008 $0.00066

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

Security

Grade A, and why

managing-store-metadata 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 7d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate-metadata.js), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/managing-store-metadata/SKILL.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Managing Store Metadata

When to use

Request Action
"update keywords" Edit keywords.txt, validate
"write description" Edit description.txt (iOS) or full_description.txt (Android)
"release notes" Edit release_notes.txt for all locales
"validate metadata" Run validate-metadata.js only

File structure

.msd/metadata/{app-id}/
├── ios/{locale}/
│   ├── name.txt           ← 30 chars — INDEXED
│   ├── subtitle.txt       ← 30 chars — INDEXED
│   ├── keywords.txt       ← 100 chars — INDEXED (comma,no,spaces)
│   ├── description.txt    ← 4,000 chars — NOT indexed on iOS
│   ├── promotional.txt    ← 170 chars — NOT indexed
│   └── release_notes.txt  ← 4,000 chars
└── android/{locale}/
    ├── title.txt              ← 30 chars — INDEXED
    ├── short_description.txt  ← 80 chars — INDEXED
    ├── full_description.txt   ← 4,000 chars — INDEXED (include keywords!)
    └── release_notes.txt      ← 500 chars (NOT 4,000 like iOS)

Steps

  1. Confirm which locales to update: cat .msd/config/{appId}.config.json
  2. Edit the relevant .txt files under .msd/metadata/{appId}/
  3. Always validate after editing: node skills/managing-store-metadata/scripts/validate-metadata.js {appId}
  4. Fix any ❌ errors before uploading
  5. Upload: eas submit --platform ios / eas submit --platform android, or paste directly into App Store Connect / Google Play Console

Critical rules

  • Apple description is NOT indexed for search — keywords belong in name, subtitle, keywords.txt
  • Google full description IS indexed — include your top keywords naturally 3-5x
  • Apple keywords field: comma,no,spaces — spaces waste characters
  • Apple subtitle bug: at exactly 30 chars, Apple may not index the last word. Use 29 or fewer.
  • Android What's New: 500 chars max (NOT 4,000 like iOS — common mistake)
  • validate-metadata.js exits 1 on any limit violation — this blocks CI

Reference

  • skills/managing-store-metadata/references/apple-limits.md
  • skills/managing-store-metadata/references/google-limits.md

Read the full file on GitHub · 62 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 62 lines · 77 tokens per session scan A c6e06159de49

Subscribe to this mod's changes

managing-store-metadata is a skill published in the GitHub repository ofcskn/mobile-automation-plugin (2 stars, last pushed 2mo ago), licensed MIT. It adds 77 tokens to every session and 656 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

android-ui-journey-testing

XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.

sickn33/agentic-awesome-skills · 27 tokens

solopi-ai

A command-line framework for testing Android apps and devices with SoloPi, including on-device or cloud AI decision models. It manages devices, test cases, recorded interactions, replays, performance history, and evidence.

alipay/SoloPi · 127 tokens

app-store-preflight-compliance

Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.

RevylAI/greenlight · 65 tokens

uniwind

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

uni-stack/uniwind · 130 tokens

e2e-testing

AI-powered E2E testing for any app — Flutter, React Native, iOS, Android, Electron, Tauri, KMP, .NET MAUI. Connects via MCP to running apps so the agent can take screenshots, tap elements, enter text, scroll, inspect UI trees, and verify state with natural language. Use when the user wants to test an app's UI…

ai-dashboad/flutter-skill · 107 tokens

Appium Mobile Testing

Mobile application testing skill using Appium for iOS and Android, covering device capabilities, selectors, gestures, and cross-platform testing strategies.

PramodDutta/qaskills · 32 tokens