gps-monetization
Installation
SKILL.md
Monetization catalogs
gps --package $PKG subscriptions list --json
gps --package $PKG subscriptions get monthly_premium
gps --package $PKG otp list --json
gps --package $PKG iap list --json
gps --package $PKG convert-prices --currency USD --units 9 --nanos 990000000
Advanced create/patch/batch/base-plan/offer ops:
gps ops subscription
gps ops offer
gps call gps_get_subscription '{"packageName":"'"$PKG"'","productId":"monthly_premium"}'