원클릭으로
source-command-scan
Morning scan — macro regime (SPY/QQQ/VIX) + watchlist quotes + recent filings, ranked by actionability
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Morning scan — macro regime (SPY/QQQ/VIX) + watchlist quotes + recent filings, ranked by actionability
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
How to read market regime classifier output (HMM + crisis overlay) and what each regime implies for trading.
How to pick single-leg options for directional setups. Long premium only for now — SELL-to-open is hard-blocked at the order tools until multi-leg combos get atomic sizing (R5b/R5c will govern short legs when the block lifts).
Framework for trading around earnings — detecting the earnings lock (R6), picking IV-aware structures, and recording post-earnings lessons.
Hard sizing rules (R1-R7) for every proposed paper order. The order tools re-validate these numerically inside the moomoo MCP server — if you skip them, the order is blocked.
Invalidation discipline, exit rules, and portfolio heat — how to manage risk on open paper positions.
End-to-end order flow — thesis → sizing → paper order. Any step failing aborts the whole flow.
| name | source-command-scan |
| description | Morning scan — macro regime (SPY/QQQ/VIX) + watchlist quotes + recent filings, ranked by actionability |
Use this skill when the user asks to run the migrated source command scan.
Run this pre-market or at the open to survey the macro tape and a short watchlist. Output is a ranked list of candidates for deeper /research.
Default watchlist (edit inline if the user asks for a different set):
SPY, QQQ, IWM, VIX, AAPL, MSFT, NVDA, AMZN, GOOGL, META, TSLA, JPM, XOM, UNH, LLY
If the user passes tickers after /scan (e.g., /scan AAPL NVDA TSM), use that list instead plus SPY/QQQ/VIX as regime context.
Macro regime — call mcp__moomoo-mcp__get_quote on ["US.SPY", "US.QQQ", "US.VIX"] (VIX code may be US.VIX or the near futures; try both). Report:
get_historical_kline for the MAs — last 60 daily bars).Watchlist quotes — one get_quote call with all watchlist symbols. For each: last, prev_close, %chg, volume.
Recent filings — for each watchlist ticker, call mcp__edgar-mcp__get_recent_filings_for_ticker(ticker, limit=3). Flag anything filed in the last 7 days (especially 8-K, 10-Q, Form 4 clusters).
Past-trade memory — for the user's watchlist, mcp__journal-mcp__search_past_trades(ticker) to surface any relevant lessons or prior strategy outcomes.
Rank candidates by:
search_past_trades surfaced a matching successful strategyMarkdown table ordered by rank:
| Rank | Ticker | % | Vol / 20d | Filing | Past edge | Notes |
|------|--------|---|-----------|--------|-----------|-------|
| 1 | NVDA | +2.1 | 1.8x | 8-K 3d ago (guide) | pullback_to_50DMA 3W/1L | above 20DMA on volume |
...
Then, 2-3 sentence regime summary. Then a short "worth /research-ing" list (1-5 names).
/scan. This is pure reconnaissance./scan. Theses belong in /research → /enter.get_quote calls).