Business ROI Calculator

v1.0.0

实时计算商务合作的短期和长期投资回报率(ROI),并基于阈值提供合作执行建议和关键洞察。

0· 147·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (ROI calculator) match the provided assets: SKILL.md, templates, examples, and a local Python script that computes ROI and sensitivity/break-even analyses. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
Runtime instructions stay on task: collect revenue/cost/success-rate, compute short/long ROI, produce a markdown report. The SKILL.md references only local files in the bundle (templates, examples, scripts) and user-provided numeric inputs; it does not instruct reading system files, environment variables, or contacting external endpoints.
Install Mechanism
No install spec; this is instruction-only with an included Python script. No downloads, external package installs, or archive extraction are specified. Running the script requires a Python interpreter but no additional dependencies are referenced.
Credentials
The skill requires no environment variables, credentials, or config paths. The Python code does not reference secrets, network endpoints, or external services; all templates and logic are bundled locally.
Persistence & Privilege
Skill flags are default (not always:true). It does not request persistent system presence, nor does it modify other skills or system-wide settings according to the provided files and instructions.
Assessment
This skill appears coherent and implements a local ROI calculator with templates and an optional Python script. Before installing/running: (1) confirm you trust the unknown publisher since homepage/source are missing; (2) run the Python script locally in a sandbox/virtualenv if you want to execute it — it has no network calls or credential use; (3) review the bundled files yourself if you have concerns (they're small and human-readable); (4) be aware the tool depends on accurate user inputs — it does not fetch external data automatically.

Like a lobster shell, security has layers — review code before you run it.

latestvk974772xwmjjkwyghev42jf1d983fdsr
147downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Business ROI Calculator - 商务合作投资回报率实时计算

技能描述

为商务人士打造的 ROI 实时计算工具。输入预期收益和投入成本,自动计算短期/长期 ROI,判断合作是否值得执行 (阈值>1.5)。包含渠道拓展、Tavily 合作等 10+ 预设模板。


触发条件

  • 用户提到 "ROI 计算" 或 "投资回报率"
  • 用户提到 "合作值不值得" 或 "是否应该执行"
  • 用户提到 "商务合作评估"
  • 用户提供收益和成本数据要求分析

核心指令

1. 数据收集

询问或接收以下信息:

  • 预期收益: 短期收益 (首单/首月) + 长期收益 (续费/LTV)
  • 投入成本: 人力成本 + 时间成本 + 资金成本
  • 成功率: 预估成交概率 (默认 50% 如无数据)
  • 时间周期: 短期 (1-3 月) / 长期 (6-12 月)

2. ROI 计算

使用公式:

短期 ROI = (短期收益 - 投入成本) / 投入成本
长期 ROI = (长期收益 × 成功率 - 投入成本) / 投入成本
期望值 = 长期收益 × 成功率

3. 决策建议

根据 ROI 阈值给出建议:

  • ROI ≥ 1.5: ✅ 推荐执行 (高回报)
  • ROI 0.5-1.5: 🟡 谨慎评估 (中等回报)
  • ROI < 0.5: ❌ 建议放弃 (低回报)

4. 输出格式

## ROI 分析报告

### 输入数据
- 预期收益:¥{X} (短期) / ¥{Y} (长期)
- 投入成本:¥{Z}
- 成功率:{N}%
- 时间周期:{短期/长期}

### 计算结果
- 短期 ROI: {N.N}x ({百分比}%)
- 长期 ROI: {N.N}x ({百分比}%)
- 期望值:¥{N}

### 决策建议
{✅/🟡/❌} {建议文本}

### 关键洞察
- 洞察 1
- 洞察 2

预设模板 (10+)

  1. 渠道合作: 邮件外展/KOL 合作/社群推广
  2. Tavily 集成: API 合作/MCP 集成
  3. 技能培训: ClawHub 技能上架/企业内训
  4. 咨询服务: 商务咨询/技术顾问
  5. 内容创作: 教程视频/博客文章
  6. 模板销售: OpenClaw 模板/工作流
  7. 联盟营销: 佣金分成/推荐奖励
  8. SaaS 订阅: 月度/年度订阅
  9. 项目外包: 一次性开发/长期维护
  10. 股权投资: 早期投资/股权置换

参考文件

  • references/templates.md - 10+ 行业预设模板
  • references/examples.md - 实际计算案例
  • scripts/calculate-roi.py - Python 计算脚本 (可选)

输出要求

  1. 必须包含: 短期 ROI、长期 ROI、期望值、决策建议
  2. 必须标注: ROI 阈值判断 (≥1.5 为优秀)
  3. 可选包含: 敏感性分析、盈亏平衡点、风险提示
  4. 格式: Markdown 表格 + 清晰的分段

版本信息

  • 版本: 1.0.0
  • 作者: 商务 AI (@business-ai)
  • 创建日期: 2026-03-23
  • 最后更新: 2026-03-23
  • 定价: ¥350 ($49)
  • 分类: Business/Sales/Finance

使用示例

示例 1: 渠道合作评估

用户:我想评估和 Tech With Tim 的 YouTube 合作,预计收入$87K,投入成本$10K,成功率 60%,值得做吗?

AI:
## ROI 分析报告

### 输入数据
- 预期收益:$87,906 (长期)
- 投入成本:$10,000
- 成功率:60%
- 时间周期:长期 (6-12 月)

### 计算结果
- 短期 ROI: N/A (无短期数据)
- 长期 ROI: 4.27x (427%)
- 期望值:$52,744

### 决策建议
✅ 强烈推荐执行 (ROI=4.27 > 1.5 阈值)

### 关键洞察
- 期望值$52.7K 远超投入$10K,风险可控
- 即使成功率降至 20%,ROI 仍为 0.76x 接近盈亏平衡
- 建议优先推进此合作

示例 2: 技能培训上架评估

用户:ClawHub 技能上架预计投入 29 小时 (¥1450),首月收入¥32K,值得吗?

AI:
## ROI 分析报告

### 输入数据
- 预期收益:¥32,000 (首月)
- 投入成本:¥1,450 (29 小时×¥50/小时)
- 成功率:90% (已验证方法论)
- 时间周期:短期 (1 月)

### 计算结果
- 短期 ROI: 21.1x (2110%)
- 期望值:¥28,800

### 决策建议
✅ 强烈推荐执行 (ROI=21.1 >> 1.5 阈值)

### 关键洞察
- ROI=21.1 属于极高回报项目
- 边际成本趋近于零 (数字产品)
- 3 个月后预期月收入可达¥56K+

注意事项

  1. 数据准确性: ROI 计算质量取决于输入数据准确性
  2. 成功率估算: 建议参考历史数据或行业基准
  3. 隐性成本: 注意包含机会成本、维护成本等隐性投入
  4. 动态调整: 定期回顾实际 ROI 并调整预测模型

Comments

Loading comments...