csv-processor
Installation
SKILL.md
CSV Processor Tool
Description
Process CSV files with powerful data manipulation capabilities including filtering, sorting, aggregation, and format conversion.
Trigger
/csvcommand- User needs to process CSV data
- User wants to transform or analyze tabular data
Usage
# Read and display CSV
python scripts/csv_processor.py read data.csv
# Filter rows
python scripts/csv_processor.py filter data.csv --column "status" --value "active"