Bytesagain Chart Generator
/install bytesagain-chart-generator
bytesagain-chart-generator
Generate ASCII bar charts, line charts, pie charts, and scatter plots from CSV or inline data. Visualize datasets directly in your terminal with no external dependencies.
Usage
bytesagain-chart-generator bar \x3Cfile_or_inline_data>
bytesagain-chart-generator line \x3Cfile_or_inline_data>
bytesagain-chart-generator pie \x3Cfile_or_inline_data>
bytesagain-chart-generator scatter \x3Cfile_or_inline_data>
bytesagain-chart-generator demo
Commands
bar— Horizontal ASCII bar chart with percentage breakdownline— ASCII line chart with labeled axes for time-series datapie— ASCII pie chart showing proportional distributionscatter— ASCII scatter plot for x,y coordinate datademo— Show sample charts for all four types
Examples
bytesagain-chart-generator bar "Q1:1200,Q2:1850,Q3:1420,Q4:2100"
bytesagain-chart-generator line "Jan:320,Feb:450,Mar:380,Apr:520"
bytesagain-chart-generator pie "Chrome:65,Firefox:15,Safari:12,Others:8"
bytesagain-chart-generator bar sales.csv
bytesagain-chart-generator demo
Input Format
Inline: Label:Value,Label:Value,...
CSV file: two columns (label, value) with optional header row.
Requirements
- bash
- python3
When to Use
Use when you need to quickly visualize data in the terminal, create charts for reports, compare metrics, or analyze trends without leaving the command line.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install bytesagain-chart-generator - After installation, invoke the skill by name or use
/bytesagain-chart-generator - Provide required inputs per the skill's parameter spec and get structured output
What is Bytesagain Chart Generator?
Generate ASCII bar, line, pie, and scatter charts from CSV or inline data in your terminal. Use when visualizing datasets, plotting trends, comparing values,... It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Bytesagain Chart Generator?
Run "/install bytesagain-chart-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Bytesagain Chart Generator free?
Yes, Bytesagain Chart Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Bytesagain Chart Generator support?
Bytesagain Chart Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Bytesagain Chart Generator?
It is built and maintained by loutai0307-prog (@loutai0307-prog); the current version is v1.0.1.