Chartmaker
/install chartmaker
ChartMaker
A data toolkit for chart-related data logging and export. Record, transform, query, and export data entries — all from the command line, all stored locally.
Commands
| Command | What it does |
|---|---|
chartmaker ingest \x3Cinput> |
Log a new ingest entry (no args = show recent entries) |
chartmaker transform \x3Cinput> |
Log a transform entry |
chartmaker query \x3Cinput> |
Log a query entry |
chartmaker filter \x3Cinput> |
Log a filter entry |
chartmaker aggregate \x3Cinput> |
Log an aggregate entry |
chartmaker visualize \x3Cinput> |
Log a visualize entry |
chartmaker export \x3Cinput> |
Log an export entry (see also export with format below) |
chartmaker sample \x3Cinput> |
Log a sample entry |
chartmaker schema \x3Cinput> |
Log a schema entry |
chartmaker validate \x3Cinput> |
Log a validate entry |
chartmaker pipeline \x3Cinput> |
Log a pipeline entry |
chartmaker profile \x3Cinput> |
Log a profile entry |
chartmaker stats |
Show summary statistics across all log files |
chartmaker export \x3Cfmt> |
Export all data to json, csv, or txt format |
chartmaker search \x3Cterm> |
Search all entries for a term (case-insensitive) |
chartmaker recent |
Show the 20 most recent activity log entries |
chartmaker status |
Health check — version, entry count, disk usage |
chartmaker help |
Show usage and available commands |
chartmaker version |
Print version string |
Each logging command (ingest, transform, query, etc.) accepts free-form text. Called without arguments, it shows the 20 most recent entries for that category.
Data Storage
All data is stored locally in ~/.local/share/chartmaker/. Each command category writes to its own .log file, and all actions are recorded in history.log with timestamps.
Requirements
- Bash 4+
When to Use
- Logging chart and visualization data points from the command line
- Tracking data transformations and schema changes over time
- Exporting accumulated entries to JSON, CSV, or plain text for reports
- Searching across all logged entries to find specific visualization data
- Checking health and statistics of your local chart data store
Examples
# Log visualization data
chartmaker ingest "Monthly revenue: Jan=10k Feb=12k Mar=15k"
# Transform and record a data step
chartmaker transform "Normalized Q1 values to percentage scale"
# Search across all logs
chartmaker search "revenue"
# Export everything to CSV
chartmaker export csv
# View recent activity
chartmaker recent
Powered by BytesAgain | bytesagain.com | [email protected]
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install chartmaker - After installation, invoke the skill by name or use
/chartmaker - Provide required inputs per the skill's parameter spec and get structured output
What is Chartmaker?
Visualize data with bar charts, sparklines, and progress bars in terminal. Use when plotting metrics, rendering inline charts, or transforming data. It is an AI Agent Skill for Claude Code / OpenClaw, with 230 downloads so far.
How do I install Chartmaker?
Run "/install chartmaker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Chartmaker free?
Yes, Chartmaker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Chartmaker support?
Chartmaker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Chartmaker?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.0.