Communityv1.0.0

Csv Analyzer

Analyze CSV/Excel files with natural language. Get statistics, filter rows, find anomalies, generate summaries, and export results. No pandas needed — uses P...

1.7kdownloads7active installsShihao Jiang (Zac)
View on ClawHubBack to Skills

Skill Details

Slug
csv-analyzer
Latest Version
1.0.0
Author
Shihao Jiang (Zac)
Published
Mar 7, 2026
Updated
May 17, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Csv Analyzer.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of csv-analyzer — a lightweight tool for CSV/Excel file analysis using only the Python standard library. - Analyze, filter, and generate statistics from CSV files without pandas. - Features include statistics summary, flexible row filtering, top/bottom N values, anomaly detection, and group aggregation. - Supports exporting processed and filtered data. - Zero external dependencies; optimized for low-memory environments. - Designed for datasets up to ~100MB in size.