/install chart-master
Chart Master
This skill generates professional-grade financial charts using Python (mplfinance / yfinance).
Usage
Run the bundled script to generate a chart. The script fetches data automatically.
Command
uv run --with yfinance --with mplfinance --with pandas {baseDir}/scripts/generate_chart.py --ticker "NVDA" --period "6mo" --interval "1d" --style "yahoo" --title "NVIDIA Daily Chart"
Parameters
--ticker: The symbol to chart (e.g.,AAPL,BTC-USD,^NDX,^GSPC).--period: Data range (e.g.,1d,5d,1mo,3mo,6mo,1y,2y,5y,max,ytd).--interval: Bar size (e.g.,1m,5m,15m,30m,60m,90m,1h,1d,5d,1wk,1mo,3mo).- Note: Intraday data (
1m-60m) is only available for the last 60 days.
- Note: Intraday data (
--type: Chart type (default:candle; options:candle,line,renko,pnf).--style: Visual style (default:yahoo; options:binance,blueskies,charles,checkers,classic,default,mike,nightclouds,sas,starsandstripes,yahoo).--mav: Moving averages (comma-separated, e.g.,20,50,200).--volume: specific flag--volumeto show volume pane (default: true).
Output
The script saves a PNG file to the current working directory and prints the filename.
Action: Use the read tool (or write if editing) to handle the file, but primarily display the image to the user using the appropriate tool if available, or simply confirm the file was created and provide the path.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install chart-master - 安装完成后,直接呼叫该 Skill 的名称或使用
/chart-master触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Chart Master 是什么?
Generate precise financial charts (candlestick, OHLC, line) for stocks, indices, and crypto using Python. Use when the user requests a visual chart, technica... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。
如何安装 Chart Master?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install chart-master」即可一键安装,无需额外配置。
Chart Master 是免费的吗?
是的,Chart Master 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Chart Master 支持哪些平台?
Chart Master 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Chart Master?
由 ericw12(@ericw12)开发并维护,当前版本 v1.0.0。