Install
openclaw skills install csv-deduperRemove duplicate rows from CSV files by key columns. Use when asked to deduplicate CSVs or keep unique records.
openclaw skills install csv-deduperDeduplicate CSV rows using one or more key columns. Keeps the first row by default.
python scripts/csv_dedupe.py --input data.csv --output data.deduped.csv --keys id,email
python scripts/csv_dedupe.py --input data.csv --output data.deduped.csv