# 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.

- Skill: `agentskillexchange/xsv-high-performance-csv-toolkit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentskillexchange/xsv-high-performance-csv-toolkit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentskillexchange/xsv-high-performance-csv-toolkit/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Data & Analytics
- Author: agentskillexchange (https://skillmd.com/u/agentskillexchange)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/agentskillexchange/xsv-high-performance-csv-toolkit

---


# 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/)

