원클릭으로
etf-options-volatility-snapshot
Historical volatility snapshot tools (multi-window HV, cone, SSE IV) in etf-options-ai-assistant.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Historical volatility snapshot tools (multi-window HV, cone, SSE IV) in etf-options-ai-assistant.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Orchestrate multiple analysis skills and surface agreement vs conflict (no extra data fetch).
单标的估值语义摘要(PE/PB + 历史分位模板),开箱即用;深挖请转 fundamental-analyst。
A 股资金流向与板块热度语义摘要(模板);深挖请转 fund-flow-analyst。
市场 regime + 指数快照 + 可选板块热度语义摘要;深挖请转 market-scanner。
TradingView 对标二期图表研究台运维与验收规程:启动、健康检查、UI核查、常见报错定位(HEAD 501 / NaN / slice)、回退与冒烟脚本。
解读 tool_screen_equity_factors / tool_finalize_screening_nightly:universe、因子、success/quality_score/degraded/config_hash、申万映射与熔断;与旧 tool_quantitative_screening 的迁移说明。
| name | etf-options-volatility-snapshot |
| description | Historical volatility snapshot tools (multi-window HV, cone, SSE IV) in etf-options-ai-assistant. |
| Tool | Role | Symbols | Windows / extras | Typical use |
|---|---|---|---|---|
tool_calculate_historical_volatility | Single-window HV (annualized %) | One | Single lookback_days; fetch_index_daily_em (ETF auto) | Legacy YAML, cron steps that only need one HV figure; not for A-share stocks |
tool_underlying_historical_snapshot | Composite HV panel | Many (symbols, max_symbols) | Default windows from config; optional vol_cone, optional SSE near-month IV (include_iv); asset_type auto/stock/etf/index | Multi-window table, cone, IV in one call; stocks require asset_type=stock |
tool_historical_snapshot | Same implementation | Same | Same | Runner alias for tool_underlying_historical_snapshot (OpenClaw / tool_runner both keys) |
config.yaml — historical_snapshotKeys used by the snapshot tool (defaults may change; see repo config.yaml):
enabled, default_windows, max_symbols, cone_history_calendar_days, include_vol_cone_default, include_iv_defaultiv.sse_only, iv.near_month_min_days, iv.atm_method, iv.eq_30d_enabledsrc/realized_vol_panel.pyplugins/analysis/historical_volatility.py, plugins/analysis/underlying_historical_snapshot.pyplugins/analysis/README.md — §5 (single-window) and §5b (snapshot)docs/openclaw/能力地图.md, docs/openclaw/工作流参考手册.mdresearch.md (e.g. post-close flow mentions HV tools)technical_indicatorstechnical_indicators (tool_calculate_technical_indicators) is a separate plugin: MA/MACD/RSI/Bollinger (and optional KDJ/CCI/ADX/ATR). Do not treat it as part of the historical-volatility snapshot stack; keep HV tool choice explicit using the table above.
tool_trading_copilot, tool_runner): see .cursor/skills/etf-options-merged-copilot/SKILL.md.