Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vercel-labs avatar

Csv

  • 196 installs
  • 604 repo stars
  • Updated July 15, 2026
  • vercel-labs/bash-tool

Analyze and transform CSV data using bash tools.

About

Analyze and transform CSV data using bash tools. Process CSV files using standard bash tools (awk, cut, sort, grep). The csv skill documents workflows, constraints, and examples from SKILL.md for agent-assisted execution.

  • Process CSV files using standard bash tools (awk, cut, sort, grep).
  • Get statistics and summary of a CSV file.
  • bash /skills/csv/scripts/analyze.sh data.csv
  • Filter rows where a column matches a value.
  • bash /skills/csv/scripts/filter.sh data.csv <column_number> <value>

Csv by the numbers

  • 196 all-time installs (skills.sh)
  • +4 installs in the week ending Jul 27, 2026 (Skillselion tracking)
  • Ranked #525 of 1,901 Documentation skills by installs in the Skillselion catalog
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 27, 2026 (Skillselion catalog sync)
At a glance

csv capabilities & compatibility

Capabilities
process csv files using standard bash tools (awk · get statistics and summary of a csv file. · bash /skills/csv/scripts/analyze.sh data.csv · filter rows where a column matches a value.
Use cases
documentation
From the docs

What csv says it does

Analyze and transform CSV data using bash tools
SKILL.md
npx skills add https://github.com/vercel-labs/bash-tool --skill csv

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs196
repo stars604
Security audit3 / 3 scanners passed
Last updatedJuly 15, 2026
Repositoryvercel-labs/bash-tool

How do I apply csv using the workflow in its SKILL.md?

Analyze and transform CSV data using bash tools

Who is it for?

Developers following the csv skill for the tasks it documents.

Skip if: Tasks outside the csv scope described in SKILL.md.

When should I use this skill?

User mentions csv or related triggers from the skill description.

What you get

Working csv setup aligned with the documented patterns and constraints.

Files

SKILL.mdMarkdownGitHub ↗

CSV Processing Skill

Process CSV files using standard bash tools (awk, cut, sort, grep).

Available Scripts

analyze.sh

Get statistics and summary of a CSV file.

bash /skills/csv/scripts/analyze.sh data.csv

filter.sh

Filter rows where a column matches a value.

bash /skills/csv/scripts/filter.sh data.csv <column_number> <value>

select.sh

Select specific columns from CSV.

bash /skills/csv/scripts/select.sh data.csv <col1,col2,col3>

sort.sh

Sort CSV by a column.

bash /skills/csv/scripts/sort.sh data.csv <column_number> [--numeric] [--reverse]

Examples

# Show CSV summary
bash /skills/csv/scripts/analyze.sh sales.csv

# Filter where column 3 equals "active"
bash /skills/csv/scripts/filter.sh users.csv 3 active

# Select columns 1, 2, and 4
bash /skills/csv/scripts/select.sh data.csv 1,2,4

# Sort by column 2 numerically in reverse
bash /skills/csv/scripts/sort.sh data.csv 2 --numeric --reverse

Related skills

FAQ

What does csv do?

Analyze and transform CSV data using bash tools

When should I use csv?

Invoke when Analyze and transform CSV data using bash tools.

Is csv safe to install?

Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.