data-analyst

Analyze CSV, JSON, Excel, and SQLite datasets to generate structured findings reports.

13|2|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/amanning3390/hermeshub --skill data-analyst-amanning3390
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-analyst
Source: https://github.com/amanning3390/hermeshub/tree/main/skills/data-analyst
Command: npx skills add https://github.com/amanning3390/hermeshub --skill data-analyst-amanning3390

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data analysis tasks can be tedious and error-prone; this Skill streamlines loading, cleaning, analyzing, and visualizing datasets to produce actionable insights.

Core Features & Use Cases

  • Load datasets from CSV, JSON, Excel, or SQLite.
  • Clean data (handle missing values, deduplicate, fix types).
  • Analyze distributions, correlations, time series, and generate charts.
  • Generate a structured findings report with clear visuals and explanations.

Quick Start

Analyze a dataset by loading a CSV file named data.csv and generate a summary with charts.

Frequently Asked Questions about data-analyst

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clean and explore a CSV dataset for data analysis?

Data analysis on a CSV dataset involves loading the file, cleaning it by handling missing values and deduplicating records, and then exploring distributions to detect trends. This workflow streamlines preparation and produces actionable insights with visualizations.

Can I run exploratory data analysis on JSON or Excel files?

Yes, exploratory data analysis supports JSON and Excel files. The workflow accepts CSV, JSON, Excel, and SQLite inputs, enabling you to load, clean, explore, and analyze these formats to generate structured findings reports with clear visuals.

What is the best way to visualize distributions and correlations from a dataset?

Visualizing distributions and correlations from a dataset is achieved through exploratory data analysis that generates charts directly from cleaned data. This analyzes distributions and correlations to produce a structured findings report with clear visual explanations.

Do I need to install pandas or other dependencies to analyze SQLite data?

No external dependencies are required to analyze SQLite data. The Skill handles SQLite inputs natively alongside CSV, JSON, and Excel files, allowing you to load, clean, and explore the database directly without manually installing separate libraries.

How does data cleaning work for time series analysis?

Data cleaning for time series analysis works by loading the dataset, handling missing values, deduplicating records, and fixing data types. Once clean, the analysis phase detects time series trends and generates corresponding visual charts for reporting.