ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified data analysis Safety 3/5

data-analysis-skill

数据分析技能包 - 自动抓取、清洗、可视化、生成报告。适合数据分析师、运营人员,告别 Excel 手工操作。

Why use this skill?

Automate your data workflow with Data-Analysis-Skill. Perform web scraping, data cleaning, professional visualization, and AI report generation with ease.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/gdp6539/data-analysis-skill
Or

What This Skill Does

The Data-Analysis-Skill (DataMaster Pro) is an all-in-one automation agent designed to replace tedious manual Excel labor. It empowers users to automatically scrape web data, connect to external APIs or databases, perform intelligent data cleaning, generate professional visualizations, and draft comprehensive analysis reports. Whether you are dealing with scattered spreadsheets or massive API datasets, this skill transforms raw data into actionable insights using AI-driven workflows, effectively bridging the gap between raw information and decision-making.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/gdp6539/data-analysis-skill After the installation finishes, navigate to the skill directory and run npm install to set up all necessary dependencies. You can then use the provided run.bat or run scripts directly via the command line interface.

Use Cases

  • Market Research: Automatically scrape competitor pricing and product listings from websites into a structured format.
  • Operational Reporting: Pull daily sales data from your internal API, clean it for inconsistencies, generate performance charts, and export a business report to PDF.
  • Database Management: Connect directly to your production databases to perform scheduled data audits and anomaly detection without manual SQL querying.
  • Product Analysis: Aggregate user feedback and ratings from public web portals, perform trend analysis, and generate weekly insight reports.

Example Prompts

  1. "Go to example.com/data, grab the table with the CSS selector 'table.data', clean the null values, and generate a bar chart showing the sales trends for this week."
  2. "Fetch the latest metrics from the production API, normalize the 'price' and 'quantity' columns, and create a business-style PDF report summarizing the results."
  3. "Set up a recurring task to scrape my competitor's website every day at 9 AM and alert me if there are any price drops in the data."

Tips & Limitations

  • Pro-Tip: Use the provided config.json to define your cleaning rules and sources beforehand, which will save time and ensure consistent results across multiple runs.
  • Visuals: Always verify your CSS selectors for web scraping; if a website updates its structure, the scraper may need an update to the selector path.
  • Security: Be cautious when connecting to sensitive private APIs or databases. Ensure that your API tokens are stored securely in environment variables rather than hardcoded in the configuration files.
  • Limitations: While the skill supports advanced AI insights, complex data sets exceeding local processing memory may require pre-aggregation or filtering at the source level.

Metadata

Author@gdp6539
Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-gdp6539-data-analysis-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#data#analysis#visualization#report#automation#数据分析#可视化
Safety Score: 3/5

Flags: network-access, file-write, file-read, external-api, code-execution