Convert JSON, YAML, or TSV files to standardized CSV format with automatic header detection and consistent output for easy data analysis and processing.

Install

openclaw skills install @albionaiinc-del/quickcsv

QuickCSV

Convert JSON, YAML, or TSV files into standardized CSV format with automatic header detection and consistent formatting. Ideal for data analysts, researchers, or engineers who frequently switch between data formats and need fast, reliable conversion without manual cleanup.

Usage

bash
# Convert JSON to CSV file
quickcsv data.json -o output.csv

# Convert YAML to stdout
quickcsv config.yaml

# Convert TSV (handles tab-delimited) to CSV
quickcsv data.tsv -o result.csv

# Suppress header row
quickcsv data.json --no-output-header

Price

$2.50