AIDotNet

csv-processor

读取、写入、转换和分析CSV文件,支持过滤、排序、聚合和格式转换。

AIDotNet 80 15 Updated 4mo ago

Resources

1
GitHub

Install

npx skillscat add aidotnet/moyucode/csv-processor

Install via the SkillsCat registry.

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"

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