Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Summary

Integrate the EncoreKit SDK into any iOS, Android, Flutter, React Native, or Kotlin Multiplatform app — installs the SDK, wires the subscription manager, hooks paywall dismissal, and ships behind a safe git workflow.

Install to Claude Code

/plugin install integrate-encore@encorekit

Run in Claude Code. Add the marketplace first with /plugin marketplace add EncoreKit/claude if you haven't already.

README.md

EncoreKit — Claude Code Plugins

Official Claude Code plugins for integrating EncoreKit — the retention-offer SDK that converts users who dismiss your paywall.

Plugins

| Plugin | Description | |---|---| | integrate-encore | Walks Claude through a full SDK integration: detects your platform (iOS / Android / Flutter / React Native / KMP), installs the SDK, wires your subscription manager (RevenueCat / Superwall / Adapty / Qonversion / StoreKit / Play Billing), hooks paywall dismissal, and commits behind a safe git workflow with a diff-review gate. |

Install

In Claude Code, add this repo as a plugin marketplace:

/plugin marketplace add EncoreKit/claude

Then install the plugin:

/plugin install integrate-encore@encorekit

That's it. Now, in any project, run:

/integrate-encore

Claude will detect your stack, ask a few questions (API key, subscription manager, target paywall), and land a minimal-diff integration on a dedicated branch for your review.

Updating

/plugin marketplace update encorekit
/plugin update integrate-encore

What the integration does

1. Git safety — creates an encore-integration branch, refuses destructive git commands, commits only after you approve the diff, prints (but does not run) the push command. 2. Platform detection — confirms your framework before touching anything. 3. SDK install — adds the dependency via SPM / Maven / pub / npm / Gradle. 4. Configure — asks for your real pk_live_ / pk_test_ API key (no placeholders). 5. Subscription manager wiring — detects RevenueCat, Superwall, Adapty, Qonversion, StoreKit, Play Billing, or react-native-iap and wires onPurchaseRequest with real code. 6. Paywall dismissal hook — finds your close/back handler and fires Encore.placement(...).show() with reentrancy + lifecycle guards. 7. Verify & commit — runs the platform build/analyze, shows you the diff, waits for approval, stages files explicitly, commits on the integration branch.

See plugins/integrate-encore/commands/integrate-encore.md for the full skill definition.

License

MIT

Related plugins

Browse all →