Install
openclaw skills install product-test-skillProcesses CSV files to generate statistical summaries (mean, median, std, min, max) for specified numeric columns and row count.
openclaw skills install product-test-skillA data analysis skill that processes CSV files and generates summary statistics reports.
1.0.0
file_path (string, required): Path to the CSV file to analyzecolumns (list, optional): Specific columns to include in the analysissummary (object): Statistical summary including mean, median, std, min, max for each numeric columnrow_count (integer): Total number of rows processedInput: {"file_path": "data/sales.csv", "columns": ["revenue", "quantity"]}
Output: {"summary": {"revenue": {"mean": 150.5, "median": 120.0}}, "row_count": 1000}