csv
OfficialAnalyze and transform CSV data with Bash.
Authorvercel-labs
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill simplifies the repetitive task of analyzing and transforming CSV data using Bash tools, reducing manual scripting effort and error-prone ad-hoc commands.
Core Features & Use Cases
- CSV Analysis: Compute basic statistics and summarize structure (rows, columns, headers) from CSV files.
- Data Transformation: Filter, select, and sort columns to produce focused views or reports.
- Use Case: For example, process a sales CSV to extract total by region and sort by revenue.
Quick Start
Use the CSV skill to analyze a sample file and produce a quick summary.
- bash /skills/csv/scripts/analyze.sh data.csv
- bash /skills/csv/scripts/filter.sh data.csv 3 active
- bash /skills/csv/scripts/select.sh data.csv 1,2,4
- bash /skills/csv/scripts/sort.sh data.csv 2 --numeric --reverse
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: csv Download link: https://github.com/vercel-labs/bash-tool/archive/main.zip#csv Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.