Skip to main content
OpenClix is currently delivered as agent skills plus reference templates. This installation path is intended for agent-based mobile app retention and engagement automation. Use this prompt in your coding agent:
Install OpenClix skills from https://github.com/openclix/openclix and integrate OpenClix into this project.
Use openclix-init to detect platform, copy templates into the dedicated OpenClix namespace,
wire initialization/event/lifecycle touchpoints, and run build verification.
Then use openclix-design-campaigns to create .clix/campaigns/app-profile.json
and generate .clix/campaigns/openclix-config.json.
Then use openclix-analytics to detect installed Firebase/PostHog/Mixpanel/Amplitude,
forward OpenClix events with openclix tags, and produce a pre/post impact report
for D7 retention and engagement metrics.
Then use openclix-update-campaigns to draft campaign action recommendations.
Then run scripts/retention_ops_automation.sh with --agent all to generate
OpenClaw, Claude Code, and Codex review prompts before apply.
Do not add dependencies without approval.

Option B: Manual skill install

  1. Install skills:
npx skills add openclix/openclix
  1. Run openclix-init in your app project.
  2. Run openclix-design-campaigns to generate campaign config.
  3. Run openclix-analytics to wire event forwarding and produce impact outputs.
  4. Run openclix-update-campaigns to draft campaign operation changes.
  5. Run scripts/retention_ops_automation.sh to generate OpenClaw/Claude Code/Codex review prompts.
Continue with the agent-based mobile app retention automation workflow.