Install
openclaw skills install broker-monitorGenerate a weekly monitoring report for US retail brokerage stocks (IBKR, SCHW, HOOD, FUTU) AND the broader trading ecosystem including US equity/options market-wide volume (Cboe, OCC), crypto market (market cap, volume, exchange market share from The Block/CCData), and prediction markets (Polymarket/Kalshi volume from Dune Analytics). Use this skill whenever the user asks to update, generate, or review a broker monitoring report, weekly trading ecosystem update, or mentions tracking DARTs, client assets, trading volumes, margin loans, EPS revisions, US equity volume, options volume, 0DTE, put/call ratio, crypto exchange market share, prediction market volume, Polymarket, Kalshi, Dune Analytics, or The Block data. Also trigger for '券商监控', '周度监控', '零售券商', '全市场交易生态', 'weekly monitor', 'equity volume', 'options volume'.
openclaw skills install broker-monitorThis skill generates a structured weekly monitoring report covering five pillars:
Published weekly (weekend or Monday). Each metric includes a 牛熊周期定位 (bull/bear spectrum) comparing current levels to historical extremes.
| Source | Cadence | Where to Find |
|---|---|---|
| Cboe equity volume | Daily (aggregate weekly) | cboe.com/us/equities/market_statistics |
| OCC options volume | Daily/Monthly | optionsclearing.com/data/volume |
| Cboe options/VIX | Daily | cboe.com/us/options/market_statistics |
| IBKR | Monthly (~1st biz day) | Business Wire / interactivebrokers.com/ir |
| SCHW | Monthly (~15th) | Business Wire / aboutschwab.com |
| HOOD | Monthly (~12th) | GlobeNewsWire / investors.robinhood.com |
| FUTU | Quarterly (March/June/Sept/Dec) | PR Newswire / futuhk.com/newsroom |
| CoinGecko/CMC | Real-time (snapshot weekly) | coingecko.com / coinmarketcap.com |
| The Block | Monthly dashboards | theblock.co/data |
| Dune Analytics | Real-time dashboards | dune.com (@polymarket, @rchen8) |
| Kalshi | Monthly blog/PR | kalshi.com/blog |
CRITICAL: Before searching, check dates to avoid wasting tokens.
DATE_CHECK_LOGIC:
1. Determine today's date and the report week (Mon–Fri).
2. For each data source, check if new data should be available:
- IBKR: New data ~1st biz day of month. If today < 2nd AND last report already has prior month → SKIP, carry forward with ⏭️.
- SCHW: New data ~15th. If today < 16th AND last report has prior month → SKIP.
- HOOD: New data ~12th. If today < 13th AND last report has prior month → SKIP.
- FUTU: Quarterly only (Mar/Jun/Sep/Dec earnings). If not earnings month → SKIP.
- The Block CEX: Monthly. If same month as last report → SKIP.
- Crypto / VIX / equity volume / prediction markets: ALWAYS refresh (weekly).
3. In report header "📋 本期数据覆盖范围" table, mark each module:
- ✅ = searched and updated this week
- ⏭️ = carried forward (not yet due)
- 🆕 = first time this month/quarter's data appears
Weekly-refresh data (ALWAYS search):
"US equity market volume week [DATE]"
"Cboe daily equity volume [MONTH] [YEAR]"
"OCC options volume [MONTH] [YEAR]"
"0DTE options share [MONTH] [YEAR]"
"Cboe put call ratio"
"VIX close [DATE]"
"crypto total market cap [MONTH] [YEAR]"
"bitcoin dominance stablecoin market cap [MONTH] [YEAR]"
"crypto fear greed index"
"Polymarket volume [MONTH] [YEAR]"
"Polymarket trading volume Dune Analytics"
"Kalshi trading volume [MONTH] [YEAR]"
Monthly/quarterly data (search ONLY when due):
"Interactive Brokers [MONTH] [YEAR] monthly metrics DARTs accounts"
"Charles Schwab [MONTH] [YEAR] monthly activity report client assets"
"Robinhood [MONTH] [YEAR] operating data funded customers"
"Futu Holdings [QUARTER] [YEAR] earnings paying clients AUM"
"crypto exchange market share [MONTH] [YEAR] The Block"
"CEX spot volume [MONTH] [YEAR]"
"Binance Coinbase OKX market share [MONTH] [YEAR]"
"SCHW IBKR HOOD FUTU EPS estimate revision [YEAR]"
"[TICKER] analyst price target [MONTH] [YEAR]"
Read references/report-template.md and fill in data. The report has nine mandatory sections:
The Excel file 券商监控数据库.xlsx has 16 sheets. See references/excel-structure.md for full schema.
/mnt/user-data/uploads/.openpyxl (NOT pandas, to preserve formatting)./mnt/user-data/outputs/券商监控数据库.xlsx./mnt/user-data/outputs/券商监控数据库.xlsx/mnt/user-data/outputs/美股零售券商_[YYYY]W[WW]_周度监控报告.mdFour sub-sections, each with a data table AND a 📊 牛熊周期定位 spectrum table:
0.1 美股全市场交易量
0.2 加密市场快照
0.3 交易所市占率 (CEX)
0.4 预测市场
Four comparison tables across all 4 brokers, latest 3 months:
Each row must be marked with ✅/⏭️/🆕 to show data freshness.
Six sub-tables, each with formula, raw inputs, and source footnote:
One table per broker with 3-month trailing data. Each row includes:
IBKR metrics: DARTs (M), client accounts (万), client equity ($B), margin loans ($B), credit balances ($B), avg commission/order ($), options contracts (M), futures contracts (M)
SCHW metrics: DAT (M), total client assets ($T), Core NNA ($B), new accounts (万), margin ($B), sweep cash ($B), active accounts (万)
HOOD metrics: Funded customers (万), platform assets ($B), net deposits ($B), equity trading vol ($B), options contracts, crypto trading vol ($B), event contracts (亿张), margin ($B)
FUTU metrics: Paying accounts (万), client assets ($B), trading volume ($B), revenue ($M), net income ($M), WM AUM ($B), net new accounts (万)
Six sub-sections:
Four sub-sections:
Table of 8 macro variables with current state and impact:
Table of upcoming events: earnings dates (SCHW, IBKR, HOOD, FUTU), data releases (monthly operating data), FOMC meetings, policy events, crypto events (ETF decisions, protocol upgrades), prediction market milestones.
10-item dashboard with status indicators (❌ not triggered / ⚠️ warning / 🔴 triggered):
references/report-template.md — Full report template with placeholder markers (9 sections)references/metrics-by-broker.md — Complete list of metrics tracked per brokerreferences/excel-structure.md — Data schema for the 16-sheet Excel databasereferences/dashboard-schema.md — Data schema for the React dashboard