Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/yijixiuxin/chanlun-pro --skill chanlun-pro-data명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| 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 格式输出,方便后续处理和分析。