Use this skill when the user wants to manipulate CSV files — extract columns, filter rows, join files, or convert delimiters.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-d0c6b422)More formats (shields.io, HTML) on the badges page.
---
name: csvtool
description: Use this skill when the user wants to manipulate CSV files — extract columns, filter rows, join files, or convert delimiters.
---
# csvtool Plugin
csvtool manipulates CSV data from the command line.
## Usage Examples
- "extract the second column from a CSV"
- "count the number of rows in a CSV file"
- "convert CSV to tab-separated format"
- "join two CSV files on a common column"
## Installation
```bash
brew install csvtool
```
## Key Features
- Column extraction and reordering
- Row filtering by value or position
- Delimiter conversion (CSV/TSV)
- CSV file joining
- Record counting and statistics
- Lightweight with no dependencies
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!