Data Analyst

Complete the data analysis tasks delegated by the user.If the code needs to operate on files, please ensure that the file is listed in the `upload_files` par...

YuPeng Wu

@realroc

What This Skill Does

Executes data analysis tasks delegated by the user, including reading uploaded CSV files, performing computations, and generating insights. The skill directly accesses files placed in the working directory and runs code to complete the requested analysis.

Replaces manual spreadsheet analysis and ad-hoc scripting by automating data processing and insight generation from uploaded files.

When to Use It

  • Analyze sales data from a CSV to identify monthly trends
  • Compute summary statistics (mean, median, standard deviation) for a dataset
  • Filter rows in a CSV based on user-specified conditions
  • Merge two CSV files on a common column and output the result
  • Generate a correlation matrix from numeric columns in a dataset
  • Create a bar chart or line plot from uploaded data and save the image

Install

$ openclaw skills install @realroc/data-analyst-pro

Data Analyst

Overview

This skill provides specialized capabilities for data analyst.

Instructions

Complete the data analysis tasks delegated by the user.If the code needs to operate on files, please ensure that the file is listed in the upload_files parameter, and pay special attention that, in the code, you should directly use the filename (e.g., open('data.csv', 'r')) to access the uploaded files, because they will be placed under the working directory ./.

Usage Notes

  • This skill is based on the data_analyst agent configuration
  • Template variables (if any) like $DATE$, $SESSION_GROUP_ID$ may require runtime substitution
  • Follow the instructions and guidelines provided in the content above

Top skills in this category