Appstore pricing planner
Skill Xopoko/plug-n-skills/plugins/build-swift-apps/skills/appstore-pricing-planner
Ready-to-install skills and plugins for Codex, Claude Code, and AI coding agents: practical workflows for app delivery, architecture, research, design, and agent tooling.
npx -y skills add Xopoko/plug-n-skills --skill appstore-pricing-plannerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Set territory-specific subscription and IAP pricing with `asc` setup, pricing summary, CSV import, price-point, availability, and schedule commands. Use for PPP or localized pricing strategies.
SKILL.md
2.0 KB, as published. Nobody here has run it
App Store Pricing Planner
Use current asc pricing families to inspect, dry-run, apply, and verify regional subscription/IAP prices.
Preconditions
asc auth loginorASC_*.- App/product IDs resolved; pass
--appor useASC_APP_ID. - Base territory chosen, usually
USA. - Run
asc pricing territories list --paginateif territory IDs are unknown.
Command Plan Helper
For a deterministic command plan, run the helper from the plugin root:
python3 "$PLUGIN_ROOT/skills/appstore-pricing-planner/scripts/pricing_plan.py" \
--subscription-id "SUB_ID" --territory "USA" \
--include-subscription-import --prices-csv "./ppp-prices.csv"
The helper prints commands only; it does not call ASC, import CSV data, or change prices. Commands that create products, apply imports, set prices, edit availability, or create schedules require --confirming-actions. Pass --json for machine-readable output.
Workflow
- Resolve app, subscription, IAP, territory, and price point IDs before planning mutations.
- Inspect summaries and price lists first, especially the base territory and high-revenue localized territories.
- For PPP or regional bulk changes, prepare CSV with required
territoryandprice; optional fields includecurrency_code,start_date,preserved,preserve_current_price, andprice_point_id. - Dry-run broad subscription CSV imports before applying.
- Verify summaries after applying important price, schedule, or availability changes.
- Expect propagation delay in App Store Connect/storefronts. Older
asc subscriptions prices ...paths may exist, but thepricingfamily is canonical.
References
references/appstore-pricing-planner.mdfor detailed subscription setup, IAP setup, CSV import, manual override, availability, and schedule commands.