ワンクリックで
openclaw-miniqmt-bridge
openclaw-miniqmt-bridge には yorkqqcom から収集した 16 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Multi-leg A-share limit BUY via place_limit_order_batch when MCP supports it; otherwise fall back to sequential place_limit_order per leg. Each symbol must be canonical or resolved via stock-symbol-resolve; account_id locked per signal-trader multi-account rules.
Single-symbol A-share limit BUY via place_limit_order when user already has price/amount and locked account_id; requires canonical symbol or prior stock-symbol-resolve. Not for full signal-trader pipeline.
Cancel one open order via cancel_order for a locked account_id. Use when user gives order_id or points to a single resting order to cancel.
Cancel multiple open orders via cancel_orders_batch for a locked account_id; fallback to sequential cancel_order if batch tool unavailable.
每日15:00后收盘盘点:确认成交→统计盈亏→检查持仓到期→记录决策日志→准备次日卖出清单
Cron 薄编排:08:00 基金份额晨报;09:00/09:27/09:30 通路检查与交易流程须严格遵循 signal-trader 阶段 A–D。含真实时间与 JSON-RPC 注意。
Use when user asks for deep A-share fundamental research, financial quality, main business, segment reports, or announcement risk without placing orders. Read-only MCP chain with mandatory data quality declaration.
Use when user asks for ETF or mutual fund share changes, share change daily summary, holdings diff, or tactical fund flow beyond the morning cron. Read-only; distinguishes unavailable vs empty result.
Use when user reports zero signals from get_prev_trade_day_signals, ModelB path mismatch, or needs get_prediction_results fallback steps. Read-only diagnostics; no trading.
Read today's orders for a locked account_id via get_today_orders. Use for order list or status review; do not infer fill solely from order status field.
Read today's fills/trades for a locked account_id via get_today_trades. Use for PnL attribution and reconciliation; pair with get_positions when needed.
Use when user asks for industry or thematic money flow summary using get_industry_moneyflow_aggregate within calendar bounds (≤92 days). Read-only; mandatory data quality declaration.
Multi-leg A-share limit SELL via place_limit_order_batch or sequential place_limit_order; symbols canonical or resolved; large positions may require chunked sells per signal-trader.
Single-symbol A-share limit SELL via place_limit_order when user has price/amount and locked account_id; requires canonical symbol or prior stock-symbol-resolve. Not for full signal-trader Day3 pipeline alone.
Resolves Chinese stock name or fuzzy keyword to canonical ts_code / QMT symbol via MCP symbol_suggest; disambiguates multiple hits. Use when user gives company name or short name without .SH/.SZ suffix before trading or research tools need a precise symbol.
Use when user says 切换账号 / 换账户 / 用哪个账户下单 / 当前操作账户 / lock trading account. Thin skill: list_trading_accounts + lock logical account_id for session; no default account; prerequisite connect via API/UI. Links to signal-trader multi-account protocol.