用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yijixiuxin/chanlun-pro --skill chanlun-pro-data命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | chanlun-pro-data |
| description | "获取 chanlun-pro 项目的行情数据与缠论结构化数据,支持多市场多周期" |
chanlun-pro 项目路径: <CHANLUN_PRO_PATH> (使用前请在配置中设置为你本地的项目路径)
必须先 cd 到 <CHANLUN_PRO_PATH> 目录,使用目录下的 script\bin\uv.exe 执行命令:
cd <CHANLUN_PRO_PATH>
script\bin\uv.exe run python src\chanlun\tools\skill\get_cl_data.py --fun batch_get_cl_data --market a --codes SH.000001
脚本路径: src\chanlun\tools\skill\get_cl_data.py
支持的方法:
market:市场标识,如 'a', 'hk', 'futures' 等code:标的代码frequency:周期script\bin\uv.exe run python src\chanlun\tools\skill\get_cl_data.py --fun get_cl_data --market a --code SH.600519 --frequency d
market:市场标识code:标的代码frequency:周期script\bin\uv.exe run python src\chanlun\tools\skill\get_cl_data.py --fun get_cl_structured_data --market a --code SH.600519 --frequency d
market:市场标识codes:标的代码列表,逗号分隔frequency:周期script\bin\uv.exe run python src\chanlun\tools\skill\get_cl_data.py --fun batch_get_cl_data --market a --codes SH.600519,SH.601398 --frequency d
脚本路径: src\chanlun\tools\skill\get_market_data.py
支持的方法:
script\bin\uv.exe run python src\chanlun\tools\skill\get_market_data.py --fun list_supported_markets
market:市场标识(可选)script\bin\uv.exe run python src\chanlun\tools\skill\get_market_data.py --fun list_supported_frequencies
script\bin\uv.exe run python src\chanlun\tools\skill\get_market_data.py --fun list_supported_frequencies --market a
script\bin\uv.exe run python src\chanlun\tools\skill\get_market_data.py --fun list_all_market_frequencies
market:市场标识code:标的代码frequency:周期script\bin\uv.exe run python src\chanlun\tools\skill\get_market_data.py --fun get_market_data --market a --code SH.600519 --frequency d
market:市场标识codes:标的代码列表,逗号分隔frequency:周期script\bin\uv.exe run python src\chanlun\tools\skill\get_market_data.py --fun get_multiple_market_data --market a --codes SH.600519,SH.601398 --frequency d
a - 沪深A股hk - 港股futures - 国内期货ny_futures - 美股期货currency - 数字货币合约currency_spot - 数字货币现货us - 美股fx - 外汇所有脚本执行结果均以 JSON 格式输出,方便后续处理和分析。