一键导入
build-dashboard
Builds a dashboard to visualize trades, portfolio, and agent reasoning
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Builds a dashboard to visualize trades, portfolio, and agent reasoning
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | build-dashboard |
| description | Builds a dashboard to visualize trades, portfolio, and agent reasoning |
┌──────────────────────────────────────────────┐
│ Portfolio Overview │
│ Value: $XX,XXX | PnL: +$X,XXX (+X.X%) │
├──────────────────┬───────────────────────────┤
│ PnL Chart │ Strategy Signals │
│ (line over time)│ Momentum: BUY (0.72) │
│ │ MeanRev: HOLD (0.45) │
│ │ AI Pred: BUY (0.68) │
├──────────────────┼───────────────────────────┤
│ Trade History │ Risk Alerts │
│ (scrollable │ - Daily loss: 6.2%/10% │
│ table) │ - Max position: OK │
│ │ - Volatility: NORMAL │
├──────────────────┴───────────────────────────┤
│ Validation Proof Log │
│ Hash: abc123... | Decision: BUY ETH @ $3200 │
└──────────────────────────────────────────────┘
simulation/paper_trader.py outputvalidation/proof_log.jsonlrisk/risk_manager.py logsInput: "Create dashboard for paper trading agent"
Output: dashboard/dashboard.py with:
Audits indicators, removes contradictions, and simplifies signals to a small coherent set
Implements confidence-weighted signal combination with dynamic weights and execution thresholds
Structures ERC-8004-style logs (identity, reputation, validation, intent) and produces deterministic hashes
Aligns risk gating (SL/TP, sizing, volatility, caps) with signal confidence to avoid blocking good trades
Ensures trades are executed only when confidence and risk checks pass; logs trades deterministically
Generates trading strategy modules (momentum, mean-reversion, yield)