Installation
Requirements
- Node.js 20 or higher
- One supported AI agent (see table below)
Supported AI Agents
| Agent | Access | Notes |
|---|---|---|
| Gemini CLI | Free (1,000 requests/day) | Recommended for free users |
| GitHub Copilot | Free (50 monthly premium requests) | Recommended for free users |
| OpenCode | Varies | - |
| Cursor | Subscription | - |
| Claude Code | Subscription | - |
| Codex | Subscription | - |
Gemini CLI and GitHub Copilot offer generous free tiers, making them ideal starting points if you don’t have an existing subscription.
Quick Start
Commands
Core
clix install
Auto-configure push notifications in your project. Runs a two-step process: first prepares your project configuration (Firebase, APNs, entitlements), then hands off to your selected AI agent for SDK installation.
clix doctor
Diagnose your project’s Clix SDK integration status. Checks configuration completeness and hands off to your AI agent for detailed analysis and fixes.
clix mcp
Install the Clix MCP Server, enabling AI agents to access real-time Clix documentation and SDK code examples.
clix skills
Install Clix Skills for your AI agent, providing pre-built workflows for SDK integration, event tracking, user management, and more.
Utility
clix login
Authenticate with your Clix account via device flow.
clix logout
Remove stored credentials.
clix whoami
Show the current logged-in user.
clix agent [name]
List available agents or switch to a specific agent.
clix update
Check for and apply CLI updates.
clix uninstall
Remove the CLI from your system.
clix help
Show available commands.
Key Features
- Command-Mode Architecture: Dedicated commands for each workflow — no interactive chat session required
- Two-Step Install Process: Automated project preparation followed by AI agent handoff for SDK integration
- Multiple Agent Support: Choose from 6 AI agents and switch between them at any time
- Platform Detection: Automatically identifies your project type and provides tailored configuration
- Auto-Update: Built-in update mechanism that detects your install method and applies updates accordingly
Related Resources
Agent Skills
Pre-built skills for SDK integration, event tracking, user management, and more.
MCP Server
Enable AI agents to access real-time Clix documentation and SDK examples.
Feedback & Issues For any issues or feature requests, please open an issue on GitHub.