warehouse
v1.0.0Generate warehouse analytics charts, table images, and report-ready visuals from SQLite/CSV data. Use when the user asks for warehouse charts, product table...
⭐ 0· 226·0 current·0 all-time
byCHINMAYA GARNAIK@chinmayagit
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included scripts: both Python scripts read a provided SQLite DB and produce images/CSV/text outputs. There are no unrelated credentials, binaries, or config paths required.
Instruction Scope
SKILL.md only instructs running the provided scripts with a DB path and output directory. The scripts run a limited set of SELECT queries, create image/text/CSV outputs under the specified output directory, and do not access other files, env vars, or external endpoints.
Install Mechanism
There is no install spec; the skill is instruction+script only. It relies on Python and matplotlib which the SKILL.md notes (virtualenv recommended). No downloads or archive extraction are performed.
Credentials
The skill requests no environment variables or credentials. The scripts only accept --db and --out arguments and do not read environment secrets.
Persistence & Privilege
always is false and the skill does not modify agent/system configuration. It writes outputs only to the user-specified output directory.
Assessment
This skill appears coherent and limited to reading the SQLite DB you pass and writing report files to the chosen output directory. Before running: (1) ensure the DB file is from a trusted source (malformed or adversarial DB files can cause surprises in some environments), (2) run in a Python virtualenv with matplotlib installed, (3) choose an output directory you control (scripts will create and write files there), and (4) if you have concerns, inspect the two provided Python scripts locally — they contain only SELECT queries and plotting code. If you need networked or cloud-backed warehouse access, expect additional credentials or a different skill.Like a lobster shell, security has layers — review code before you run it.
latestvk976s7qw41dknpaxkq5pycth0182ba84
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
