play-billing-skills
Android billing integration, subscriptions, and Play Billing migrations
All Skills in This Repository (31)
Pure Emerald Level Indicatorsprice-changes
Manage subscription price changes in RevenueCat's Android SDK environment.
error-handling
Categorize RevenueCat Android SDK errors and map them to user-friendly messages.
catalog-management
Synchronize Android product catalogs between Google Play Console and RevenueCat dashboard.
understanding-revenuecat
Explain RevenueCat Android SDK architecture and its billing components.
cancellations-pauses-winback
Detect RevenueCat cancellation, pause, and winback states on Android.
security
Configure entitlement verification and API key management for RevenueCat Android apps.
revenuecat-vs-raw-billing
Compare RevenueCat and Google Play Billing Library for Android billing strategies.
setup
Automate RevenueCat Android project setup, service account configuration, and entitlements.
subscription-states
Determine user subscription states on the RevenueCat Android platform.
backend
Automate RevenueCat backend operations for Android subscription management via REST API.
one-time-products
Automate one-time product sales and purchase verification on Android with RevenueCat SDK.
subscriptions
Map Google Play subscription structures to RevenueCat's Android SDK object model.
Frequently Asked Questions
FAQPage SchemaHow to install Play Billing Skills?โผ
Run `npx skills add RevenueCat/play-billing-skills --all -g -y` in your terminal to install all 45 skills globally.
What does Play Billing Skills cover?โผ
It covers the full Android billing lifecycle: setup, purchases, subscriptions, plan and price changes, cancellations, payment recovery, security, testing, and server-side verification with RTDN or RevenueCat webhooks.
Should I use the google-play or revenuecat collection?โผ
Use google-play if you integrate BillingClient directly and run your own verification backend. Use revenuecat if you let the RevenueCat SDK handle billing, verification, and subscription state for you.
Does it help migrate to Play Billing Library 9?โผ
Yes. Dedicated skills walk through v7-to-v8, v8-to-v9, and combined v7-to-v9 migrations with rename maps, dependency bumps, and verification steps.
Which coding agents work with these skills?โผ
Claude Code loads them natively, while Android Studio Agent mode, Gemini CLI, Cursor, and Codex can follow the same SKILL.md files as plain markdown instructions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core