Install
openclaw skills install warehouse-reportsGenerate warehouse analytics charts, table images, and report-ready visuals from SQLite/CSV data. Use when the user asks for warehouse charts, product table...
openclaw skills install warehouse-reportsUse this skill to produce clean chart/report images for warehouse demos.
Execute:
python skills/warehouse-chart-reports/scripts/run_warehouse_reports.py \
--db demo/warehouse_agent/warehouse_demo.db \
--out demo/warehouse_agent/outputs
This generates:
stock_status_pie.pngrevenue_by_category.pngdaily_profit_30d.pngproduct_table_top40.pngmissing_products.csvkpi_summary.txtExecute:
python skills/warehouse-chart-reports/scripts/product_table_image.py \
--db demo/warehouse_agent/warehouse_demo.db \
--out demo/warehouse_agent/outputs/product_table_top40.png \
--limit 40