Install
openclaw skills install capital-flow-analysisAnalyzes stock capital flows including main force net inflows, northbound holdings, and trading leaderboard data for informed investment decisions.
openclaw skills install capital-flow-analysis分析股票资金流向,包括主力资金、北向资金、龙虎榜数据。
from capital_flow import analyze_main_force, analyze_northbound
# 主力资金分析
main_force = analyze_main_force(stock_code="300308")
# 北向资金分析
northbound = analyze_northbound(stock_code="300308")