一键导入
ev-check
強制 first-principles 機率分布 + EV 計算。用於檢查當前組合在指定時間窗的預期報酬,禁止用 default bell shape 或質性語言。Usage - /ev-check [30d|7d|14d] [optional scenario theme]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
強制 first-principles 機率分布 + EV 計算。用於檢查當前組合在指定時間窗的預期報酬,禁止用 default bell shape 或質性語言。Usage - /ev-check [30d|7d|14d] [optional scenario theme]
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Fetch live brokerage positions and generate a comprehensive portfolio report with sector allocation, P&L analysis, options summary, and risk assessment. Use when user asks for portfolio review.
Analyze a stock ticker with fundamentals, technicals, analyst ratings, and investment thesis. Usage - /stock-analysis TICKER or /stock-analysis TICKER1 TICKER2 for comparison.
Daily portfolio briefing with 3 tiers: /briefing (quick ~1min), /briefing full (~3min), /briefing deep (~5min). Replaces daily-briefing.
強制 first-principles 機率分布 + EV 計算。用於檢查當前組合在指定時間窗的預期報酬,禁止用 default bell shape 或質性語言。Usage - /ev-check [30d|7d|14d] [optional scenario theme]
Calculate and compare options strategies (sell put, covered call, LEAPS, naked call) for a given ticker. Usage - /options-strategy TICKER STRATEGY
Daily portfolio briefing with 3 tiers: /briefing (quick ~1min), /briefing full (~3min), /briefing deep (~5min). Replaces daily-briefing.
| name | ev-check |
| description | 強制 first-principles 機率分布 + EV 計算。用於檢查當前組合在指定時間窗的預期報酬,禁止用 default bell shape 或質性語言。Usage - /ev-check [30d|7d|14d] [optional scenario theme] |
| user_invocable | true |
| model | claude-fable-5 |
對當前持倉執行嚴謹的機率分布與 expected value 計算。強制 first-principles,不接受偷懶輸出。
此 skill 可獨立呼叫做 ad-hoc check,或被其他 skill(briefing / portfolio-review / stock-analysis / todo)在輸出 Verdict / 機率分布前 mandatory 呼叫。
/ev-check → 預設 30 天 horizon/ev-check 7d / /ev-check 14d / /ev-check 30d → 自選時間窗/ev-check 30d nvda-bear → 用戶指定情境主題(agent 會以此為主要 catalyst 反推)呼叫以下 MCP 取數據(可平行):
mcp__firstrade-server__get_account_position — 持倉mcp__firstrade-server__get_account_balance — 帳戶總值 + 現金mcp__technical-mcp__get_batch_indicators(所有持倉, period=3mo) — RSI / momentum / trendmcp__technical-mcp__get_sector_rotation(period=3mo) — leading / laggingmcp__yfinance-advanced__get_stock_info(top 11 by MV) — 52w high/low、fundamentalsmcp__fmp-mcp__getEarningsCalendar(today, today+horizon) — binary catalysts in windowmcp__eodhd-mcp__get_sentiment_trend(top 8 by MV, days=30) — 7d/30d sentiment按 probability-honesty-checker agent 的 Step 1 contract,整理:
不齊全 → 不能進下一步,必須補齊。
Agent(
subagent_type: "probability-honesty-checker",
description: "EV check for [horizon]",
prompt: """
執行 6 步強制流程計算當前組合 [horizon] 機率分布與 EV。
時間窗: [horizon]
情境主題(如有): [user-specified]
## Step 1 輸入資料(8 項齊全):
[貼上 Step 2 整理好的資料]
## 額外 context:
[plan.md 摘要 / 用戶提到的特定 catalyst / 最近 N 天的事件]
請按你的 6 步流程輸出:
1. Input Enumeration(confirm 我給的齊全)
2. 形狀反推
3. Conditional Probabilities
4. Aggregated Scenario Probabilities
5. EV Calculation
6. Self-Audit Checklist
+ 給主 skill 的精簡輸出
"""
)
不刪減、不簡化、不重寫。直接呈現 agent 的 6 步流程 + 精簡輸出。
主 skill 看到的格式:
# EV Check — [horizon]
[Agent 完整 6 步輸出]
---
## ✅ 給用戶的精簡結論
機率分布:樂觀 X% / 基準 X% / 悲觀 X%
EV ([horizon]) = X.XX%
主導因素:[1 句]
如果用戶質疑「你真的有算嗎」「這是 default 嗎」:
以下 skill 在輸出 Verdict / 機率分布 / EV / Quick Take 之前 必須 呼叫此 skill(或直接 invoke probability-honesty-checker agent):
/briefing(任何 tier)→ Quick Take 前/portfolio-review → Section K 第一性檢查前/stock-analysis → 個股 Verdict 前/todo → 行動清單第一性檢查前呼叫方式可選:
probability-honesty-checker agent(內部使用,省一層 wrapping)繁體中文。所有數字 explicit。絕不出現:「略偏正」「略偏負」「中性偏多」「應該會」「不確定性高」等質性語言 — 全部換成數字區間或機率。
| Codex 主程序常見偷懶 | 此 skill 阻擋方式 |
|---|---|
| 套 30/45/25 default | Agent Step 2 強制顯示「形狀規則應用」對照表,不對照不能進 Step 3 |
| 寫「略偏負」結論 | Agent Step 5 強制顯式 Σ 計算,數字必須出現 |
| 跳過 Step 1 直接給機率 | Agent 收到不完整 input 回「INVALID INPUT」拒絕計算 |
| Sum ≠ 100% | Agent Step 4 顯式 sum check |
| 中點手動偏移 | Agent Step 5 強制 (max+min)/2 算術平均 |