一键导入
gpd-id-resolver
Resolve Google Play identifiers (package, tracks, version codes, products, subscriptions) using gpd. Use when commands require IDs or exact values.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Resolve Google Play identifiers (package, tracks, version codes, products, subscriptions) using gpd. Use when commands require IDs or exact values.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Orchestrate Google Play beta testing groups and distribution using gpd. Use when managing testers, internal testing, or beta rollouts.
Manage Google Play Developer Console using the gpd CLI. Use when working with Android app publishing, Play Store releases, app reviews, Android vitals, in-app purchases, subscriptions, or when the user mentions Google Play, Play Store, Android publishing, or gpd.
Guidance for using the Google Play Developer CLI (flags, output formats, auth, pagination). Use when asked to run or design gpd commands for Play Console workflows.
Set region-specific pricing for Google Play subscriptions and products using gpd monetization commands. Use when adjusting prices by territory or PPP strategy.
Track build processing, status, and retention for Google Play using gpd publish commands. Use when waiting on processing or managing releases.
Sync and validate Google Play metadata, listings, and assets with gpd, including Fastlane-style workflows. Use when updating store listings or translations.
基于 SOC 职业分类
| name | gpd-id-resolver |
| description | Resolve Google Play identifiers (package, tracks, version codes, products, subscriptions) using gpd. Use when commands require IDs or exact values. |
Use this skill to map names to IDs needed by other gpd commands.
com.example.app.--package explicitly for deterministic results.list, get, or status-style commands here; do not run mutating commands while resolving IDs.internal, alpha, beta, production.gpd publish tracks --package com.example.appgpd publish status --package com.example.app --track productiongpd publish testers list --package com.example.app --track internalgpd monetization products list --package com.example.appgpd monetization products get sku123 --package com.example.appgpd monetization onetimeproducts list --package com.example.appgpd monetization subscriptions list --package com.example.appgpd monetization subscriptions get sub123 --package com.example.appgpd monetization subscriptions get sub123 --package com.example.appgpd monetization offers list --package com.example.app sub123 plan456gpd permissions users list --developer-id DEV_ID--pretty for debugging.--all on list commands to avoid missing items.