ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

warehouse-chart-reports

Generate warehouse analytics charts, table images, and report-ready visuals from SQLite/CSV data. Use when the user asks for warehouse charts, product table images, stock health pie charts, revenue/profit visuals, missing-product visuals, or image assets for PDF/slide reporting.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chinmayagit/warehouse-reports
Or

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.

Metadata

Stars3683
Views0
Updated2026-04-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chinmayagit-warehouse-reports": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.