원클릭으로
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 직업 분류 기준
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)
| 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: