Install
openclaw skills install chartLocal-first chart generation engine for trends, comparisons, distributions, and quick visual explanations. Use whenever the user wants to visualize data, compare numbers, plot a trend, turn CSV or JSON into a chart, or decide which chart type fits a dataset best. Generates charts locally and stores outputs in the user's workspace.
openclaw skills install chartTurn numbers into clear visuals.
python3matplotlib must be installedAll 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.
bar: category comparisonline: trend over timepie: simple part-to-wholescatter: relationship between two variablessuggest_chart.py --labels ... --values ...make_chart.py --type bar --title "..." --labels "A,B,C" --values "10,20,15"list_charts.pyinit_storage.py| 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 |