📦 Customer Lifetime Value Optimizer — 技能工具

v1.0.0

Segment ecommerce customers by repeat behavior, margin quality, membership depth, and churn or return risk, then turn rough order-history notes into a priori...

0· 17·0 当前·0 累计
harrylabsj 头像by @harrylabsj (haidong)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/14
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and requirements are consistent with its stated purpose: a heuristic, offline LTV action-plan generator that does not request credentials, install software, or call external services.
评估建议
This appears to be a self-contained, heuristic LTV planning skill. Before installing: (1) review the handler.py yourself if you can (it will run on the agent), (2) avoid feeding raw, sensitive PII (full customer records) into the skill—use aggregated or anonymized segment notes instead, (3) do not allow the agent to auto-apply recommendations to live CRM/ESP systems (the SKILL.md already warns against auto-sending), and (4) treat outputs as operator-facing suggestions, not finance-grade forecast...
详细分析 ▾
用途与能力
Name and description match the implementation: the SKILL.md describes an offline planner and the handler parses user-provided segment notes into a markdown plan. No unrelated credentials, binaries, or config paths are requested.
指令范围
SKILL.md limits the skill to using user-provided exports/notes and explicitly disallows connecting to live CRM/ESP/analytics systems or auto-sending messages. The handler code follows that scope (parsing inputs, applying heuristics, and rendering markdown) and does not read unrelated system files or environment variables.
安装机制
There is no install spec (instruction-only), and the included Python files are local. Nothing is downloaded or extracted from external URLs.
凭证需求
The skill requires no environment variables, keys, or config paths. The code reads only SKILL.md (its own documentation) and the user-provided input — proportional to the declared purpose.
持久化与权限
Flags show always: false and normal model invocation. The skill does not request permanent presence or attempt to modify other skill/system configuration.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/14

Customer Lifetime Value Optimizer 1.0.0 - Initial release of the Customer Lifetime Value Optimizer skill. - Segments ecommerce customers by key behaviors (repeat, margin, membership, churn/return risk) using user-provided notes and summaries. - Generates a prioritized, markdown-formatted LTV growth plan with diagnosis, lever ranking, and actionable steps. - Designed for CRM, membership, lifecycle, and retention teams without requiring live CRM, CDP, ESP, or analytics integrations. - Separates revenue and margin considerations in recommendations and provides action plans by segment, including short, medium, and long-term priorities.

无害

安装命令

点击复制
官方npx clawhub@latest install customer-lifetime-value-optimizer
镜像加速npx clawhub@latest install customer-lifetime-value-optimizer --registry https://cn.longxiaskill.com镜像同步中
需要定制?告诉我你的需求 →

技能文档

Overview

Use this skill to convert customer-segment notes, order-history summaries, gross-margin signals, and retention context into a practical LTV action plan. It is built for operators who need fast prioritization across new-customer nurture, repeat purchase growth, margin protection, and winback strategy.

This MVP is heuristic. It does not connect to live CRM, CDP, ESP, loyalty, or analytics systems. It relies on the user's segment notes, exported summaries, and lifecycle context.

Trigger

Use this skill when the user wants to:

  • identify which customer segments deserve the most retention investment
  • design different lifecycle moves for high-value, price-sensitive, dormant, or return-risk customers
  • rank LTV levers such as repeat rate, AOV, margin mix, or churn reduction
  • turn rough order-history notes into a CRM or membership action brief
  • separate revenue growth ideas from margin-quality and retention-quality risks

Example prompts

  • "Which segments should we prioritize to improve LTV this quarter?"
  • "Create a retention plan for VIP, new, and dormant customers"
  • "How can we grow LTV without overusing discounts?"
  • "Turn these order and membership notes into an LTV roadmap"

Workflow

  • Capture the customer segments, order behavior, and whether the main tension is repeat rate, AOV, churn, or margin quality.
  • Normalize the likely LTV signals: order history, repurchase cycle, segment mix, return behavior, and offer sensitivity.
  • Separate customer groups into different action lanes instead of giving one generic lifecycle answer.
  • Rank the highest-value LTV levers and attach practical plays, owners, and success metrics.
  • Return a markdown plan with segment diagnosis, lever ranking, and action packages.

Inputs

The user can provide any mix of:
  • customer segments or membership tiers
  • order history and repeat-cycle notes
  • AOV, gross margin, bundle rate, or attach-rate context
  • churn, dormancy, or lapsed-customer notes
  • refund or return-risk observations
  • lifecycle messaging constraints and incentive constraints

Outputs

Return a markdown plan with:
  • a segment diagnosis table
  • ranked LTV levers
  • action packages by segment
  • short, medium, and longer-horizon priorities
  • measurement notes, assumptions, and limits

Safety

  • Do not claim access to live CRM, ESP, loyalty, or analytics systems.
  • Do not auto-send discounts, coupons, or lifecycle messages.
  • Keep revenue lift and margin impact separate in the recommendations.
  • Downgrade certainty when user-level order history is incomplete.
  • Treat financial LTV models and operator-facing lifecycle plans as related but not identical.

Best-fit Scenarios

  • CRM and membership planning for ecommerce teams
  • repeat-purchase and lifecycle improvement reviews
  • retention strategy design when data is partial but usable
  • operator-led businesses that need an action plan before building a deeper model

Not Ideal For

  • formal finance-grade LTV forecasting
  • automatic customer scoring or trigger orchestration
  • businesses with no segment or order-history visibility at all
  • scenarios that require privacy-reviewed activation logic

Acceptance Criteria

  • Return markdown text.
  • Include segment diagnosis, lever ranking, action packages, and limits.
  • Show at least one short-term, one medium-term, and one longer-term move.
  • Keep the plan practical for CRM, lifecycle, and retention operators.
数据来源ClawHub ↗ · 中文优化:龙虾技能库