1. Integrate with openclix-init
openclix-init:
- Detects platform (Expo/RN/Flutter/iOS/Android)
- Detects pre-existing local notification paths outside OpenClix
- Classifies detected notification paths as migration-capable or keep-as-is
- Asks whether to migrate supported notification flows or keep the existing implementation unchanged
- Defaults to keeping existing local notifications unless migration is explicitly requested
- Copies local-source templates into your repo
- Wires minimal initialization/event/lifecycle touchpoints
- Reuses existing dependencies where possible
- Runs platform-appropriate build/analyze verification
2. Generate config with openclix-design-campaigns
openclix-design-campaigns:
- Creates a structured campaign planning profile
- Designs lifecycle campaigns (onboarding/habit/re-engagement/milestone/feature discovery)
- Produces schema-valid config (
openclix/config/v1)
.openclix/campaigns/app-profile.json.openclix/campaigns/openclix-config.json
3. Measure impact with openclix-analytics
openclix-analytics:
- Detects provider: Firebase > PostHog > Mixpanel > Amplitude
- Wires OpenClix event forwarding with
openclix_*properties - Produces pre/post impact artifacts for retention + engagement
.openclix/analytics/impact-metrics.json.openclix/analytics/impact-report.md
4. Sync source integration when template baseline changes
openclix-update:
- Detects template drift in your existing OpenClix integration
- Proposes per-file updates while preserving custom code areas when markers exist
- Offers conflict reporting for files requiring manual review
- Keeps
openclix-update-campaignsfocused on campaign recommendations only
.openclix/openclix-update/openclix-update-plan.json.openclix/openclix-update/openclix-update-apply.json.openclix/openclix-update/openclix-update-report.md
5. Draft campaign operations with openclix-update-campaigns
openclix-update-campaigns:
- Reads impact + campaign metrics and evaluates per-campaign actions.
- Produces
openclix-config.next.jsonwithout mutating active config. - Keeps apply behind explicit confirmation.
.openclix/campaigns/update-recommendations.json.openclix/campaigns/openclix-config.next.json
6. Run agent retention operations with retention_ops_automation.sh
Use the helper script when you want OpenClaw, Claude Code, and/or Codex prompts generated from the latest OpenClix artifacts.
.openclix/automation/run-summary.json.openclix/automation/prompts/openclaw.md.openclix/automation/prompts/claude-code.md.openclix/automation/prompts/codex.md
7. Maintain Claude plugin registration
Keep Claude Code marketplace metadata current as OpenClix evolves:- Keep
.claude-plugin/plugin.jsonversion,.claude-plugin/marketplace.jsonmetadata.version, and.claude-plugin/marketplace.jsonplugins[0].versionaligned. - Keep
.claude-plugin/marketplace.jsonplugins[0].sourceas./so plugin installs resolve from the same marketplace checkout.