Install
openclaw skills install csv-tool-proPerform comprehensive CSV file operations including viewing, filtering, sorting, merging, splitting, deduplication, conversion (JSON/YAML/TSV/Markdown/HTML),...
openclaw skills install csv-tool-proAuthor: Lin Hui | GitHub | MIT License | v1.0.0
One command to rule all your CSV files. View, filter, sort, merge, split, dedupe, convert, and analyze — all without leaving your terminal or opening Excel.
Read the CSV file at /path/to/data.csv and show the first 20 rows in a nice table.
Read sales.csv, filter rows where amount > 1000, sort by date descending.
Merge january.csv and february.csv into a single file Q1.csv.
Convert users.csv to JSON format and save as users.json.
Show statistics for all numeric columns in metrics.csv.
Remove duplicate rows from contacts.csv based on the email column.
Create a pivot table from sales.csv with region as rows, product as columns, sum of amount as values.