AI setup for Android
Use the Contentsquare wizard or skills to set up, update, and configure Android with your AI coding agent.
Contentsquare wizard
Section titled Contentsquare wizardRun the wizard in your project directory. It configures your AI coding agent, installs the matching Contentsquare integration, and verifies the installation.
npx @contentsquare/wizard installSupports GitHub Copilot, Cursor, and Claude Code. Requires Node.js ≥ 18 and an AI coding agent with MCP support.
Contentsquare skills
Section titled Contentsquare skillsChoose how to install the Contentsquare skills.
Add the Contentsquare marketplace, then install the plugin for Android:
copilot plugin marketplace add ContentSquare/agentscopilot plugin install contentsquare-android@contentsquareAdd the Contentsquare marketplace, then install the plugin for Android:
/plugin marketplace add ContentSquare/agents/plugin install contentsquare-android@contentsquareInstall contentsquare from the Cursor marketplace ↗, or add the Contentsquare agents repository ↗ directly. Cursor reads the .cursor-plugin catalog in the repository.
Install the Contentsquare skill pack with the open skills.sh ecosystem:
npx skills add contentsquare/agentsDownload or clone the Contentsquare agents repository ↗, then copy skills/contentsquare-android-sdk into the location your AI coding agent scans for skills:
| AI coding agent | Skill location |
|---|---|
| GitHub Copilot | .github/skills/ or .agents/skills/ |
| Cursor | .cursor/rules/ or the project root |
| Claude Code | .claude/skills/ or the project root |
| Other compatible agents | .agents/skills/ |
Example prompts
Section titled Example promptsPaste one of the following prompts into your coding agent, or type your own.
Install Contentsquare for Android.Track custom events with properties in my Android app.Mask sensitive data in Session Replay for my Android app.Upgrade my Android app from the Contentsquare SDK to the CSQ SDK.
