csv-processor

Process CSV files with powerful data manipulation capabilities including filtering, sorting, aggregation, and format conversion.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "csv-processor" with this command: npx skills add aidotnet/moyucode/aidotnet-moyucode-csv-processor

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: ✅

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

bilibili-analyzer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

puppeteer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

cron-scheduler

No summary provided by upstream source.

Repository SourceNeeds Review