ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Yellowbrick

Visual analysis and diagnostic tools to help machine learning model selection. ml-visualizer, python, anaconda, estimator, machine-learning, matplotlib.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain1/ml-visualizer
Or

ML Visualizer

A data toolkit for ingesting, transforming, querying, and visualizing machine learning datasets. Manage your entire data pipeline — from raw ingestion through profiling and validation — all from the command line.

Commands

CommandDescription
ml-visualizer ingest <input>Ingest raw data or record a data source entry
ml-visualizer transform <input>Log a data transformation step or operation
ml-visualizer query <input>Record a query against your dataset
ml-visualizer filter <input>Log a filter operation applied to data
ml-visualizer aggregate <input>Record an aggregation or rollup operation
ml-visualizer visualize <input>Log a visualization request or chart specification
ml-visualizer export <input>Record an export operation or export all data
ml-visualizer sample <input>Log a data sampling operation
ml-visualizer schema <input>Record or describe a data schema
ml-visualizer validate <input>Log a data validation check
ml-visualizer pipeline <input>Record a full pipeline definition or step
ml-visualizer profile <input>Log a data profiling run
ml-visualizer statsShow summary statistics across all entry types
ml-visualizer export <fmt>Export all data (formats: json, csv, txt)
ml-visualizer search <term>Search across all entries by keyword
ml-visualizer recentShow the 20 most recent activity log entries
ml-visualizer statusHealth check — version, disk usage, last activity
ml-visualizer helpShow the built-in help message
ml-visualizer versionPrint the current version (v2.0.0)

Each data command (ingest, transform, query, etc.) works in two modes:

  • Without arguments — displays the 20 most recent entries of that type
  • With arguments — saves the input as a new timestamped entry

Data Storage

All data is stored as plain-text log files in ~/.local/share/ml-visualizer/:

  • Each command type gets its own log file (e.g., ingest.log, transform.log, visualize.log)
  • Entries are stored in timestamp|value format for easy parsing
  • A unified history.log tracks all activity across command types
  • Export to JSON, CSV, or TXT at any time with the export command

Set the ML_VISUALIZER_DIR environment variable to override the default data directory.

Requirements

  • Bash 4.0+ (uses set -euo pipefail)
  • Standard Unix utilities: date, wc, du, tail, grep, sed, cat
  • No external dependencies or API keys required

When to Use

Metadata

Stars4097
Views1
Updated2026-04-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain1-ml-visualizer": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.