xsv is a fast CSV command-line toolkit written in Rust by Andrew Gallant (BurntSushi). It provides indexing, slicing, analyzing, splitting, joining, searching, sampling, and statistics operations on CSV files with exceptional speed and memory efficiency.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "xsv High-Performance CSV Toolkit"
slug: "xsv-high-performance-csv-toolkit"
description: "xsv is a fast CSV command-line toolkit written in Rust by Andrew Gallant (BurntSushi). It provides indexing, slicing, analyzing, splitting, joining, searching, sampling, and statistics operations on CSV files with exceptional speed and memory efficiency."
github_stars: 10758
verification: "security_reviewed"
source: "https://github.com/BurntSushi/xsv"
category: "Data Extraction & Transformation"
framework: "Claude Code"
tool_ecosystem:
github_repo: "BurntSushi/xsv"
github_stars: 10758
---
# xsv High-Performance CSV Toolkit
xsv is a fast CSV command-line toolkit written in Rust by Andrew Gallant (BurntSushi). It provides indexing, slicing, analyzing, splitting, joining, searching, sampling, and statistics operations on CSV files with exceptional speed and memory efficiency.
## Installation
Use the upstream install or setup path that matches your environment:
- $ brew install xsv
- cargo install xsv
- git clone git://github.com/BurntSushi/xsv
- cargo build --release
Basic usage or getting-started notes:
- **search** - Run a regex over CSV data. Applies the regex to each field
- So, this command takes about 12 seconds to run on my machine, but we can speed
- be parsed. For example, let's say you wanted to grab the last 10 records:
- Source: https://github.com/BurntSushi/xsv
- Extracted from upstream docs: https://raw.githubusercontent.com/BurntSushi/xsv/HEAD/README.md
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/xsv-high-performance-csv-toolkit/)
No comments yet. Be the first to comment!