Handles the configuration of in-app purchases and subscriptions for Google Play, covering both the legacy API and the newer monetization endpoints. The big gotcha is that product IDs are permanent once created, even after deletion, so you can't reuse a burned ID. The skill documents the two competing APIs (the legacy inappproducts vs the new onetimeproducts) and makes it clear you should use the new one unless you're managing old products. It walks through the full lifecycle: creating products with regional pricing, activating purchase options (new products start in DRAFT), and setting up subscription base plans and offers. Useful if you're wiring up monetization and need to remember which price format or regions-version flag applies to which API.
npx skills add https://github.com/tamtom/gplay-cli-skills --skill gplay-iap-setup