返回顶部
m

mova-churn-prediction

Analyze customer behavior signals to predict churn probability and route retention campaign decisions through a human approval gate via MOVA HITL. Trigger when the user asks to predict customer churn, requests a retention analysis, or wants to identify at-risk customers. Human sign-off is required before any targeted retention action is launched.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.1
安全检测
已通过
152
下载量
0
收藏
概述
安装方式
版本历史

mova-churn-prediction

> **Contract Skill** — A ready-to-use MOVA HITL workflow. Requires the `openclaw-mova` plugin. # MOVA Churn Prediction Run an AI churn risk assessment on your customer segment — get a ranked at-risk list with contributing factor breakdown, then route the retention campaign decision through a mandatory human approval gate with a full audit trail. ## What it does 1. **Behavior ingestion** — customer activity signals (logins, transactions, support tickets, feature usage) for the specified segment and period 2. **Churn model** — probability score per customer (0.0–1.0) with contributing factor breakdown 3. **High-risk list** — ranked list of at-risk customers above threshold with recommended retention actions 4. **Human gate** — customer success manager reviews the list and chooses: launch campaign / launch selective / defer / escalate 5. **Audit receipt** — input features, model version, prediction scores, and human approval are all logged **Escalation rules enforced by policy:** - GDPR check required before any customer is targeted — consent and legitimate interest must be confirmed - Model version drift (> 90 days) → recommend review before launch - Campaigns above budget threshold → escalate to VP required ## Requirements **Plugin:** MOVA OpenClaw plugin must be installed in your OpenClaw workspace. **Data flows:** - Segment ID + period + threshold → `api.mova-lab.eu` (MOVA platform, EU-hosted) - Customer activity data → events connector (read-only, no raw data stored by MOVA) - Feature vectors → churn model connector (inference only, read-only) - Customer profiles → CRM connector (read-only) - Audit journal → MOVA R2 storage, signed - No data sent to third parties beyond the above ## Demo **Step 1 — Segment submitted: SEG-ENTERPRISE, 30 days, threshold 0.70** ![Step 1](screenshots/01-input.jpg) **Step 2 — AI analysis: 300 at-risk customers, avg score 0.75, top signals and findings** ![Step 2](screenshots/02-analysis.jpg) **Step 3 — Decision recorded: launch_selective top 10 by churn score + audit receipt** ![Step 3](screenshots/03-audit.jpg) ## Quick start Say "run churn analysis for segment SEG-ENTERPRISE over the last 30 days": ``` segment_id: SEG-ENTERPRISE period_days: 30 threshold: 0.70 requestor_id: EMP-0441 ``` The agent fetches behavior signals, scores churn probability per customer, shows the ranked at-risk list with top contributing factors, then asks for your retention decision. ## Why contract execution matters - **GDPR compliance built in** — policy enforces consent check before any customer is targeted, not left to the agent's discretion - **Model version tracking** — the exact model version used for scoring is locked in the audit trail, enabling reproducibility audits - **Immutable decision record** — when a customer asks "why did I receive this offer?" or an auditor asks "who approved this campaign?" — the answer is in the system - **EU AI Act / GDPR Article 22 ready** — automated profiling for targeted campaigns requires documented human oversight ## What the user receives | Output | Description | |--------|-------------| | Customers analyzed | Total in segment | | At-risk count | Above threshold | | Avg churn score | Average probability for at-risk group | | Per-customer score | 0.0–1.0 churn probability | | Top contributing factors | Feature breakdown (e.g. login drop, support volume) | | Model version | Scoring model identifier and date | | Recommended retention actions | Per-customer suggested action | | Recommended decision | AI-suggested campaign choice | | Decision options | launch_campaign / launch_selective / defer / escalate | | Audit receipt ID | Permanent signed record of the campaign decision | | Compact journal | Full event log: feature pull → scoring → human decision | ## When to trigger Activate when the user: - Asks to predict churn, run retention analysis, or identify at-risk customers - Provides a segment ID or cohort with a date range - Sets up a scheduled churn review (weekly / monthly) **Before starting**, confirm: "Run churn analysis for segment [SEG-ID] — last [N] days?" If segment ID or period is missing — ask once. ## Step 1 — Submit customer segment for analysis Call tool `mova_hitl_start_churn` with: - `segment_id`: customer segment or cohort identifier - `period_days`: lookback period in days (e.g. 30) - `threshold`: minimum churn probability to include in at-risk list (e.g. 0.70) - `requestor_id`: employee ID of the requestor ## Step 2 — Show at-risk list and decision options If `status = "waiting_human"` — show the churn summary and ask to choose: ``` Segment: SEG-ID Period: N days Customers at risk: COUNT (above THRESHOLD) Avg churn score: AVG Top at-risk customers: [ID | Name | Score | Top factor] Recommended action: ACTION ← RECOMMENDED ``` | Option | Description | |---|---| | `launch_campaign` | Launch retention campaign for all high-risk customers | | `launch_selective` | Launch for top-N only (specify N in reason) | | `defer` | Defer to next review cycle | | `escalate` | Escalate to VP of Customer Success | Call tool `mova_hitl_decide` with: - `contract_id`: from the response above — this is `ctr-chn-xxxxxxxx`, NOT the segment ID - `option`: chosen decision - `reason`: manager reasoning ## Step 3 — Show audit receipt Call tool `mova_hitl_audit` with `contract_id`. Call tool `mova_hitl_audit_compact` with `contract_id` for the full signed scoring chain. ## Connect your real data systems By default MOVA uses a sandbox mock. To route analysis against your live infrastructure, call `mova_list_connectors` with `keyword: "churn"`. Relevant connectors: | Connector ID | What it covers | |---|---| | `connector.analytics.customer_events_v1` | Customer activity event stream | | `connector.ml.churn_model_v1` | Churn prediction model (inference endpoint) | | `connector.crm.customer_lookup_v1` | Customer profile and segment metadata | Call `mova_register_connector` with `connector_id`, `endpoint`, optional `auth_header` and `auth_value`. ## Rules - NEVER make HTTP requests manually - NEVER invent or simulate churn scores — if a tool call fails, show the exact error - Use MOVA plugin tools directly — do NOT use exec or shell - CONTRACT_ID is `ctr-chn-xxxxxxxx` from the mova_hitl_start_churn response — NOT the segment ID

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 mova-churn-prediction-1776018628 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 mova-churn-prediction-1776018628 技能

通过命令行安装

skillhub install mova-churn-prediction-1776018628

下载 Zip 包

⬇ 下载 mova-churn-prediction v1.0.1

文件大小: 3.67 KB | 发布时间: 2026-4-13 11:07

v1.0.1 最新 2026-4-13 11:07
Added Contract Skill type label.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部