data-collect
股票数据收集
收集指定股票的完整数据:历史K线、实时行情、筹码分布(仅A股)。
执行命令
python scripts/collect_stock_data.py <股票代码> [--days N] [--provider akshare|tushare] --date YYYY-MM-DD
# 示例
python scripts/collect_stock_data.py 600519 --date 2025-01-01 # A股,60天
python scripts/collect_stock_data.py 000001 --days 90 --date 2025-01-01 # 指定90天
python scripts/collect_stock_data.py AAPL --days 30 --date 2025-01-01 # 美股30天
python scripts/collect_stock_data.py 600519 --provider tushare --date 2025-01-01 # 用户选择 tushare
参数说明:
--days:获取天数(默认60天)--provider:数据源(默认akshare;仅用户选择时使用tushare)
More from ismxy0934/qing-skills
technical-analysis
对股票K线数据进行技术分析,计算MA/MACD/RSI等指标,判断趋势和买卖信号。触发场景:(1) "分析一下茅台的技术面" (2) "看看这只股票能不能买" (3) "技术分析 600519" (4) 需要判断股票趋势、买卖点时使用。需要先用 data-collect 获取数据
123ai-decision
基于技术分析结果生成投资决策仪表盘,包括核心结论、精确价位、检查清单和风险警报。触发场景:(1) "给我投资建议" (2) "这只股票该怎么操作" (3) "生成决策报告" (4) 需要综合决策建议时使用。需要先用 technical-analysis 获取分析结果
9a-share-stock-picker
Analyze mainland A-share candidates across short-, medium-, and long-term horizons using the latest completed session as the price anchor plus recent history, market context, policy/news catalysts, and official disclosures. Use when asked to review, rank, or produce an A-share watchlist or trading plan for the post-close to pre-open window, especially requests such as "推荐股票", "盘前选股", "给我短中长线标的", or "按收盘后信息做观察池/交易计划". Do not use for blind direct buy/sell touting without evidence; prefer evidence-based watchlists and conditional plans.
2skill-create
>-
1release-skills
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送".
1