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.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill warehouse-chart-reports --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Warehouse Chart Reports?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-warehouse-chart-reports)More formats (shields.io, HTML) on the badges page.
---
name: warehouse-chart-reports
description: "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."
---
# Warehouse Chart Reports
Use this skill to produce clean chart/report images for warehouse demos.
## Run full warehouse visual pack (recommended)
Execute:
```bash
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:
```bash
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!