← 返回
开发者工具 中文

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...
使用 Python 为股票、指数和加密货币生成精准金融图表(K线、OHLC、折线),适用于用户请求可视化图表、技术分析等场景。
ericw12
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 562
下载
💾 32
安装
1
版本
#latest

概述

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.
  • --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 --volume to 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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-30 03:02 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,196
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,796
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,150