glmv-stock-analyst
Installation
SKILL.md
stock-analyst v3.2
路径约定:
{SKILL_DIR}指向 skill 根目录(即 SKILL.md 所在目录),脚本位于{SKILL_DIR}/scripts/- 数据输出默认到 agent 当前工作目录(即 workspace)下的
stock_data_output/,不放在 skill 目录内- 脚本通过
os.getcwd()自动定位 workspace,无需手动指定路径
目录结构
{SKILL_DIR}/
├── SKILL.md # 本文件(流程指令)
├── scripts/
│ ├── setup.sh # ⭐ 环境初始化(只需运行一次)
│ ├── venv/ # Python 虚拟环境(setup.sh 自动创建)
│ ├── fetch_all.py # 数据采集 + 图表生成(纯数据,不写报告)
│ ├── md2html.py # Markdown → HTML(专业CSS模板转换器)
│ └── export_report.py # Markdown → PDF(可选导出)
└── references/
Related skills
More from zai-org/glm-skills
glmocr-handwriting
Official skill for recognizing handwritten text from images using ZhiPu GLM-OCR API. Supports various
33glmv-pdf-to-ppt
Convert a PDF (research paper, report, or any document) into a polished multi-slide
26glm-image-gen
Official skill for generating high-quality images from text prompts using ZhiPu GLM-Image API.
24glm-master-skill
|
24glmv-grounding
>
23glmv-caption
Generate captions (descriptions) for images, videos, and documents using ZhiPu
22