data-analysis-partner
智能数据分析 Skill,输入 CSV/Excel 文件和分析需求,输出带交互式 ECharts 图表的 HTML 自包含分析报告
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/1992huanghai/data-analysis-partnerWhat This Skill Does
The data-analysis-partner skill for OpenClaw is a powerful, automated toolkit designed to transform raw CSV and Excel files into professional, interactive data insight reports. It bridges the gap between complex raw data and actionable business intelligence by leveraging pandas and NumPy for heavy lifting, and ECharts for high-quality visualization. When you provide a file, this skill automatically performs data cleansing, statistical profiling, and pattern recognition, culminating in a self-contained HTML document that includes executive summaries, detailed descriptive statistics, and interactive charts.
Installation
To integrate this skill, use the command: clawhub install openclaw/skills/skills/1992huanghai/data-analysis-partner. Upon the first execution, the system will attempt to provision an isolated Python environment and install necessary dependencies (pandas, openpyxl, xlrd). If your system restricts automatic installation, you can manually setup the virtual environment at ~/.openclaw/skills/data-analysis-partner/.venv and install the requirements via pip.
Use Cases
This skill is ideal for analysts, project managers, and business users who need rapid insights without writing custom code. Use it for:
- Exploratory Data Analysis (EDA) to find patterns, anomalies, or correlations in sales or usage data.
- Generating automated, shareable BI reports for stakeholders.
- Performing diagnostic analysis on customer behavior or operational log data.
- Quickly auditing dataset integrity, including identifying missing values and statistical outliers.
Example Prompts
- "I've uploaded my Q3 customer churn data. Can you analyze this file and build a report highlighting the primary churn nodes in our user funnel?"
- "Here is the marketing spreadsheet. I need a visual report showing the correlation between ad spend and lead conversion rates across different regions."
- "Please analyze this sensor data file. I need to know if there are any abnormal spikes or recurring trends in the error rates over the last month."
Tips & Limitations
- Performance: For datasets larger than 100MB, please allow 1-2 minutes for processing. For datasets exceeding 50,000 rows, the skill performs statistical sampling to maintain optimal response times while noting the original record count.
- Offline Usage: The generated reports use a CDN to load ECharts by default. To enable permanent offline viewing, simply open the report once while connected to the internet to allow your browser to cache the library components.
- Privacy: Data content remains local to your environment. Only the visualization framework is fetched from external sources.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-1992huanghai-data-analysis-partner": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution, network-access