Skip to content

Skill Catalog

7 scenario skills, split into core (on by default) and full (needs STOCK_SDK_MCP_PROMPTS=full or an explicit list), filtered independently from the tool tier. For how they work and how to enable them, see the AI Skills Overview.

Core (4 by default)

SkillArgumentsUnderlying toolsWhat it does
analyze_stocksymbol (required), period (default daily)search / get_kline_with_indicators / get_kline_signalsFull single-symbol technical analysis: klines + indicators + signals, summarized
screen_stockscriteria (required), scope (default whole market)board constituents / get_fund_flow_rank / get_a_share_quotes / indicators / signalsScreening: coarse-filter first, then indicators on candidates; ranked shortlist
market_overviewnoneget_market_status / get_zt_pool / get_northbound_flow_summary / get_fund_flow_rankToday's brief: status + limit-up breadth + northbound + main-force direction
monitor_watchlistsymbols (required, comma-separated)get_a_share_quotes / get_today_timeline / get_individual_fund_flow / get_kline_signalsSingle-shot watchlist check: batch quotes, drill into threshold-crossers

Example:

Analyze the recent technical setup for Kweichow Moutai (sh600519) — any golden-cross signal?

Full (3 advanced)

SkillArgumentsUnderlying toolsWhat it does
analyze_capital_flowsymbol (optional)per-stock/market fund flow / dragon-tiger + seats / block trades / margin / northboundSmart-money read: cross-confirm accumulation vs. distribution across sources
analyze_fundfundCode (required, 6-digit)get_fund_profile / get_fund_nav_history / get_fund_rank_history / get_fund_estimateFund review: profile + NAV history + category ranking + intraday estimate
diagnose_stocksymbol (required)indicators + signals / fund flow / dragon-tiger stats / chip distributionMulti-factor diagnosis: technical + capital + chips, scored

analyze_capital_flow is the natural consumer of the block-trade / margin tools.

Next steps