Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe + RevenueCat Integration Skill

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.

Install

git clone https://github.com/ocplease/stripe-integrate.git ~/.codex/skills/stripe-integrate

Or copy this repository into another agent environment's skills directory.

Use

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.

Why it is token-efficient

  • A short SKILL.md contains only routing and invariants.
  • Detailed web/mobile, catalog, backend, and rollout instructions load on demand.
  • scripts/preflight.sh replaces broad manual repository exploration.
  • assets/billing-manifest.example.yaml prevents repeated provider-ID discovery.
  • Hosted Checkout and a single entitlement authority minimize custom code and duplicate event paths.

Safety

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.

License

MIT

About

Token-efficient Codex skill for secure Stripe and RevenueCat app billing

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages