← Back to Skills Marketplace
bytesagain-lab

Inverter

by bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
183
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install inverter
Description
Inverter and VFD parameter calculator. Use when json inverter tasks, csv inverter tasks, checking inverter status.
README (SKILL.md)

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 \x3Ckey> \x3Cvalue> to set preferences.

Variable Description
INVERTER_DIR Data directory (default: ~/.inverter/)

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: inverter Version: 1.0.0 The 'inverter' skill is a straightforward CLI tool for managing local data entries related to electrical inverters and VFD parameters. Analysis of 'scripts/script.sh' and 'SKILL.md' shows no evidence of network activity, data exfiltration, or malicious execution; the script strictly operates within a local data directory (~/.inverter) to perform basic CRUD operations.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install inverter
  3. After installation, invoke the skill by name or use /inverter
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug inverter
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Inverter?

Inverter and VFD parameter calculator. Use when json inverter tasks, csv inverter tasks, checking inverter status. It is an AI Agent Skill for Claude Code / OpenClaw, with 183 downloads so far.

How do I install Inverter?

Run "/install inverter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Inverter free?

Yes, Inverter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Inverter support?

Inverter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Inverter?

It is built and maintained by bytesagain-lab (@bytesagain-lab); the current version is v1.0.0.

💬 Comments