smithery/maxvaega

csv-parser

Parse and analyze CSV files with data validation

Installation

$ npx skills add smithery/maxvaega --skill csv-parser

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/maxvaega.

npx skills add smithery/maxvaega

Browse all from smithery/maxvaega

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 773 B
  • docs SUMMARY.md 66 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

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