HN 표시: OpenClix, 에이전트 친화적인 오픈 소스 보존 도구

hackernews | | 💼 비즈니스
#ai 에이전트 #hn #openclix #보존 도구 #오픈 소스 #claude #tip #로컬퍼스트 #메시징 #에이전트 #오픈소스 #온보딩
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

오픈소스 툴킷 OpenClix는 모바일 앱 내부에서 직접 실행되는 사용자 참여 및 유지율 관련 로직을 제공합니다. JSON 기반 설정 파일로 캠페인과 규칙을 정의하여 기기 로컬에서 이벤트에 반응하며, 백엔드 제어 없이 푸시 알림이나 재참여 리마인더를 처리합니다. 코드를 프로젝트 리포지토리에 직접 통합하여 SDK 의

본문

OpenClix helps teams run onboarding, habit, re-engagement, and feature-discovery messaging with local-first execution. It is designed to be: - Open source and auditable - Source-first (vendored client code, not runtime SDK lock-in) - Agent-friendly (explicit interfaces and clear edit points) OpenClix is delivered as skills + source templates. For Humans Paste this prompt into 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. If this project already has local notifications outside OpenClix, detect whether they are migration-capable, ask whether to migrate supported flows into OpenClix or keep them as-is, and default to keeping them unchanged. Then use openclix-design-campaigns to create .openclix/campaigns/app-profile.json and generate .openclix/campaigns/openclix-config.json. Do not add dependencies without approval. Follow the full guide: Install and integrate OpenClix Follow the guide here: Add Claude Code Plugin If you wnat to integrate with your PA tools 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. To update campaigns Use openclix-update-campaigns to propose pause/resume/add/delete/update actions from campaign metrics and produce openclix-config.next.json before applying any change to the active config. To sync OpenClix source code Use openclix-update to re-sync existing OpenClix source integration files with the latest openclix-init template baseline. This keeps custom campaign logic updates (openclix-update-campaigns) and template maintenance (openclix-update) clearly separated. For Agents - Install skills: npx skills add openclix/openclix - Run openclix-init to integrate templates and touchpoints. If the app already has local notifications,openclix-init will detect them, classify whether supported flows can migrate into OpenClix, and default to keeping the existing implementation unless migration is explicitly requested. - Run openclix-design-campaigns to generate.openclix/campaigns/openclix-config.json . - Run openclix-analytics to detect provider wiring and generate impact artifacts. - Run openclix-update-campaigns to produce conservative recommendation drafts. - Run openclix-update when the plugin template baseline changes and source files need re-synchronization. | Topic | Link | |---|---| | Installation | Install and integrate OpenClix | | Workflow | Run the OpenClix workflow | | Verification | Verify your integration | | Retention automation | Agent retention automation guide | | Config delivery | Config delivery guide | | Campaign design | Campaign design guide | | Analytics impact | Analytics impact guide | | Runtime model | Runtime model reference | | Use cases | Use cases reference | | FAQ | FAQ | | Project status | Project status | - Not a hosted full engagement platform - Not a required runtime package dependency - Not dependent on a Clix-hosted control plane for local-first flows Use issues and pull requests to propose improvements to the project and documentation. MIT License. See LICENSE.

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →