Overview
- Skill Key
- derick001/csv-data-explorer
- Author
- skill-factory
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/derick001/csv-data-explorer
- Latest Commit SHA
- 52d14f8bac8e1e8f044f34e687a3203b717319c3
Explore, filter, summarize, and visualize CSV data directly in terminal with interactive queries.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 csv-data-explorer 技能。 若已安装,则直接安装 csv-data-explorer 技能。
# CSV Data Explorer ## What This Does A CLI tool to explore, analyze, and visualize CSV data directly from the terminal. Load CSV files, filter rows, calculate statistics, generate summaries, and create basic visualizations without leaving your terminal. Key features: - **Load and preview CSV files** with automatic delimiter detection - **Explore data structure** - view columns, data types, missing values - **Filter rows** based on conditions (equality, inequality, contains, regex) - **Select columns** - include/exclude specific columns - **Calculate statistics** - mean, median, min, max, standard deviation, percentiles - **Generate summaries** - count, unique values, frequency distributions - **Basic visualizations** - histograms, bar charts, scatter plots (ASCII or simple terminal output) - **Export results** - filtered data, statistics, summaries to new CSV/JSON files - **Interactive mode** - step-by-step exploration with prompts - **Command-line mode** - scriptable operations for automation ## When To Use - You need to quickly explore CSV data without opening spreadsheets - You want to filter and analyze data for reporting or debugging - You need to calculate basic statistics on datasets - You're working on servers/remote machines without GUI tools - You want to automate CSV data processing in scripts - You need to share analysis results with team members - You're teaching data analysis concepts in terminal environment ## Usage Basic commands: ```bash # Load and preview a CSV file python3 scripts/main.py preview data.csv # Show basic statistics python3 scripts/main.py stats data.csv # Filter rows where column 'age' > 30 python3 scripts/main.py filter data.csv --where "age > 30" # Select specific columns python3 scripts/main.py select data.csv --columns name,age,salary # Generate histogram for a column python3 scripts/main.py histogram data.csv --column age --bins 10 # Count unique values in a column python3 scripts/main.py unique data.csv --column c...
# CSV Data Explorer A CLI tool to explore, analyze, and visualize CSV data directly from the terminal. Load CSV files, filter rows, calculate statistics, generate summaries, and create basic visualizations. ## Installation Install via ClawHub: ```bash clawhub install csv-data-explorer ``` ## Usage ### Basic Commands ```bash # Load and preview a CSV file python3 scripts/main.py preview data.csv # Show basic statistics python3 scripts/main.py stats data.csv # Filter rows where column 'age' > 30 python3 scripts/main.py filter data.csv --where "age > 30" # Select specific columns python3 scripts/main.py select data.csv --columns name,age,salary # Generate histogram for a column python3 scripts/main.py histogram data.csv --column age --bins 10 # Count unique values in a column python3 scripts/main.py unique data.csv --column category # Export filtered data python3 scripts/main.py filter data.csv --where "salary > 50000" --output filtered.csv # Interactive exploration mode python3 scripts/main.py interactive data.csv ``` ### Interactive Mode ```bash python3 scripts/main.py interactive data.csv ``` Interactive mode guides you through: 1. File loading and preview 2. Column selection and filtering 3. Statistical analysis 4. Visualization options 5. Export results ## Features - Load and preview CSV files with automatic delimiter detection - Explore data structure - view columns, data types, missing values - Filter rows based on conditions (equality, inequality, contains, regex) - Select columns - include/exclude specific columns - Calculate statistics - mean, median, min, max, standard deviation, percentiles - Generate summaries - count, unique values, frequency distributions - Basic visualizations - histograms, bar charts, scatter plots (ASCII or simple terminal output) - Export results - filtered data, statistics, summaries to new CSV/JSON files - Interactive mode for step-by-step exploration ## Requirements - Python 3.x - `pandas` library (installed au...
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.