Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计通过

biz-cac-ltv商业 cac 电视

Agent Skill

biz-cac-ltv 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

376

周安装

16

GitHub Stars

125

下载量

132
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:biz-cac-ltv(商业 cac 电视)
来源仓库:https://github.com/asgard-ai-platform/skills
仓库路径:skills/biz-cac-ltv
安装命令:
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-cac-ltv
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-cac-ltv

简介

biz-cac-ltv 聚焦客户获取成本与生命周期价值比,评估营销效率与商业模式可持续性。

  • 适用于初创企业融资、市场预算分配或优化用户留存策略等场景。
  • 使用时需提供获客支出与客户收入数据,工具计算 LTV:CAC 比率并提供改进方向。
  • 安装需通过 npx 添加 GitHub 仓库,建议确认数据来源权限及历史周期长度是否足够。
  • 注意:分类为待分类,强调该比率为核心指标,但需结合 churn rate 等上下文综合判断。

SKILL.md

CAC and LTV Analysis

Overview

CAC (Customer Acquisition Cost) and LTV (Customer Lifetime Value) are the two fundamental unit economics metrics. Together they answer: "Does each customer generate more revenue than it costs to acquire them?" The LTV:CAC ratio is the single most important indicator of marketing efficiency and business model viability.

When to Use

Trigger conditions:

  • User evaluating marketing spend efficiency
  • User asks "what's each customer worth?" or "are we spending too much on marketing?"
  • User assessing business model viability or fundraising metrics
  • User needs to allocate budget across acquisition channels

When NOT to use:

  • For product pricing decisions → use Pricing Strategy
  • For customer segmentation → use STP or RFM
  • For comprehensive financial analysis → use financial ratios

Framework

IRON LAW: LTV:CAC > 3 for Healthy Business

LTV:CAC ratio must be at least 3:1 for sustainable businesses.
- < 1:1 = You're LOSING money on every customer
- 1-3:1 = Unsustainable unless you can reduce CAC or increase LTV
- 3-5:1 = Healthy
- > 5:1 = Potentially underinvesting in growth (leaving market share on the table)

This ratio applies to the BLENDED average. Individual channels can be
below 3:1 if the overall blend exceeds it.
IRON LAW: CAC Must Include ALL Acquisition Costs

CAC = Total marketing & sales spend / Number of new customers acquired

"Total spend" includes: ad spend, marketing team salaries, sales team
salaries, tools, content production, events — EVERYTHING spent to acquire
customers in that period. Excluding salaries or tools understates true CAC.

Step 1: Calculate CAC

Basic formula:

CAC = Total acquisition spend in period / New customers acquired in period

By channel:

CAC (Channel X) = Spend on Channel X / Customers from Channel X

Include in total acquisition spend:

  • Advertising (digital + offline)
  • Marketing team compensation
  • Sales team compensation (for B2B)
  • Marketing tools and software
  • Content production costs
  • Events and sponsorships
  • Agency fees

Step 2: Calculate LTV

Simple formula:

LTV = ARPU × Gross Margin % × Average Customer Lifespan

Where:

  • ARPU = Average Revenue Per User per period (monthly or annual)
  • Gross Margin % = (Revenue - COGS) / Revenue
  • Average Customer Lifespan = 1 / Churn Rate

Cohort-based (more accurate): Track actual revenue per customer cohort over time. Sum cumulative revenue per customer, apply gross margin.

Step 3: Calculate Key Ratios

MetricFormulaHealthy Benchmark
LTV:CACLTV / CAC> 3:1
Payback PeriodCAC / (ARPU × Gross Margin)< 12 months
CAC % of LTVCAC / LTV × 100< 33%

Step 4: Segment Analysis

Calculate CAC and LTV by:

  • Channel: Which acquisition channels are most efficient?
  • Customer segment: Which segments have highest LTV:CAC?
  • Cohort: Is LTV improving or degrading over time?

Step 5: Optimization Strategies

To reduce CAC:

  • Shift budget to lower-CAC channels
  • Improve conversion rates (better landing pages, sales process)
  • Increase organic/referral acquisition (content, word-of-mouth)

