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.
npx agentmods add skills/dodopayments/dodo-agent-plugin/localized-pricingnpx skills add dodopayments/dodo-agent-plugin --skill localized-pricinggit clone --depth 1 https://github.com/dodopayments/dodo-agent-pluginWrote 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.
[](https://agentmods.dev/skills/dodopayments/dodo-agent-plugin/localized-pricing)<a href="https://agentmods.dev/skills/dodopayments/dodo-agent-plugin/localized-pricing"><img src="https://agentmods.dev/badge/skills/dodopayments/dodo-agent-plugin/localized-pricing.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00021 | $0.01978 |
| Opus 5 | $0.00010 | $0.00989 |
| Sonnet 5 | $0.00004 | $0.00396 |
| Haiku 4.5 | $0.00002 | $0.00198 |
Grade A, and why
localized-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 5d 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.
This is a copy
100% identical to localized-pricing — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Localized Pricing, Adaptive Currency, and PPP
This skill covers three distinct mechanisms for pricing in multiple countries and currencies. Developers often confuse them. This skill disambiguates them, shows how to implement each, and explains their interactions with plan changes, proration, and tax.
When to use this skill
- You need to set fixed prices for specific countries or currencies.
- You want to offer live foreign-exchange conversion at checkout.
- You're considering purchasing power parity discounts for emerging markets.
- You're unsure whether to use localized pricing or adaptive currency.
- You need to handle billing-country and currency resolution, fallback behavior, or plan changes with localized prices.
Core concepts
Three mechanisms, three purposes
| Mechanism | What it does | Who controls it | When prices change |
|---|---|---|---|
| Localized Pricing | Developer sets fixed prices per country/currency | You (via API) | Only when you update them |
| Adaptive Currency | Live FX conversion at checkout time | Dodo (live rates) | Every transaction, based on current rates |
| PPP Discounts | Third-party tools generate discount codes for low-income regions | ParityDeals, Evendeals, or similar | Per tool's schedule |
Key distinction: Localized prices are static. Adaptive currency is dynamic. PPP is a discount mechanism, not a pricing mode.
Localized Pricing
Set fixed prices for specific countries and currencies. Once created, a localized price does not change unless you update it. It does not track exchange rates.
Use localized pricing when you want predictable, region-specific pricing that you control.
Adaptive Currency
Enable live foreign-exchange conversion at checkout. The customer sees their local currency, and Dodo converts the base price using current rates.
Use adaptive currency when you want to offer checkout in any currency without manually setting prices for each one.
PPP (Purchasing Power Parity)
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.
- 5d ago First seen · 231 lines · 21 tokens per session scan A 68a74e79b111
localized-pricing is a skill published in the GitHub repository dodopayments/dodo-agent-plugin (6 stars, last pushed 5d ago), licensed MIT. It adds 21 tokens to every session and 1,978 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to localized-pricing, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
localized-pricing
Guide for implementing localized pricing, adaptive currency, and purchasing power parity with Dodo Payments.
b2b-markets
Use when building Shopify B2B catalogs, multi-storefront B2B, company location pricing, wholesale checkout, Shopify Markets (multi-region), multi-currency pricing with @inContext, currency formatting, market-specific catalogs, payment terms (NET 30/60), or anything involving B2B Plus / Markets / international commerce…
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…
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.
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.
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…