Skip to main content
Clix CLI helps you integrate, diagnose, and manage the Clix Mobile SDK through your favorite AI coding agent. It prepares your project configuration, then hands off to an AI agent for seamless SDK setup across iOS, Android, React Native, and Flutter projects.

Installation

npm install -g @clix-so/clix-cli

Requirements

  • Node.js 20 or higher
  • One supported AI agent (see table below)

Supported AI Agents

AgentAccessNotes
Gemini CLIFree (1,000 requests/day)Recommended for free users
GitHub CopilotFree (50 monthly premium requests)Recommended for free users
OpenCodeVaries-
CursorSubscription-
Claude CodeSubscription-
CodexSubscription-
Gemini CLI and GitHub Copilot offer generous free tiers, making them ideal starting points if you don’t have an existing subscription.

Quick Start

# 1. Install the CLI
curl -fsSL https://clix.sh/install | bash

# 2. Authenticate
clix login

# 3. Install the SDK
clix install

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 install

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 doctor

clix mcp

Install the Clix MCP Server, enabling AI agents to access real-time Clix documentation and SDK code examples.
clix mcp

clix skills

Install Clix Skills for your AI agent, providing pre-built workflows for SDK integration, event tracking, user management, and more.
clix skills

Utility

clix login

Authenticate with your Clix account via device flow.
clix login

clix logout

Remove stored credentials.
clix logout

clix whoami

Show the current logged-in user.
clix whoami

clix agent [name]

List available agents or switch to a specific agent.
# List all available agents
clix agent

# Switch to a specific agent
clix agent gemini

clix update

Check for and apply CLI updates.
clix update

# Preview without applying
clix update --dry-run

clix uninstall

Remove the CLI from your system.
clix uninstall

# Keep configuration files
clix uninstall --keep-config

clix help

Show available commands.
clix help

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
Feedback & Issues For any issues or feature requests, please open an issue on GitHub.