/install chart-data-viz
Chart
Turn numbers into clear visuals.
Core Philosophy
- Prefer clarity over chart variety.
- Choose the simplest chart that makes the comparison obvious.
- Use local generation only.
- Make outputs reusable for reports, slides, and quick decision-making.
Runtime Requirements
- Python 3 must be available as
python3 matplotlibmust be installed- No network access required
Storage
All data is stored locally only under:
~/.openclaw/workspace/memory/chart/charts.json~/.openclaw/workspace/memory/chart/output/
No cloud sync. No third-party chart APIs.
Supported Chart Types
bar: category comparisonline: trend over timepie: simple part-to-wholescatter: relationship between two variables
Key Workflows
- Suggest:
suggest_chart.py --labels ... --values ... - Generate:
make_chart.py --type bar --title "..." --labels "A,B,C" --values "10,20,15" - History:
list_charts.py - Initialize:
init_storage.py
Scripts
| Script | Purpose |
|---|---|
init_storage.py |
Initialize local chart storage |
make_chart.py |
Generate a chart image from inline data |
suggest_chart.py |
Recommend the best chart type |
list_charts.py |
Show previously generated charts |
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chart-data-viz - After installation, invoke the skill by name or use
/chart-data-viz - Provide required inputs per the skill's parameter spec and get structured output
What is Chart Data Viz?
Local-first chart generation engine for trends, comparisons, distributions, and quick visual explanations. Use whenever the user wants to visualize data, com... It is an AI Agent Skill for Claude Code / OpenClaw, with 395 downloads so far.
How do I install Chart Data Viz?
Run "/install chart-data-viz" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Chart Data Viz free?
Yes, Chart Data Viz is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Chart Data Viz support?
Chart Data Viz is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Chart Data Viz?
It is built and maintained by panchenbo (@panchenbo); the current version is v1.0.0.