Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aidotnet avatar

Csv Processor

  • 27 installs
  • 84 repo stars
  • Updated January 28, 2026
  • aidotnet/moyucode

csv-processor is a Claude Code skill that reads, filters, sorts, aggregates and converts CSV files via a Python CLI.

About

csv-processor is a Claude Code skill that reads, filters, sorts, aggregates and converts CSV files through a bundled Python CLI. A developer runs it to transform or summarize tabular data without writing one-off scripts. It supports filtering rows by column value, sorting, grouping with sums, and converting CSV to JSON. It matters for repetitive data-wrangling tasks on flat files.

  • Reads, filters, sorts and aggregates CSV files
  • Converts CSV to JSON and other formats
  • Runs as a Python CLI with read/filter/sort/convert/aggregate commands

Csv Processor by the numbers

  • 27 all-time installs (skills.sh)
  • Ranked #420 of 688 Office & Documents skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

csv-processor capabilities & compatibility

Capabilities
csv processing · data transformation · format conversion
Use cases
data analysis
Pricing
Free
From the docs

What csv-processor says it does

Process CSV files with powerful data manipulation capabilities including filtering, sorting, aggregation, and format conversion.
SKILL.md
`csv`, `data`, `transform`, `analysis`, `pandas`
SKILL.md
npx skills add https://github.com/aidotnet/moyucode --skill csv-processor

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs27
repo stars84
Last updatedJanuary 28, 2026
Repositoryaidotnet/moyucode

What it does

Filter, sort, aggregate or convert a CSV file from the command line during data work.

Who is it for?

Developers transforming, filtering or summarizing CSV data from the command line.

Skip if: Large-scale streaming pipelines or database-backed analytics.

When should I use this skill?

You have a CSV file and need to filter, sort, aggregate or convert it.

What you get

The CSV is transformed, filtered, aggregated or converted to the requested format.

  • filtered CSV
  • sorted CSV
  • aggregated data

By the numbers

  • 5 subcommands (read, filter, sort, convert, aggregate)

Files

SKILL.mdMarkdownGitHub ↗

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"

# Sort by column
python scripts/csv_processor.py sort data.csv --by "date" --desc

# Convert to JSON
python scripts/csv_processor.py convert data.csv --format json --output data.json

# Aggregate data
python scripts/csv_processor.py aggregate data.csv --group "category" --sum "amount"

Tags

csv, data, transform, analysis, pandas

Compatibility

  • Codex: ✅
  • Claude Code: ✅

Related skills

FAQ

What operations does it support?

It reads, filters, sorts, aggregates and converts CSV files.

Can it convert CSV to JSON?

Yes, it converts CSV to JSON and other formats.

Office & Documentspipelinesetl

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.