To increase LTV:

  • Reduce churn (improve product, customer success)
  • Increase ARPU (upsell, cross-sell, price increases)
  • Extend customer lifespan (loyalty programs, switching costs)

Output Format

# CAC-LTV Analysis: {Company/Product}

## Unit Economics Summary

| Metric | Value | Benchmark | Status |
|--------|-------|-----------|--------|
| CAC (blended) | ${X} | — | — |
| LTV | ${X} | — | — |
| LTV:CAC | {X}:1 | > 3:1 | ✓/✗ |
| Payback Period | {X} months | < 12 months | ✓/✗ |

## CAC by Channel

| Channel | Spend | Customers | CAC | % of Total |
|---------|-------|-----------|-----|-----------|
| {channel} | ${X} | {N} | ${X} | {X%} |

## LTV Calculation

- ARPU: ${X}/month
- Gross Margin: {X%}
- Avg Lifespan: {X} months (churn rate: {X%}/month)
- LTV = ${X}

## LTV:CAC by Segment

| Segment | CAC | LTV | Ratio | Action |
|---------|-----|-----|-------|--------|
| {seg A} | ${X} | ${X} | {X}:1 | Invest / Maintain / Cut |

## Optimization Recommendations
1. ...
2. ...

Examples

Correct Application

Scenario: CAC-LTV for a Taiwanese B2C subscription box (monthly NT$599)

CAC calculation:

ItemMonthly Spend
Facebook/Instagram adsNT$200,000
Google AdsNT$80,000
KOL partnershipsNT$50,000
Marketing team (2 people)NT$120,000
TotalNT$450,000

New customers in month: 300 CAC = NT$450,000 / 300 = NT$1,500

LTV calculation:

  • ARPU: NT$599/month
  • Gross Margin: 55%
  • Monthly churn: 8% → Avg lifespan: 1/0.08 = 12.5 months
  • LTV = NT$599 × 0.55 × 12.5 = NT$4,118

LTV:CAC = 4,118 / 1,500 = 2.75:1 — Below the 3:1 threshold. Need to either reduce CAC or improve retention.

Incorrect Application

What went wrong:

  • CAC calculated as "ad spend / new customers" only, excluding NT$120K/month marketing team salary → True CAC is NT$1,500, not NT$1,100. Violates Iron Law: include ALL acquisition costs.
  • LTV:CAC of 1.8:1 reported as "good because we're growing" → Growth at LTV:CAC < 3:1 means you're growing into larger losses. Violates Iron Law: ratio must be > 3:1.

Gotchas

  • Attribution is messy: A customer who saw an Instagram ad, Googled your brand, then signed up via a referral link — which channel gets credit? Be consistent in attribution methodology (first-touch, last-touch, or multi-touch).
  • Blended vs marginal CAC: Blended CAC includes all channels. Marginal CAC is the cost of acquiring ONE MORE customer. As you scale, marginal CAC typically rises (best channels saturate first).
  • LTV is always an estimate: Future churn and spending behavior are uncertain. Use conservative assumptions and update with real cohort data as it accumulates.
  • Payback period matters for cash flow: Even with LTV:CAC of 5:1, if payback takes 24 months, you need significant upfront capital. Fast-growing companies can die from long payback periods despite great unit economics.
  • Negative churn is a superpower: If expansion revenue (upsells) exceeds lost revenue (churn), Net Revenue Retention > 100%. This means LTV grows over time — the best possible scenario.

Scripts

ScriptDescriptionUsage
scripts/cac_ltv.pyCompute CAC, LTV, LTV/CAC ratio, and payback periodpython scripts/cac_ltv.py --help

Run python scripts/cac_ltv.py --verify to execute built-in sanity tests.

References

  • For cohort-based LTV calculation methods, see references/cohort-ltv.md
  • For channel attribution models, see references/attribution-models.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.84%
按下载量换算49

Claude

27.16%
按下载量换算36

Cursor

19.7%
按下载量换算26

Gemini CLI

10.3%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills