Agent skill
csv-processor
读取、写入、转换和分析CSV文件,支持过滤、排序、聚合和格式转换。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/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
/csvcommand- 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: ✅
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?