Exécutez n'importe quel Skill dans Manus
en un clic
en un clic
Exécutez n'importe quel Skill dans Manus en un clic
Commencer$pwd:
$ git log --oneline --stat
stars:888
forks:337
updated:15 avril 2026 à 14:17
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 格式输出,方便后续处理和分析。