一键导入
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 页面并帮你完成安装。
基于 SOC 职业分类
Manage the CLI tools monorepo using helper scripts. Use when checking CI status, release commits, or managing multiple CLI projects.
Manage local UniFi Network controllers using the unifi CLI. Use when working with Dream Machine, Cloud Key, or self-hosted UniFi controllers.
Manage UniFi sites via the cloud-based Site Manager API using the usm CLI. Use when working with multiple sites, cloud controllers, or UniFi cloud infrastructure.
Interact with X API using the x CLI. Use when working with posts, timelines, media uploads, user data, or when the user mentions X, social media, posts, or x.
Manage Apple Business Connect listings using the abc CLI. Use when working with business locations, place cards, hours, or when the user mentions Apple Business Connect, Apple Maps business, location listings, or abc.
Query Advance Commerce APIs using the adv CLI. Use when working with e-commerce data, product catalogs, inventory, orders, or when the user mentions Advance Commerce, e-commerce, product data, or adv.
| 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.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 baseplans migrate-prices --package com.example.app sub123 plan456 --region-code US --price-micros 9990000gpd monetization offers list --package com.example.app sub123 plan456gpd permissions users list --developer-id DEV_IDgpd permissions grants create --package com.example.app --email user@example.com --app-permissions CAN_REPLY_TO_REVIEWS--pretty for debugging.--all on list commands to avoid missing items.