Data analysis and visualization skill for CSV, Excel, and JSON data. Use when analyzing sales data, creating reports, generating charts, or processing e-comm...
Professional data analysis skill for OpenClaw. Analyze CSV, Excel, and JSON data with statistical functions, visualizations, and automated report generation.
python scripts/analyze_data.py \
--input sales.csv \
--output report.html \
--group-by date
python scripts/analyze_data.py \
--input orders.json \
--output summary.json
Analyze CSV/Excel/JSON data and generate reports.
Arguments:
--input - Input data file--output - Output report file--group-by - Group data by field--metrics - Metrics to calculate (comma-separated)--format - Output format (html, json)# Daily sales report
python scripts/analyze_sales.py \
--input taobao_orders.csv \
--output daily_report.html \
--group-by product \
--metrics revenue,quantity,profit
# Monthly trend analysis
python scripts/generate_charts.py \
--input monthly_sales.json \
--charts line \
--x-axis month \
--y-axis revenue
python scripts/inventory_analysis.py \
--input stock_levels.csv \
--output inventory_report.xlsx \
--alert-low-stock 10
python scripts/customer_analysis.py \
--input customers.csv \
--output customer_segments.html \
--segment-by purchase_frequency
Interactive report with charts and tables.
Multiple sheets with raw data, analysis, and charts.
Clean data for further processing.
ZIP package — ready to use