·chart_maker
{}

chart_maker

Generate charts (line, bar) from data and save as image files.

11Installs·0Trend·@cliuxinxin

Installation

$npx skills add https://github.com/cliuxinxin/rag_agent --skill chart_maker

How to Install chart_maker

Quickly install chart_maker AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cliuxinxin/rag_agent --skill chart_maker
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cliuxinxin/rag_agent.

SKILL.md

View raw

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

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

Generate charts (line, bar) from data and save as image files. Source: cliuxinxin/rag_agent.

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cliuxinxin/rag_agent --skill chart_maker Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cliuxinxin/rag_agent --skill chart_maker
Category
{}Data Analysis
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from cliuxinxin/rag_agent

Quick answers

What is chart_maker?

Generate charts (line, bar) from data and save as image files. Source: cliuxinxin/rag_agent.

How do I install chart_maker?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cliuxinxin/rag_agent --skill chart_maker Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cliuxinxin/rag_agent