A compact Codex skill for planning, implementing, testing, and launching secure billing across web, iOS, and Android.
It helps an agent choose the simplest architecture, create a consistent catalog, integrate hosted Stripe Checkout and RevenueCat entitlements, build idempotent webhook fulfillment, and verify the full sandbox path before production.
git clone https://github.com/ocplease/stripe-integrate.git ~/.codex/skills/stripe-integrateOr copy this repository into another agent environment's skills directory.
Use $stripe-integrate to add monthly and annual subscriptions to this web, iOS, and Android app.
The skill starts with a read-only repository preflight and loads only the reference needed for the active phase. Public resource IDs can be saved in the included manifest template; secrets must stay in the deployment platform's secret store.
- A short
SKILL.mdcontains only routing and invariants. - Detailed web/mobile, catalog, backend, and rollout instructions load on demand.
scripts/preflight.shreplaces broad manual repository exploration.assets/billing-manifest.example.yamlprevents repeated provider-ID discovery.- Hosted Checkout and a single entitlement authority minimize custom code and duplicate event paths.
The skill requires sandbox-first testing, verified and idempotent webhooks, stable user identity, client/server key separation, and explicit authorization before live charges or account changes. It does not provide legal or tax advice.
MIT