一键导入
stock-tech-analysis-step1
A股技术分析第一步(数据获取与最小校验)。严格优先使用 tushare-mcp(通过 mcporter 调用 tushare-pro.*)拉取日线、技术因子、资金流并落盘到 results/project-name/data/raw。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A股技术分析第一步(数据获取与最小校验)。严格优先使用 tushare-mcp(通过 mcporter 调用 tushare-pro.*)拉取日线、技术因子、资金流并落盘到 results/project-name/data/raw。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
使用 Grok 实时搜索 X/Twitter,查找帖子、热门话题和讨论,并附带引用来源。
A股主题跟踪 — 从韭菜公社抓取市场热点、产业链、异动板块、最新段子,AI 结构化提取后进行多维分析。
Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".
A self-evolution engine for AI agents. Analyzes runtime history to identify improvements and applies protocol-constrained evolution.
通过 Tushare Pro MCP 获取中国金融市场数据。覆盖 A股/港股/美股/基金/期货/债券/宏观 共 158+ 个接口。当需要股价、财务、指数、宏观数据时,使用 tushare_* MCP tool 而非 Python 脚本。
Searches Google and extracts full page content from every result via trafilatura. Returns clean readable text, not just snippets. Use when the user needs web search, research, current events, news, factual lookups, product comparisons, technical documentation, or any question requiring up-to-date information from the internet.
| name | stock-tech-analysis-step1 |
| description | A股技术分析第一步(数据获取与最小校验)。严格优先使用 tushare-mcp(通过 mcporter 调用 tushare-pro.*)拉取日线、技术因子、资金流并落盘到 results/project-name/data/raw。 |
| when | 当用户要求“先拉数据再做技术分析”、"用tushare做第一步"、"获取某只A股日线/因子/资金流"、"技术分析第一步" 时使用。 |
| examples | ["先把振华股份的数据拉一下","用 tushare mcp 做技术分析第一步","先获取日线、因子、资金流,落盘后再分析"] |
| metadata | {"openclaw":{"emoji":"📈","requires":{"bins":["mcporter","python3"]}}} |
把技术分析流程中的**第一步(数据底座)**标准化:
tushare-mcp(经 mcporter)获取数据results/project-name/data/raw/XXXXXX.SH/SZ)tushare_daily)tushare_stk_factor_pro)tushare_moneyflow)tushare-mcpmcporter call tushare-pro.<tool>results/<project-name>/data/raw/mcporter call tushare-pro.tushare_daily \
ts_code=603067.SH start_date=2025-03-01 end_date=2026-03-05 _limit=5000
mcporter call tushare-pro.tushare_stk_factor_pro \
ts_code=603067.SH start_date=2025-03-01 end_date=2026-03-05 _limit=5000
mcporter call tushare-pro.tushare_moneyflow \
ts_code=603067.SH start_date=2025-12-01 end_date=2026-03-05 _limit=5000
<ts_code>_daily_1y.json<ts_code>_stk_factor_pro_1y.json<ts_code>_moneyflow_3m.jsontushare_stk_factor_pro 不可用:明确报错原因(权限/接口不可用),保留日线与资金流并继续流程。mcporter 未配置 tushare-pro:先修复 MCP 注册与 token,再重试。