Inverter
v1.0.0Inverter and VFD parameter calculator. Use when json inverter tasks, csv inverter tasks, checking inverter status.
⭐ 0· 84·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
The SKILL.md describes a CLI for inverter/VFD tasks and the shipped scripts/script.sh implements the listed commands (status, add, list, search, remove, export, stats, config). There are no unrelated environment variables, binaries, or external services required.
Instruction Scope
Runtime instructions tell the agent to run the included scripts/script.sh commands only. The script reads/writes files in a single data directory (default ~/.inverter or overridden by INVERTER_DIR). This is within scope, but note that all entries are stored locally; do not store secrets or sensitive credentials in the entries.
Install Mechanism
There is no install spec; this is effectively an instruction-only skill with a small included shell script. Nothing is downloaded or written outside the indicated data directory at runtime.
Credentials
No credentials or required environment variables are declared. The script optionally honors INVERTER_DIR to change the data directory, which is reasonable for a local CLI tool.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system settings, and only creates/uses files under its data directory. It does not run background services or persist beyond its files.
Assessment
This is a small, local CLI that stores its data under ~/.inverter by default and does not contact external servers or ask for credentials. Before installing: (1) review whether you want data written to ~/.inverter or set INVERTER_DIR to a different path; (2) avoid entering secrets or credentials into entries (they will be saved in plain text); (3) if you intend to run on macOS note sed -i portability differences (harmless but may affect editing behavior); (4) only install if you trust the repository source (bytesagain.com). Overall the script appears coherent with its stated purpose.Like a lobster shell, security has layers — review code before you run it.
latestvk97f85fbnna82vh7rgdpqcq2fx839n7r
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
