Back to Registry View Author Profile
Official Verified
market-chart-renderer
Skill by forevershu
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/forevershu/market-chart-rendererOr
market-chart-renderer
用于把标准化 bars 数据渲染成图表。
职责边界
负责:
- 指标计算:至少
MA5/10/20/60、MACD - ECharts 图表模板
- 标题区(品种名 / 代码 / 周期)
- 主图 K 线 + MA 均线
- 副图默认
MACD - HTML / PNG 导出
不负责:
- AkShare 数据抓取细节
- 品种路由
- 交易所查询逻辑
最小入口
直接生成甲醇 MA0 60m 图:
python3 skills/market-chart-renderer/render_ma0_60m.py
自定义:
python3 skills/market-chart-renderer/render_chart.py --symbol MA0 --period 60 --limit 120
输出位置
默认输出到:
output/generated/images/*.htmloutput/generated/images/*.pngoutput/generated/images/*.json
依赖关系
- 数据来源:
skills/akshare-futures-options-data/akshare_router_cn.py - 渲染方案:ECharts + headless Chrome
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-forevershu-market-chart-renderer": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
baidudisk-mcp
Use Baidu Netdisk via mcporter + stdio MCP server with hot-reload token file credentials. Triggers when you need Baidu Netdisk operations (official 2.0 toolset + legacy aliases) from OpenClaw without storing access_token in repo files.
forevershu 2387
Akshare Router Cn
Skill by forevershu
forevershu 2387
feishu-whiteboard-extract
从飞书白板(Whiteboard)中提取所有图片节点的 file_token,用于后续下载/OCR/归档。文档类补充能力。
forevershu 2387