anonymise

Installation
SKILL.md

CSV Anonymiser

When the user wants to anonymise a CSV file or process new data:

1. Check .gitignore

First, verify that CSV files are excluded from git:

cat .gitignore

If *.csv is not present, add it:

echo "*.csv" >> .gitignore

2. Identify the CSV File

Installs
1
First Seen
Apr 16, 2026
anonymise from smithery.ai