csv
Installation
SKILL.md
CSV Processing Skill
Process CSV files using standard bash tools (awk, cut, sort, grep).
Available Scripts
analyze.sh
Get statistics and summary of a CSV file.
bash /skills/csv/scripts/analyze.sh data.csv
filter.sh
Filter rows where a column matches a value.
bash /skills/csv/scripts/filter.sh data.csv <column_number> <value>
select.sh
Related skills