← 返回 Skills 市场
bytesagain-lab

Inverter

作者 bytesagain-lab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
183
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install inverter
功能描述
Inverter and VFD parameter calculator. Use when json inverter tasks, csv inverter tasks, checking inverter status.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install inverter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /inverter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug inverter
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Inverter 是什么?

Inverter and VFD parameter calculator. Use when json inverter tasks, csv inverter tasks, checking inverter status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 183 次。

如何安装 Inverter?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install inverter」即可一键安装,无需额外配置。

Inverter 是免费的吗?

是的,Inverter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Inverter 支持哪些平台?

Inverter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Inverter?

由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v1.0.0。

💬 留言讨论