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

biz-unit-economics商业单位经济学

Agent Skill

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

总安装

432

周安装

18

GitHub Stars

125

下载量

144
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

biz-unit-economics 测算单客户或单交易的盈利能力,验证 scalable 增长前提。

  • 适用于 SaaS、电商或订阅制业务评估可持续性的核心场景。
  • 使用时输入每用户收入、可变成本与获客成本,工具计算毛利率与回本周期。
  • 安装需通过 npx 添加 GitHub 仓库,建议确认是否考虑获客渠道差异与规模效应。
  • 注意:分类为待分类,明确指出负单位经济下增长等于加速死亡,必须优先修复。

SKILL.md

Unit Economics

Overview

Unit economics measures profitability at the single-unit level — per customer, per transaction, or per product. If unit economics are negative, scaling makes losses worse, not better. Positive unit economics are the prerequisite for sustainable growth.

Framework

IRON LAW: If Unit Economics Are Negative, Growth = Faster Death

Scaling a business with negative unit economics means losing more money
faster. "We'll make it up in volume" only works if variable costs per unit
decrease with scale (economies of scale). If they don't, more volume = more losses.

Prove unit economics are positive BEFORE investing in growth.

Key Metrics by Business Model

Subscription/SaaS:

MetricFormula
CACTotal acquisition spend / New customers
LTVARPU × Gross Margin × (1/Churn Rate)
LTV:CACMust be > 3:1
Payback PeriodCAC / (Monthly ARPU × Gross Margin)
Net Revenue Retention(Starting MRR + Expansion - Contraction - Churn) / Starting MRR

E-commerce/Marketplace:

MetricFormula
AOVTotal Revenue / Number of Orders
Contribution Margin per OrderAOV - COGS - Shipping - Payment fees - Returns
Repeat RateReturning customers / Total customers
Fully-loaded CACTotal marketing / New customers

On-demand/Delivery:

MetricFormula
Revenue per TripOrder value × Take rate
Cost per TripDriver pay + Support + Insurance + Incentives
Contribution per TripRevenue - Cost per Trip
Orders per Day per DriverUtilization metric

Analysis Steps

  1. Define the unit: What is one "unit"? (customer, order, trip, seat)
  2. Calculate revenue per unit: What does each unit generate?
  3. Calculate variable cost per unit: What does each unit cost?
  4. Calculate contribution margin: Revenue - Variable cost
  5. Layer fixed costs: At what volume do you cover fixed costs? (→ break-even)
  6. Assess scalability: Do unit economics improve or degrade at 10x volume?

Output Format

# Unit Economics: {Business}

## Unit Definition
- Unit: {customer / order / trip}
- Time period: {monthly / per-transaction}

## Per-Unit Economics
| Metric | Value |
|--------|-------|
| Revenue per unit | ${X} |
| Variable cost per unit | ${X} |
| Contribution margin | ${X} ({X%}) |

## Scalability Assessment
| Volume | Unit Revenue | Unit Cost | CM | Notes |
|--------|-------------|-----------|-----|-------|
| Current ({N}) | ${X} | ${X} | {X%} | baseline |
| 3x ({N}) | ${X} | ${X} | {X%} | {economies of scale?} |
| 10x ({N}) | ${X} | ${X} | {X%} | {what changes?} |

## Verdict
{Positive/negative unit economics, scalability assessment, key lever to improve}

Examples

Correct Application

Scenario: Unit economics for a Taiwan food delivery startup

  • Revenue per order: NT$350 × 30% take rate = NT$105
  • Variable costs: Driver pay NT$65 + Payment fee NT$10 + Support NT$5 = NT$80
  • Contribution margin: NT$25/order (23.8%)
  • At 10x scale: Driver pay drops to NT$55 (better routing), CM improves to NT$35 (33%)
  • Verdict: Marginally positive, scale-dependent — needs volume for viability

Incorrect Application

  • "Revenue per customer is NT$500, cost per customer is NT$200, so we make NT$300 per customer" — but excluded customer support (NT$150) and payment processing (NT$50). True margin is NT$100. Must include ALL variable costs per unit.

Gotchas

  • "We'll achieve economies of scale": Maybe. Identify WHICH costs decrease with scale and by how much. Delivery driver pay may not decrease. Server costs for SaaS typically do.
  • Contribution margin ≠ profit: CM covers variable costs only. You still need enough total CM to cover fixed costs (see Break-Even Analysis).
  • Blended vs cohort: Blended unit economics across all customers hides that early customers (organic) may be profitable while recent customers (paid acquisition) are not.
  • Negative unit economics can be strategic: Temporarily, in land-grab markets with network effects (ride-sharing, marketplaces). But the path to positive must be explicit.

Scripts

ScriptDescriptionUsage
scripts/unit_economics.pyCompute SaaS unit economics (NRR, GRR, LTV, CAC payback, magic number, burn multiple)python scripts/unit_economics.py --help

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

References

  • For CAC-LTV deep dive, see the biz-cac-ltv skill
  • For break-even analysis, see the biz-breakeven skill

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.18%
按下载量换算55

Claude

29.5%
按下载量换算42

Cursor

17.25%
按下载量换算25

Gemini CLI

10.26%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills