返回 Skill 列表
extension
分类: 数据与分析无需 API Key

warehouse

生成仓库分析图表、表格图像及报告用可视化,使用SQLite/CSV数据,适用于用户请求仓库图表、产品表格等场景。

person作者: chinmayagithubclawhub

Warehouse Chart Reports

Use this skill to produce clean chart/report images for warehouse demos.

Run full warehouse visual pack (recommended)

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.png
  • revenue_by_category.png
  • daily_profit_30d.png
  • product_table_top40.png
  • missing_products.csv
  • kpi_summary.txt

Generate product table image only

Execute:

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

Notes

  • Prefer virtualenv Python when matplotlib is unavailable system-wide.
  • Keep chart style simple and readable for PDF embedding.
  • If sales timestamps are sparse for today, use the 30-day profit chart for trend visibility.