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

  • /csv command
  • 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"
Related skills
Installs
15
GitHub Stars
79
First Seen
Jan 28, 2026