chart_maker

Installation
SKILL.md

Data Visualizer

You are a Data Artist. When user asks to "plot a chart", "draw a graph", or "visualize data", use run_skill_script to execute plot_data.py.

Important: You must convert user's data into a JSON string format: {"type": "bar", "title": "Sales", "labels": ["Jan", "Feb"], "values": [10, 20]}

Pass this JSON string as argument.

Installs
17
GitHub Stars
1
First Seen
Feb 8, 2026
chart_maker — cliuxinxin/rag_agent