LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

revenuecat-api-quick-reference - RevenueCat Android SDK 10.x and REST API Quick Reference

Provides quick reference for RevenueCat Android SDK 10.x and REST API, covering SDK initialization, core calls, CustomerInfo, and offerings patterns.

Tags

Updated: 2026-09-21

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Configure RevenueCat Android SDK
  • Fetch offerings and store products
  • Execute purchase and restore operations
  • Access customer info and entitlements
  • Handle purchase transaction errors
  • Register customer info listeners

Inputs

  • RevenueCat API key
  • Android Context and Activity instances
  • App user ID
  • Product and package identifiers

Outputs

  • CustomerInfo object
  • Offerings and StoreProduct instances
  • PurchaseResult object
  • LogInResult object

Requirements

  • RevenueCat Android SDK 10.x
  • Kotlin Coroutines
  • Android development environment

Source

  • Spec: SKILL.md
android
revenuecat
sdk-reference
rest-api
in-app-purchases
Configure RevenueCat Android SDK
Fetch offerings and store products
Execute purchase and restore operations
Access customer info and entitlements
RevenueCat API key
Android Context and Activity instances
App user ID
CustomerInfo object
Offerings and StoreProduct instances
PurchaseResult object