cashflow-model
仓库创建 2026年6月14日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
把口头假设一键转成可复用财务模型,便于后续分析调用。
▸ 风险提示
会在工作区写入模型文件,注意敏感财务数据管理。
这个 Skill 做什么
根据自然语言输入构建不动产多年度DCF现金流模型并保存工作区。
根据自然语言信息为不动产搭出多年度 DCF 现金流模型,支持公寓、写字楼、工业、零售和酒店等类型,并把模型保到工作区以供 capex-analysis 使用。当你问“给某资产建个模型”或想知道 IRR/现金流时就启动。特点是把口头描述变成可复用的 .cashflow-models/<asset-key>.json 模型并存盘。
▸ 展开 SKILL.md 英文原文
Build a multi-year DCF cashflow model for a real estate asset from natural language inputs. Supports multifamily, office, industrial, retail, and hotel across US and international markets. Saves the model to the workspace for use by capex-analysis. Triggers on: "build a model for [asset]", "what are the financials on [asset]", "model [asset]'s cashflows", "what's the IRR on [asset]", or when capex-analysis finds no base model for the asset.
0
Stars
0
Forks
12
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/soapboxbuild/soapbox-agent/main/skills/cashflow-model/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/soapboxbuild/soapbox-agent/main/skills/cashflow-model/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Cashflow Model Build a multi-year DCF for a real estate asset. Saves the model to `.cashflow-models/<asset-key>.json` in the workspace. --- ## Step 1: Identify the Asset Ask for the asset name if not already clear from context. The asset name becomes the memory key (e.g. "Prose Frontier" → key `prose-frontier`). Check whether `.cashflow-models/<asset-key>.json` already exists: ```bash ls .cashflow-models/<asset-key>.json 2>/dev/null && echo "EXISTS" || echo "NOT FOUND" ``` If it exists, ask: > "I have an existing model for [asset]. Would you like to update it, or use it as-is?" If "use as-is", stop here. The model is ready for `capex-analysis`. --- ## Step 2: Establish Asset Prof
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有