读取、写入、转换和分析CSV文件,支持过滤、排序、聚合和格式转换。
Scanned 2/12/2026
Install via CLI
openskills install AIDotNet/MoYuCode---
name: csv-processor
description: 读取、写入、转换和分析CSV文件,支持过滤、排序、聚合和格式转换。
metadata:
short-description: 处理CSV文件
source:
repository: https://github.com/pandas-dev/pandas
license: BSD-3-Clause
---
# 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: ✅
No comments yet. Be the first to comment!
Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...