revenue-calculator

TotalClaw 作者 totalclaw

预测 OpenClaw 子代理策略的收入(市场、子代理、按任务付费)。用于货币化估算:输入用户/定价/转化→详细的年度/月度预测、敏感性分析、盈亏平衡。触发器:“计算收入”、“项目收益”、“货币化技能/代理”。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~twood2024-revenue-calculator
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~twood2024-revenue-calculator/file -o twood2024-revenue-calculator.md
## 概述(中文)

预测 OpenClaw 子代理策略的收入(市场、子代理、按任务付费)。用于货币化估算:输入用户/定价/转化→详细的年度/月度预测、敏感性分析、盈亏平衡。触发器:“计算收入”、“项目收益”、“货币化技能/代理”。

## 原文

# Revenue Calculator

## Workflow
1. **Gather Inputs**: Users/mo, price ($/user/task), conv rate (%), churn (%), costs (% compute).
2. **Select Strategy**: 1=API Sales, 2=Marketplace, 3=White-label, 4=Affiliates.
3. **Calculate**: Monthly/annual rev, net profit. Use scripts/revenue-calc.py for models.
4. **Output**: Table + sensitivity (e.g., +/-20% users) + next steps.
5. **Sensitivity**: Test scenarios (low/med/high).

## Quick Example
Input: Strategy 2, 100 users, $10/mo, 80% conv, 10% churn, 20% costs.
Output: Monthly $800, Annual $8,640 net.

## Strategies Pricing Defaults (ref/pricing-models.md)
- Sub: $9-99/mo
- Per-task: $0.01-1
- Usage: $0.001/token
- Affiliate: 5-20%

## Resources
### scripts/revenue-calc.py
Exec for precise calcs (input JSON → output JSON/table).

### references/pricing-models.md
Full tables/examples.

### assets/report-template.md
Copy for formatted outputs.