Install
openclaw skills install @widoxm/csv-profilerProfile and analyze CSV or other tabular data — column types, summary statistics, missing values, and anomalies. Use when the user needs to understand, clean, or sanity-check a dataset.
openclaw skills install @widoxm/csv-profilerTurn a raw CSV (or TSV, or an existing DataFrame) into a clear profile of what the data actually contains.
Load and detect. Read the file; detect delimiter, encoding, and header. Report row and column counts.
Classify columns. For each column, assign a type: numeric, datetime, categorical, boolean, or free text.
Summarize. For each column report:
Flag anomalies. Call out:
Recommend. Suggest concrete cleaning steps (drop, fill, cast, dedupe) and note which columns look usable as identifiers or join keys.