skills/csv-analyzer/SKILL.md
Analyze CSV/TSV files with statistics, data profiling, and ASCII visualizations.
npx skillsauth add ariffazil/openclaw-workspace skills/csv-analyzerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Analyze CSV/TSV files: statistics, data profiling, and visualizations.
Read and detect: Identify delimiter (comma, tab, pipe), encoding, row count
Preview: Show first 5 rows as a formatted table
Profile each column:
Numeric columns: count, mean, median, min, max, std dev, null count String columns: count, unique values, top 5 most frequent, avg length Date columns: min date, max date, range
Summary report:
📊 CSV Analysis — data.csv
Rows: 10,432 | Columns: 8 | Size: 2.1 MB
| Column | Type | Non-null | Unique | Summary |
|-----------|---------|----------|--------|--------------------|
| name | string | 10,432 | 8,721 | top: "John" (42) |
| age | numeric | 10,210 | 82 | mean=34.2, σ=12.1 |
| signup | date | 10,432 | 1,203 | 2020-01 to 2025-01 |
Visualizations (ASCII):
# Histogram
awk -F',' 'NR>1{print int($3/10)*10}' data.csv | sort -n | uniq -c | awk '{printf "%3d-%3d: %s (%d)\n", $2, $2+9, substr("████████████████████",1,$1/5), $1}'
# Top values bar chart
awk -F',' 'NR>1{print $2}' data.csv | sort | uniq -c | sort -rn | head -10
"field, with comma" correctly — use proper CSV parsingawk, sort, uniq, wc, headdevelopment
Governed intelligence skill for AAA as the abstraction, attestation, and abduction control plane across arifOS, APEX, A-FORGE, GEOX, WEALTH, WELL, and the ariffazil profile repository. Use when the user asks to explain or design AAA, route agentic work, reduce chaos/entropy in an arifOS federation task, create AREP/task declarations, classify risk, plan multi-repo changes, review governance boundaries, or translate human intent into evidence-backed, authority-safe, recursively agentic workflows. Provides deterministic F1-F13 floor checking, bounded abduction, and FederationReceipt composition.
development
Check every skill’s “use when” and “do not use when” clauses for collisions, missing negatives, and vague verbs like “help,” “assist,” or “improve.” Load when linting, reviewing, or validating trigger boundaries.
development
Bootstrap, design, and package new skills. Load when capturing user intent for a new skill or drafting its initial instruction framework.
content-media
Diagnose which federation services are up, down, or drifting. Produce a prioritized remediation plan.