Co2 Tank Monitor
v0.1.0IoT monitoring simulation to predict CO2 tank depletion and prevent weekend gas outages in cell culture facilities. Monitors cylinder pressure, calculates co...
⭐ 0· 154·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (CO2 tank monitoring and depletion prediction) matches the included Python script and SKILL.md examples. The skill's capabilities (pressure-based prediction, weekend risk detection, multi-cylinder support, simulation mode) are implemented in scripts/main.py and are proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs using the included Python functions and describes expected inputs and examples. It does not direct reading unrelated system files, contacting external endpoints, or exfiltrating data. The manifest lists allowed-tools [Read, Write, Bash, Edit], which are broader than required for a purely local, instruction-only simulation; however, the runtime instructions and code do not use shell calls, network I/O, or file access beyond standard output.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or extracted during install, so no high-risk install behavior is present.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code likewise does not read environment variables or secrets, so requested access is minimal and proportional.
Persistence & Privilege
Skill is not always-enabled and uses default autonomous invocation behavior. It does not modify other skills or system-wide configuration and does not request persistent privileges.
Assessment
This appears to be a local simulation tool: it runs a small Python script to estimate CO2 cylinder depletion, with no network calls or credential requirements. Before installing or running it in production, consider: (1) it is simulation/local only — connect to actual sensors or secure APIs if you need real-time monitoring; (2) it does not perform leak detection or safety interlocks and should not replace dedicated safety systems; (3) the skill manifest allows shell/write/edit tools though the code doesn't use them — review agent permissions before granting broad abilities; (4) validate inputs if you integrate with automation (cron jobs or upstream skills) to avoid false alerts; and (5) if you plan to extend it to call external services or persist data, add appropriate authentication and network-security controls.Like a lobster shell, security has layers — review code before you run it.
latestvk97aaeqw35nbdg7g5egq1z630h82ta5f
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
