asc-ppp-pricing

asc-ppp-pricing is a skill for Claude Code, Codex from Abdullah4AI/apple-developer-toolkit. It costs 36 tokens per session (1,014 once invoked), scanned A, original, MIT.

A pricing workflow for setting different subscription or in-app-purchase prices by country using purchasing power parity, which adjusts prices to local buying power. It uses App Store Connect data to find matching local price points.

In plain words
What is it for?
Use it to inspect an app’s subscriptions, choose a base territory and price tier, find equivalent regional price points, and set country-specific pricing.
Why use it?
It replaces guesswork with a repeatable way to localize prices while keeping them comparable to a chosen base market.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

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.

agentmods
npx agentmods add skills/abdullah4ai/apple-developer-toolkit/asc-ppp-pricing
Any agent
npx skills add Abdullah4AI/apple-developer-toolkit --skill asc-ppp-pricing
Clone the repo
git clone --depth 1 https://github.com/Abdullah4AI/apple-developer-toolkit

Made for: Claude Code, Codex.

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 asc-ppp-pricing

README.md
[![agentmods](https://agentmods.dev/badge/skills/abdullah4ai/apple-developer-toolkit/asc-ppp-pricing.svg)](https://agentmods.dev/skills/abdullah4ai/apple-developer-toolkit/asc-ppp-pricing)
Your own site
<a href="https://agentmods.dev/skills/abdullah4ai/apple-developer-toolkit/asc-ppp-pricing"><img src="https://agentmods.dev/badge/skills/abdullah4ai/apple-developer-toolkit/asc-ppp-pricing.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,014 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00036 $0.01014
Opus 5 $0.00018 $0.00507
Sonnet 5 $0.00007 $0.00203
Haiku 4.5 $0.00004 $0.00101

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

Security

Grade A, and why

asc-ppp-pricing 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 6d ago.

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.

swiftship/internal/skills/data/features/asc-ppp-pricing/SKILL.md · 128 lines

How it starts

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

PPP Pricing (Per-Territory Pricing)

Use this skill to set different prices for different countries based on purchasing power parity or custom pricing strategies.

Preconditions

  • Ensure credentials are set (asc auth login or ASC_* env vars).
  • Use ASC_APP_ID or pass --app explicitly.
  • Know your base territory (usually USA) and base price tier.

Workflow: Set PPP-Based Subscription Pricing

1. List subscriptions for your app

asc subscriptions groups list --app "APP_ID"
asc subscriptions list --group "GROUP_ID"

2. Get price points for base territory (e.g., USA at $9.99)

asc subscriptions price-points list --id "SUB_ID" --territory "USA"

Note the price point ID for your desired tier.

3. Get equalizations (equivalent prices in all territories)

asc subscriptions price-points equalizations --id "PRICE_POINT_ID" --paginate

This returns price points for all territories with their local currency amounts.

4. Find target price points for each territory

From equalizations output, identify the price point IDs that match your PPP targets:

  • India: Find price point near your PPP-adjusted target (e.g., ~$3 equivalent)
  • Germany: Find price point for your EU target
  • Japan: Find price point for your JP target

5. Set prices for each territory

# Set price for India
asc subscriptions prices add --id "SUB_ID" --price-point "IND_PRICE_POINT_ID" --territory "IND"

# Set price for Germany
asc subscriptions prices add --id "SUB_ID" --price-point "DEU_PRICE_POINT_ID" --territory "DEU"

# Set price for Japan
asc subscriptions prices add --id "SUB_ID" --price-point "JPN_PRICE_POINT_ID" --territory "JPN"

6. Verify current prices

asc subscriptions prices list --id "SUB_ID"

Workflow: Set PPP-Based IAP Pricing

1. List in-app purchases

asc iap list --app "APP_ID"

2. Get price points for base territory

asc iap price-points list --id "IAP_ID" --territory "USA"

Read the full file on GitHub · 128 lines

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. 6d ago First seen · 128 lines · 36 tokens per session scan A bba80a9e1b3a

Subscribe to this mod's changes

asc-ppp-pricing is a skill published in the GitHub repository Abdullah4AI/apple-developer-toolkit (10 stars, last pushed yesterday), licensed MIT. It adds 36 tokens to every session and 1,014 once invoked, about $0.0002 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

store-listing-localizer

Automate Microsoft Store (Partner Center) listing localization for Intelligent Terminal (Store ID 9NMQC2SSJX24). Use when asked to export/import Store listings, localize release notes / descriptions / captions / features into 80+ languages, update listingData CSV, or push Store listing translations without manually…

microsoft/intelligent-terminal · 97 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

tiktok-shop-cross-border

Cross-border selling on TikTok Shop. Market selection, logistics setup, localization strategy, compliance requirements, and international expansion. Use when the user asks about TikTok Shop international selling, cross-border ecommerce, global expansion, or selling in multiple countries.

nexscope-ai/eCommerce-Skills · 55 tokens

amazon-global-selling

Evaluate and plan Amazon marketplace expansion across countries and regions. Use when a seller asks which Amazon marketplace to enter, how to compare international demand and economics, what tax, product-compliance, logistics, localization, account, or launch workstreams to investigate, or how to build a gated…

nexscope-ai/Amazon-Skills · 78 tokens

shopify-international

Shopify Markets — multi-currency, translation, duties/taxes, localized pricing, market-specific content.

nexscope-ai/eCommerce-Skills · 25 tokens

localization-testing

AI-powered localization and internationalization testing skill for e-commerce sites. Designs multi-language QA frameworks, currency validation checks, shipping info verification, and regional compliance audits.

nexscope-ai/eCommerce-Skills · 0 tokens