Integrate Adapty into your Android app with the SDK integration skill

Important

The skill is in beta. If it stalls or behaves unexpectedly, follow the step-by-step integration guide instead — it walks your AI tool through every stage with the right docs.

The adapty-sdk-integration skill automates Adapty integration end to end: dashboard setup, SDK install, paywall, and per-stage verification. It detects your platform automatically and fetches the relevant Adapty docs at each stage.

Supported tools: Claude Code, GitHub Copilot CLI, OpenAI Codex, Gemini CLI.

To install, pick the form for your tool. The full list is in the skill README.

The repository holds two skills — adapty-sdk-integration and ads-manager, which runs Apple Search Ads through the Adapty CLI. Each command below installs both.

Claude Code

claude plugin marketplace add adaptyteam/adapty-sdk-integration-skill
claude plugin install adapty-sdk-integration@adapty

GitHub Copilot CLI

git clone https://github.com/adaptyteam/adapty-sdk-integration-skill.git
cp -r adapty-sdk-integration-skill/skills/* ~/.copilot/skills/

Gemini CLI

gemini skills install https://github.com/adaptyteam/adapty-sdk-integration-skill

OpenAI Codex or any other tool — use the skills CLI (note that skills installed this way don’t update automatically):

npx skills add adaptyteam/adapty-sdk-integration-skill --all

--all installs both skills into every agent it detects. Without it, the CLI asks which of the two you want.

Alternatively, clone the repo and copy the directories under skills/ into your tool’s skills directory.

After installing, run the skill in your project:

/adapty-sdk-integration

The skill asks a few setup questions, then walks through dashboard setup, SDK install, paywall, and verification.