Inverter

v1.0.0

Inverter and VFD parameter calculator. Use when json inverter tasks, csv inverter tasks, checking inverter status.

0· 180·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain-lab/inverter.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Inverter" (bytesagain-lab/inverter) from ClawHub.
Skill page: https://clawhub.ai/bytesagain-lab/inverter
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install inverter

ClawHub CLI

Package manager switcher

npx clawhub@latest install inverter
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & 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
180downloads
0stars
1versions
Updated 1w ago
v1.0.0
MIT-0

inverter

Inverter and VFD parameter calculator. Use when json inverter tasks, csv inverter tasks, checking inverter status.

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config <key> <value> to set preferences.

VariableDescription
INVERTER_DIRData directory (default: ~/.inverter/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...