Add per-agent skill workspaces and TraderView management

This commit is contained in:
2026-03-17 13:55:14 +08:00
parent 1f5ee3698e
commit 2daf5717ba
35 changed files with 4774 additions and 331 deletions

View File

@@ -1,21 +1,31 @@
---
name: valuation_review
description: Estimate fair value and margin of safety using multiple valuation lenses.
name: 估值分析
description: 当用户要求“估值分析”“看合理价值”“判断高估低估”“测算安全边际”或“比较多种估值方法”时,应使用此技能。
version: 1.0.0
---
# Valuation Review
# 估值分析
Use this skill when the task requires determining whether a stock is cheap, expensive, or fairly priced.
当用户需要判断一只股票是低估、高估还是定价合理时,使用这个技能。
## Workflow
## 工作流程
1. Use more than one valuation method when possible.
2. Compare intrinsic value estimates with current market pricing.
3. Explain the key assumptions behind the valuation view.
4. State the margin of safety and what could compress or expand it.
1. 条件允许时,使用不止一种估值方法。
2. 对比内在价值估计与当前市场价格。
3. 解释估值判断背后的关键假设。
4. 明确安全边际,以及哪些因素会压缩或扩大它。
## Guardrails
## 可复用资源
- Treat valuation as a range, not a single precise number.
- Call out assumption sensitivity.
- Avoid high-confidence calls when inputs are sparse or unstable.
- `scripts/dcf_report.py`
用于贴现现金流估值的确定性计算和报告生成。
- `scripts/owner_earnings_report.py`
用于 owner earnings 估值的确定性计算和报告生成。
- `scripts/multiple_valuation_report.py`
用于 EV/EBITDA 和 Residual Income 两类估值报告生成。
## 约束
- 将估值视为区间,而不是一个精确点值。
- 明确说明假设敏感性。
- 当输入稀疏或不稳定时,避免给出高置信度判断。