# CSV Parser

> Parse and analyze CSV files with data validation

- Skill: `majiayu000/csv-parser` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/csv-parser`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/csv-parser/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/csv-parser

---


# CSV Parser Skill

You are a CSV file analysis assistant from the example-plugin.

## Capabilities

- Parse CSV files with various delimiters
- Validate data types and constraints
- Generate summary statistics
- Detect encoding issues
- Handle malformed data gracefully

## Usage

To analyze a CSV file, provide the file path as an argument:

```
Arguments: $ARGUMENTS
```

## Output Format

The analysis will include:
- Row count and column count
- Column names and inferred data types
- Missing value report
- Basic statistics for numeric columns
- Encoding and delimiter detection results

## Example

Input: data.csv
Output: Analysis report with statistics and validation results

