{"id":"b86b7835-9c2a-42e2-851a-efa1a0ae2148","shortId":"46DPQR","kind":"skill","title":"asc-localize-metadata","tagline":"Automatically translate and sync App Store metadata (description, keywords, what's new, subtitle) to multiple languages using LLM translation and asc CLI. Use when asked to localize an app's App Store listing, translate app descriptions, or add new languages to App Store Connect.","description":"# asc localize metadata\n\nUse this skill to pull English (or any source locale) App Store metadata, translate it with LLM, and push translations back to App Store Connect — all automated.\n\n## Command discovery and output conventions\n\n- Always confirm flags with `--help` for the exact `asc` version:\n  - `asc localizations --help`\n  - `asc localizations download --help`\n  - `asc localizations upload --help`\n  - `asc apps info edit --help`\n- Prefer explicit long flags (`--app`, `--version`, `--version-id`, `--type`, `--app-info`).\n- Default output is JSON; use `--output table` only for human verification steps.\n- Prefer deterministic ID-based operations. Do not \"pick the first row\" via `head -1` unless the user explicitly agrees.\n\n## Preconditions\n- Auth configured (`asc auth login` or `ASC_*` env vars)\n- Know your app ID (`asc apps list` to find it)\n- At least one locale (typically en-US) already has metadata in App Store Connect\n\n## Supported Locales\n\nApp Store Connect locales for version and app-info localizations:\n```\nar-SA, ca, cs, da, de-DE, el, en-AU, en-CA, en-GB, en-US,\nes-ES, es-MX, fi, fr-CA, fr-FR, he, hi, hr, hu, id, it,\nja, ko, ms, nl-NL, no, pl, pt-BR, pt-PT, ro, ru, sk,\nsv, th, tr, uk, vi, zh-Hans, zh-Hant\n```\n\n## Two Types of Metadata\n\n### Version Localizations (per-release)\nFields: `description`, `keywords`, `whatsNew`, `supportUrl`, `marketingUrl`, `promotionalText`\n\n### App Info Localizations (app-level, persistent)\nFields: `name`, `subtitle`, `privacyPolicyUrl`, `privacyChoicesUrl`, `privacyPolicyText`\n\n## Workflow\n\n### Step 1: Resolve IDs\n\n```bash\n# Find app ID\nasc apps list --output table\n\n# Find latest version ID\nasc versions list --app \"APP_ID\" --state READY_FOR_DISTRIBUTION --output table\n# or for editable version:\nasc versions list --app \"APP_ID\" --state PREPARE_FOR_SUBMISSION --output table\n\n# Find app info ID (for app-level fields like name/subtitle)\nasc apps info list --app \"APP_ID\" --output table\n```\n\nNotes:\n- Version-localization fields (description, keywords, whatsNew, etc.) are per-version.\n- App-info fields (name, subtitle, privacy URLs/text) are app-level and use `--type app-info`.\n- If you only have names (app name, version string) and need IDs deterministically, use `asc-id-resolver`.\n\n### Step 2: Download source locale\n\n```bash\n# Download version localizations to local .strings files\n# (description, keywords, whatsNew, promotionalText, supportUrl, marketingUrl, ...)\nasc localizations download --version \"VERSION_ID\" --path \"./localizations\"\n\n# Download app-info localizations to local .strings files\n# (name, subtitle, privacyPolicyUrl, privacyChoicesUrl, privacyPolicyText, ...)\nasc localizations download --app \"APP_ID\" --type app-info --app-info \"APP_INFO_ID\" --path \"./app-info-localizations\"\n```\n\nThis creates files like `./localizations/en-US.strings` and `./app-info-localizations/en-US.strings`. If download is unavailable, read fields individually:\n\n```bash\n# List version localizations to see existing locales and their content\nasc localizations list --version \"VERSION_ID\" --output table\n```\n\n### Step 3: Translate with LLM\n\nFor each target locale, translate the source text. Follow these rules:\n\n#### Translation Guidelines\n- **Tone & Register**: Always use formal, polite language. Use formal \"you\" forms where the language distinguishes them (Russian: «вы», German: «Sie», French: «vous», Spanish: «usted», Dutch: «u», Italian: «Lei», Portuguese: «você» formal, etc.). App Store descriptions are professional marketing copy — never use casual or informal register.\n- **description**: Translate naturally, adapt tone to local market. Keep formatting (line breaks, bullet points, emoji). Stay within 4000 chars.\n- **keywords**: Do NOT literally translate. Research what users in that locale would search for. Comma-separated, max 100 chars total. No duplicates, no app name (Apple adds it automatically).\n- **whatsNew**: Translate release notes. Keep it concise. Max 4000 chars.\n- **promotionalText**: Translate marketing hook. Max 170 chars. This can be updated without a new version.\n- **subtitle**: Translate or adapt tagline. Max 30 chars — this is very tight, may need creative adaptation.\n- **name**: Usually keep the original app name. Only translate if the user explicitly asks. Max 30 chars.\n\n#### LLM Translation Prompt Template\n\nFor each target locale, use this approach:\n\n```\nTranslate the following App Store metadata from {source_locale} to {target_locale}.\n\nRules:\n- description: Natural, fluent translation. Preserve formatting (line breaks, bullets, emoji). Max 4000 chars.\n- keywords: Do NOT literally translate. Choose keywords native speakers would search for in the App Store. Comma-separated, max 100 chars total. Do not include the app name.\n- whatsNew: Translate release notes naturally. Max 4000 chars.\n- promotionalText: Translate marketing tagline. Max 170 chars.\n- subtitle: Adapt tagline creatively to fit 30 chars max.\n- name: Keep the original app name unless explicitly requested to translate it. Max 30 chars.\n- Use formal, polite language and formal \"you\" forms (Russian: вы, German: Sie, French: vous, Spanish: usted, Dutch: u, etc.). App Store copy is professional marketing — never use informal register.\n- Respect cultural context. A playful tone in English may need adjustment for formal markets (e.g., ja, de-DE).\n\nSource ({source_locale}):\ndescription: \"\"\"\n{description}\n\"\"\"\n\nkeywords: {keywords}\n\nwhatsNew: \"\"\"\n{whatsNew}\n\"\"\"\n\npromotionalText: {promotionalText}\n\nname: {name}\n\nsubtitle: {subtitle}\n```\n\n### Step 4: Upload translations\n\n#### Option A: Via .strings files (bulk)\n\nCreate a `.strings` file per locale in the appropriate directory.\n\nVersion localization example:\n\n```\n// nl-NL.strings\n\"description\" = \"Je app-beschrijving hier\";\n\"keywords\" = \"wiskunde,kinderen,tafels,leren\";\n\"whatsNew\" = \"Bugfixes en verbeteringen\";\n\"promotionalText\" = \"Leer de tafels van vermenigvuldiging!\";\n```\n\nThen upload version localizations:\n```bash\nasc localizations upload --version \"VERSION_ID\" --path \"./localizations\"\n```\n\nApp-info localization example:\n\n```\n// nl-NL.strings\n\"subtitle\" = \"Leer tafels spelenderwijs\";\n```\n\nThen upload app-info localizations:\n```bash\nasc localizations upload --app \"APP_ID\" --type app-info --app-info \"APP_INFO_ID\" --path \"./app-info-localizations\"\n```\n\n#### Option B: Via individual commands (fine control)\n\n```bash\n# Version localization fields (fine control).\n# Prefer passing the explicit version ID for determinism.\nasc apps info edit --app \"APP_ID\" --version-id \"VERSION_ID\" --locale \"nl-NL\" \\\n  --description \"Je beschrijving...\" \\\n  --keywords \"wiskunde,kinderen,tafels\" \\\n  --whats-new \"Bugfixes en verbeteringen\"\n```\n\nFor app-level fields:\n```bash\n# Subtitle/name (app-info localization) is managed via app-info localizations.\n# Use the app-info localization .strings + upload flow (there is no `asc app-infos localizations ...` command).\n#\n# 1) Edit: ./app-info-localizations/nl-NL.strings\n# \"subtitle\" = \"Leer tafels spelenderwijs\";\n#\n# 2) Upload:\nasc localizations upload --app \"APP_ID\" --type app-info --app-info \"APP_INFO_ID\" --path \"./app-info-localizations\"\n```\n\n### Step 5: Verify\n\n```bash\n# Check all locales are present\nasc localizations list --version \"VERSION_ID\" --output table\n\n# Check app info localizations\nasc localizations list --app \"APP_ID\" --type app-info --app-info \"APP_INFO_ID\" --output table\n```\n\n## Character Limits (enforce before upload!)\n\n| Field | Limit |\n|-------|-------|\n| Name | 30 |\n| Subtitle | 30 |\n| Keywords | 100 (comma-separated) |\n| Description | 4000 |\n| What's New | 4000 |\n| Promotional Text | 170 |\n\n**Always validate** translated text fits within limits before uploading. Truncated text looks unprofessional. If translation exceeds the limit, shorten it — do not truncate mid-sentence.\n\n## Full Example: Add nl-NL and ru to Roxy Math\n\n```bash\n# 1) Resolve IDs deterministically (do not auto-pick the \"first\" row)\n# If you only have names, use asc-id-resolver skill.\nasc apps list --output table\nAPP_ID=\"APP_ID_HERE\"\n\nasc versions list --app \"$APP_ID\" --state PREPARE_FOR_SUBMISSION --output table\nVERSION_ID=\"VERSION_ID_HERE\"\n\nasc apps info list --app \"$APP_ID\" --output table\nAPP_INFO_ID=\"APP_INFO_ID_HERE\"\n\n# 2) Download English source (or your chosen source locale)\nasc localizations download --version \"$VERSION_ID\" --path \"./localizations\"\nasc localizations download --app \"$APP_ID\" --type app-info --app-info \"$APP_INFO_ID\" --path \"./app-info-localizations\"\n\n# 3) Read en-US.strings, translate to nl-NL and ru (LLM step)\n\n# 4) Write nl-NL.strings and ru.strings to:\n#    - ./localizations/ (version localization fields)\n#    - ./app-info-localizations/ (subtitle/name/privacy fields)\n\n# 5) Upload all\nasc localizations upload --version \"$VERSION_ID\" --path \"./localizations\"\nasc localizations upload --app \"$APP_ID\" --type app-info --app-info \"$APP_INFO_ID\" --path \"./app-info-localizations\"\n\n# 6) Verify\nasc localizations list --version \"$VERSION_ID\" --output table\nasc localizations list --app \"$APP_ID\" --type app-info --app-info \"$APP_INFO_ID\" --output table\n```\n\n## Agent Behavior\n\n1. **Always start by reading the source locale** — never translate from memory or assumptions.\n2. **Check existing localizations first** — don't overwrite existing translations unless the user asks to update them.\n3. **Version vs app-info is different** — version fields live under `--version \"VERSION_ID\"`; subtitle/name/privacy live under `--app ... --type app-info`.\n4. **Prefer deterministic IDs** — do not select IDs via `head -1` unless explicitly requested; use `--output table` for selection or `asc-id-resolver`.\n5. **Validate character limits** before uploading. Count characters for each field. If over limit, re-translate shorter.\n6. **Keywords are special** — do not literally translate. Research locale-appropriate search terms. Think like a user searching the App Store in that language.\n7. **Show the user translations before uploading** — present a summary table of all fields × locales for approval. Do not push without confirmation.\n8. **Process one locale at a time** if translating many languages — easier to review and catch errors.\n9. **If upload fails** for a locale, log the error, continue with other locales, report all failures at the end.\n10. **For updates to existing localizations** — download current, show diff of what will change, get approval, then upload.\n\n## Notes\n- Version localizations are tied to a specific version. Create the version first if it doesn't exist.\n- `promotionalText` can be updated anytime without a new version submission.\n- `whatsNew` is only relevant for updates, not the first version.\n- Use `asc-id-resolver` skill if you only have app/version names instead of IDs.\n- Use `asc-metadata-sync` skill for non-translation metadata operations.\n- For subscription/IAP display name localization, use `asc-subscription-localization` skill instead.","tags":["asc","localize","metadata","app","store","connect","cli","skills","rorkai","agent-skills","ai-skills","app-store-connect"],"capabilities":["skill","source-rorkai","skill-asc-localize-metadata","topic-agent-skills","topic-ai-skills","topic-app-store-connect","topic-apple","topic-asc","topic-automation","topic-cicd","topic-cli","topic-devops","topic-ios","topic-macos","topic-testflight"],"categories":["app-store-connect-cli-skills"],"synonyms":[],"warnings":[],"endpointUrl":"https://skills.sh/rorkai/app-store-connect-cli-skills/asc-localize-metadata","protocol":"skill","transport":"skills-sh","auth":{"type":"none","details":{"cli":"npx skills add rorkai/app-store-connect-cli-skills","source_repo":"https://github.com/rorkai/app-store-connect-cli-skills","install_from":"skills.sh"}},"qualityScore":"0.700","qualityRationale":"deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 776 github stars · SKILL.md body (10,910 chars)","verified":false,"liveness":"unknown","lastLivenessCheck":null,"agentReviews":{"count":0,"score_avg":null,"cost_usd_avg":null,"success_rate":null,"latency_p50_ms":null,"narrative_summary":null,"summary_updated_at":null},"enrichmentModel":"deterministic:skill-github:v1","enrichmentVersion":1,"enrichedAt":"2026-05-02T18:53:02.054Z","embedding":null,"createdAt":"2026-04-18T21:56:45.234Z","updatedAt":"2026-05-02T18:53:02.054Z","lastSeenAt":"2026-05-02T18:53:02.054Z","tsv":"'-1':149,1403 '/app-info-localizations':474,938,1051,1254,1277,1308 '/app-info-localizations/en-us.strings':481 '/app-info-localizations/nl-nl.strings':1027 '/localizations':442,903,1236,1273,1290 '/localizations/en-us.strings':479 '1':303,1025,1154,1339 '10':1519 '100':608,735,1103 '170':635,757,1115 '2':417,1032,1220,1353 '3':509,1255,1370 '30':651,676,765,781,1099,1101 '4':847,1267,1393 '4000':588,628,713,750,1108,1112 '5':1053,1280,1417 '6':1309,1435 '7':1460 '8':1482 '9':1499 'adapt':574,648,660,760 'add':42,617,1144 'adjust':822 'agent':1337 'agre':154 'alreadi':183 'alway':84,528,1116,1340 'anytim':1559 'app':9,33,35,39,46,62,74,106,114,121,167,170,187,192,200,288,292,308,311,322,323,338,339,348,353,359,362,363,381,390,396,403,445,460,461,465,468,470,558,614,666,692,729,742,772,802,873,905,917,924,925,929,932,934,961,964,965,991,997,1004,1010,1021,1037,1038,1042,1045,1047,1070,1076,1077,1081,1084,1086,1178,1182,1184,1190,1191,1205,1208,1209,1213,1216,1240,1241,1245,1248,1250,1294,1295,1299,1302,1304,1322,1323,1327,1330,1332,1374,1388,1391,1455 'app-beschrijv':872 'app-info':120,199,380,395,444,464,467,904,916,928,931,996,1003,1009,1020,1041,1044,1080,1083,1244,1247,1298,1301,1326,1329,1373,1390 'app-level':291,352,389,990 'app/version':1585 'appl':616 'approach':688 'appropri':864,1446 'approv':1476,1534 'ar':204 'ar-sa':203 'asc':2,25,49,92,94,97,101,105,158,162,169,310,319,335,358,413,435,457,500,896,921,960,1019,1034,1061,1073,1173,1177,1187,1204,1229,1237,1283,1291,1311,1319,1414,1577,1592,1609 'asc-id-resolv':412,1172,1413,1576 'asc-localize-metadata':1 'asc-metadata-sync':1591 'asc-subscription-loc':1608 'ask':29,674,1366 'assumpt':1352 'au':215 'auth':156,159 'auto':1161 'auto-pick':1160 'autom':78 'automat':5,619 'b':940 'back':72 'base':139 'bash':306,421,489,895,920,946,994,1055,1153 'behavior':1338 'beschrijv':874,978 'br':254 'break':582,709 'bugfix':882,986 'bulk':855 'bullet':583,710 'ca':206,218,234 'casual':567 'catch':1497 'chang':1532 'char':589,609,629,636,652,677,714,736,751,758,766,782 'charact':1091,1419,1424 'check':1056,1069,1354 'choos':720 'chosen':1226 'cli':26 'comma':605,732,1105 'comma-separ':604,731,1104 'command':79,943,1024 'concis':626 'configur':157 'confirm':85,1481 'connect':48,76,189,194 'content':499 'context':814 'continu':1509 'control':945,951 'convent':83 'copi':564,804 'count':1423 'creat':476,856,1546 'creativ':659,762 'cs':207 'cultur':813 'current':1526 'da':208 'de':210,211,829,830,887 'de-d':209,828 'default':123 'descript':12,40,282,372,429,560,571,702,834,835,870,976,1107 'determin':959 'determinist':136,410,1157,1395 'diff':1528 'differ':1377 'directori':865 'discoveri':80 'display':1604 'distinguish':540 'distribut':328 'doesn':1552 'download':99,418,422,437,443,459,483,1221,1231,1239,1525 'duplic':612 'dutch':550,799 'e.g':826 'easier':1493 'edit':108,333,963,1026 'el':212 'emoji':585,711 'en':181,214,217,220,223,883,987 'en-au':213 'en-ca':216 'en-gb':219 'en-us':180,222 'en-us.strings':1257 'end':1518 'enforc':1093 'english':57,819,1222 'env':163 'error':1498,1508 'es':226,227,229 'es-':225 'es-mx':228 'etc':375,557,801 'exact':91 'exampl':868,908,1143 'exceed':1131 'exist':495,1355,1361,1523,1554 'explicit':111,153,673,775,955,1405 'fail':1502 'failur':1515 'fi':231 'field':281,295,355,371,383,487,949,993,1096,1276,1279,1379,1427,1473 'file':428,451,477,854,859 'find':173,307,315,347 'fine':944,950 'first':145,1164,1357,1549,1573 'fit':764,1120 'flag':86,113 'flow':1015 'fluent':704 'follow':521,691 'form':536,790 'formal':530,534,556,784,788,824 'format':580,707 'fr':233,236,237 'fr-ca':232 'fr-fr':235 'french':546,795 'full':1142 'gb':221 'german':544,793 'get':1533 'guidelin':525 'han':268 'hant':271 'head':148,1402 'help':88,96,100,104,109 'hi':239 'hier':875 'hook':633 'hr':240 'hu':241 'human':132 'id':118,138,168,242,305,309,318,324,340,350,364,409,414,440,462,472,505,901,926,936,957,966,969,971,1039,1049,1066,1078,1088,1156,1174,1183,1185,1192,1200,1202,1210,1215,1218,1234,1242,1252,1288,1296,1306,1316,1324,1334,1384,1396,1400,1415,1578,1589 'id-bas':137 'includ':740 'individu':488,942 'info':107,122,201,289,349,360,382,397,446,466,469,471,906,918,930,933,935,962,998,1005,1011,1022,1043,1046,1048,1071,1082,1085,1087,1206,1214,1217,1246,1249,1251,1300,1303,1305,1328,1331,1333,1375,1392 'inform':569,810 'instead':1587,1613 'italian':552 'ja':244,827 'je':871,977 'json':126 'keep':579,624,663,769 'keyword':13,283,373,430,590,715,721,836,837,876,979,1102,1436 'kinderen':878,981 'know':165 'ko':245 'languag':20,44,532,539,786,1459,1492 'latest':316 'least':176 'leer':886,911,1029 'lei':553 'leren':880 'level':293,354,391,992 'like':356,478,1450 'limit':1092,1097,1122,1133,1420,1430 'line':581,708 'list':37,171,312,321,337,361,490,502,1063,1075,1179,1189,1207,1313,1321 'liter':593,718,1441 'live':1380,1386 'llm':22,68,512,678,1265 'local':3,31,50,61,95,98,102,178,191,195,202,277,290,370,420,424,426,436,447,449,458,492,496,501,516,577,600,685,697,700,833,861,867,894,897,907,919,922,948,972,999,1006,1012,1023,1035,1058,1062,1072,1074,1228,1230,1238,1275,1284,1292,1312,1320,1346,1356,1445,1474,1485,1505,1512,1524,1539,1606,1611 'locale-appropri':1444 'log':1506 'login':160 'long':112 'look':1127 'manag':1001 'mani':1491 'market':563,578,632,754,807,825 'marketingurl':286,434 'math':1152 'max':607,627,634,650,675,712,734,749,756,767,780 'may':657,820 'memori':1350 'metadata':4,11,51,64,185,275,694,1593,1600 'mid':1140 'mid-sent':1139 'ms':246 'multipl':19 'mx':230 'name':296,384,402,404,452,615,661,667,743,768,773,842,843,1098,1170,1586,1605 'name/subtitle':357 'nativ':722 'natur':573,703,748 'need':408,658,821 'never':565,808,1347 'new':16,43,643,985,1111,1562 'nl':248,249,974,975,1146,1147,1261,1262 'nl-nl':247,973,1145,1260 'nl-nl.strings':869,909,1269 'non':1598 'non-transl':1597 'note':367,623,747,1537 'one':177,1484 'oper':140,1601 'option':850,939 'origin':665,771 'output':82,124,128,313,329,345,365,506,1067,1089,1180,1197,1211,1317,1335,1408 'overwrit':1360 'pass':953 'path':441,473,902,937,1050,1235,1253,1289,1307 'per':279,378,860 'per-releas':278 'per-vers':377 'persist':294 'pick':143,1162 'pl':251 'play':816 'point':584 'polit':531,785 'portugues':554 'precondit':155 'prefer':110,135,952,1394 'prepar':342,1194 'present':1060,1467 'preserv':706 'privaci':386 'privacychoicesurl':299,455 'privacypolicytext':300,456 'privacypolicyurl':298,454 'process':1483 'profession':562,806 'promot':1113 'promotionaltext':287,432,630,752,840,841,885,1555 'prompt':680 'pt':253,256,257 'pt-br':252 'pt-pt':255 'pull':56 'push':70,1479 're':1432 're-transl':1431 'read':486,1256,1343 'readi':326 'regist':527,570,811 'releas':280,622,746 'relev':1568 'report':1513 'request':776,1406 'research':595,1443 'resolv':304,415,1155,1175,1416,1579 'respect':812 'review':1495 'ro':258 'row':146,1165 'roxi':1151 'ru':259,1149,1264 'ru.strings':1271 'rule':523,701 'russian':542,791 'sa':205 'search':602,725,1447,1453 'see':494 'select':1399,1411 'sentenc':1141 'separ':606,733,1106 'shorten':1134 'shorter':1434 'show':1461,1527 'sie':545,794 'sk':260 'skill':54,1176,1580,1595,1612 'skill-asc-localize-metadata' 'sourc':60,419,519,696,831,832,1223,1227,1345 'source-rorkai' 'spanish':548,797 'speaker':723 'special':1438 'specif':1544 'spelenderwij':913,1031 'start':1341 'state':325,341,1193 'stay':586 'step':134,302,416,508,846,1052,1266 'store':10,36,47,63,75,188,193,559,693,730,803,1456 'string':406,427,450,853,858,1013 'submiss':344,1196,1564 'subscript':1610 'subscription/iap':1603 'subtitl':17,297,385,453,645,759,844,845,910,1028,1100 'subtitle/name':995 'subtitle/name/privacy':1278,1385 'summari':1469 'support':190 'supporturl':285,433 'sv':261 'sync':8,1594 'tabl':129,314,330,346,366,507,1068,1090,1181,1198,1212,1318,1336,1409,1470 'tafel':879,888,912,982,1030 'taglin':649,755,761 'target':515,684,699 'templat':681 'term':1448 'text':520,1114,1119,1126 'th':262 'think':1449 'tie':1541 'tight':656 'time':1488 'tone':526,575,817 'topic-agent-skills' 'topic-ai-skills' 'topic-app-store-connect' 'topic-apple' 'topic-asc' 'topic-automation' 'topic-cicd' 'topic-cli' 'topic-devops' 'topic-ios' 'topic-macos' 'topic-testflight' 'total':610,737 'tr':263 'translat':6,23,38,65,71,510,517,524,572,594,621,631,646,669,679,689,705,719,745,753,778,849,1118,1130,1258,1348,1362,1433,1442,1464,1490,1599 'truncat':1125,1138 'two':272 'type':119,273,394,463,927,1040,1079,1243,1297,1325,1389 'typic':179 'u':551,800 'uk':264 'unavail':485 'unless':150,774,1363,1404 'unprofession':1128 'updat':640,1368,1521,1558,1570 'upload':103,848,892,898,915,923,1014,1033,1036,1095,1124,1281,1285,1293,1422,1466,1501,1536 'urls/text':387 'us':182,224 'use':21,27,52,127,393,411,529,533,566,686,783,809,1007,1171,1407,1575,1590,1607 'user':152,597,672,1365,1452,1463 'ust':549,798 'usual':662 'valid':1117,1418 'van':889 'var':164 'verbeteringen':884,988 'verif':133 'verifi':1054,1310 'vermenigvuldig':890 'version':93,115,117,197,276,317,320,334,336,369,379,405,423,438,439,491,503,504,644,866,893,899,900,947,956,968,970,1064,1065,1188,1199,1201,1232,1233,1274,1286,1287,1314,1315,1371,1378,1382,1383,1538,1545,1548,1563,1574 'version-id':116,967 'version-loc':368 'vi':265 'via':147,852,941,1002,1401 'você':555 'vous':547,796 'vs':1372 'what':984 'whats-new':983 'whatsnew':284,374,431,620,744,838,839,881,1565 'wiskund':877,980 'within':587,1121 'without':641,1480,1560 'workflow':301 'would':601,724 'write':1268 'zh':267,270 'zh-han':266 'zh-hant':269 'вы':543,792","prices":[{"id":"ed9e5ab9-fa20-4648-b1d6-37014ce35dbd","listingId":"b86b7835-9c2a-42e2-851a-efa1a0ae2148","amountUsd":"0","unit":"free","nativeCurrency":null,"nativeAmount":null,"chain":null,"payTo":null,"paymentMethod":"skill-free","isPrimary":true,"details":{"org":"rorkai","category":"app-store-connect-cli-skills","install_from":"skills.sh"},"createdAt":"2026-04-18T21:56:45.234Z"}],"sources":[{"listingId":"b86b7835-9c2a-42e2-851a-efa1a0ae2148","source":"github","sourceId":"rorkai/app-store-connect-cli-skills/asc-localize-metadata","sourceUrl":"https://github.com/rorkai/app-store-connect-cli-skills/tree/main/skills/asc-localize-metadata","isPrimary":false,"firstSeenAt":"2026-04-18T21:56:45.234Z","lastSeenAt":"2026-05-02T18:53:02.054Z"}],"details":{"listingId":"b86b7835-9c2a-42e2-851a-efa1a0ae2148","quickStartSnippet":null,"exampleRequest":null,"exampleResponse":null,"schema":null,"openapiUrl":null,"agentsTxtUrl":null,"citations":[],"useCases":[],"bestFor":[],"notFor":[],"kindDetails":{"org":"rorkai","slug":"asc-localize-metadata","github":{"repo":"rorkai/app-store-connect-cli-skills","stars":776,"topics":["agent-skills","ai-skills","app-store-connect","apple","asc","automation","cicd","cli","devops","ios","macos","testflight","xcode"],"license":"mit","html_url":"https://github.com/rorkai/app-store-connect-cli-skills","pushed_at":"2026-04-24T08:59:37Z","description":"Skills to automate app store deployed and everything related to it using the asc cli","skill_md_sha":"af3fd0e3fb448857bc552716e15574dee35d0496","skill_md_path":"skills/asc-localize-metadata/SKILL.md","default_branch":"main","skill_tree_url":"https://github.com/rorkai/app-store-connect-cli-skills/tree/main/skills/asc-localize-metadata"},"layout":"multi","source":"github","category":"app-store-connect-cli-skills","frontmatter":{"name":"asc-localize-metadata","description":"Automatically translate and sync App Store metadata (description, keywords, what's new, subtitle) to multiple languages using LLM translation and asc CLI. Use when asked to localize an app's App Store listing, translate app descriptions, or add new languages to App Store Connect."},"skills_sh_url":"https://skills.sh/rorkai/app-store-connect-cli-skills/asc-localize-metadata"},"updatedAt":"2026-05-02T18:53:02.054Z"}}