preview-csv
Installation
SKILL.md
Preview CSV Skill
Interactive CSV file viewer that generates HTML visualizations with sorting, filtering, and statistical analysis.
Agent Usage
When the user asks to preview a CSV file, DO NOT build HTML manually. Use the Bash tool to execute this skill's run.sh script:
# Preview a file
./run.sh data.csv
# Pipe content
cat data.csv | ./run.sh
The script handles all HTML generation and automatically opens the result in the browser. Do NOT open the file manually to avoid duplicate tabs.