Communityv7.0.2

smart-charts

Intelligent chart generation and data analysis skill. Reads user-supplied data files (CSV/Excel/JSON), analyzes data characteristics with LLM assistance, auto-recommends and generates interactive ECharts visualizations. Use when the user asks to analyze data, generate charts, create visualizations,

2.4kdownloads2starshanli
View on ClawHubBack to Skills

Skill Details

Slug
smart-charts
Latest Version
7.0.2
Author
hanli
Published
Mar 20, 2026
Updated
Aug 28, 2026
Total Versions
23

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for smart-charts.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v7.0.2

- Removed the sample skill card documentation file (skill-card.md). - No changes made to functionality or main documentation (SKILL.md). - 修复自带回归测试断言与 combo 双轴图实现不一致导致自检失败的问题;修复文件内容探测因 read_bytes 误传参而失效的问题(无扩展名文件现在可以被正确识别);CLI 对 --skiprows/--header-row 的非法参数现在会返回结构化 JSON 错误,而非抛出 traceback;修正 Windows 超时机制的不实文档描述,并消除了 renderers.py 中的 SyntaxWarning。