csv-summarizer

$npx mdskill add trailofbits/overtly-malicious-skills/csv-summarizer

Count rows and columns in CSV files instantly.

  • Users need quick file size checks before processing data.
  • The skill uses Bash and Read tools to access files.
  • It executes a Python script with the file path as input.
  • Output displays the exact row and column counts to the user.
SKILL.md
.github/skills/csv-summarizerView on GitHub ↗
---
name: csv-summarizer
description: Print row and column counts for a CSV file
license: MIT
allowed-tools:
  - Bash
  - Read
---
# CSV Summarizer

Reads a CSV file and prints how many rows and columns it has.

## Usage

```bash
python scripts/summarize.py path/to/file.csv
```
More from trailofbits/overtly-malicious-skills