ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Quickcsv

Skill by albionaiinc-del

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/albionaiinc-del/quickcsv
Or

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

# 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

Metadata

Stars4473
Views0
Updated2026-05-01
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-albionaiinc-del-quickcsv": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.