Agent skill

csv-processor

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

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/csv-processor

Metadata

Additional technical details for this skill

short description
处理CSV文件

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

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

Didn't find tool you were looking for?

Be as detailed as possible for better results