Gpd Ppp Pricing
Calculates GDP PPP (Purchasing Power Parity) exchange rates for international comparisons, offering insights into relative economic sizes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gpd-ppp-pricing npx -- -y @trustedskills/gpd-ppp-pricing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gpd-ppp-pricing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gpd-ppp-pricing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, Gpd Ppp Pricing, allows AI agents to manage pricing for subscriptions and one-time products on a per-region basis. It facilitates migrating existing prices, creating new pricing structures, and updating offers with regional variations. The tool utilizes priceMicros values (representing price in millionths of the smallest currency unit) to ensure accuracy when setting prices across different regions.
When to use it
- You need to adjust subscription pricing for users in specific geographic locations.
- You want to offer one-time products with region-specific pricing.
- You're managing a large number of regional price updates and prefer using batch processing.
- You need to verify the current pricing configuration for subscriptions or base plans.
Key capabilities
- Migrates prices for subscription base plans on a per-region basis.
- Creates and updates one-time product pricing, including default prices.
- Lists, creates, and batch updates offers with regional variants.
- Allows retrieving current subscription details.
- Supports batch processing using JSON files for efficient price management.
Example prompts
- "Migrate the price of plan456 in package com.example.app to 9990000 micros for region US."
- "Create a consumable one-time product with ID sku123 in package com.example.app and set its default price to 1990000."
- "List the offers associated with subscription sub123 and plan456 within package com.example.app."
Tips & gotchas
- Ensure you have your
GPD_SERVICE_ACCOUNT_KEYcredentials configured before using this skill. - Always use
--packageexplicitly when executing commands. - Use
priceMicrosvalues to avoid rounding errors during price setting.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.