← 返回 Skills 市场
Rectifier
作者
bytesagain3
· GitHub ↗
· v1.0.0
· MIT-0
130
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install rectifier
功能描述
Rectifier circuit design calculator. Use when json rectifier tasks, csv rectifier tasks, checking rectifier status.
安全使用建议
This skill appears to be a small local CLI that stores entries under a data directory (default ~/.rectifier). Before installing, consider: (1) inspect scripts/script.sh yourself (it's included) — it performs only local file operations and standard shell commands; (2) data is stored as plain JSONL and user input is not JSON-escaped, so avoid entering sensitive secrets or content with untrusted characters; (3) if you run in a shared environment, set RECTIFIER_DIR to a safe path you control; (4) there are no network calls or credential requests, so the primary risk is local data exposure rather than exfiltration.
功能分析
Type: OpenClaw Skill
Name: rectifier
Version: 1.0.0
The skill bundle contains a shell script (scripts/script.sh) that acts as a generic data logger rather than the described 'rectifier circuit design calculator.' It lacks input sanitization in the _save_entry and cmd_config functions, making it vulnerable to JSON and command injection within its own data files. Specifically, the use of sed -i with unvalidated variables in cmd_config is a risky pattern that could lead to unintended file corruption or modification if the agent processes crafted input.
能力评估
Purpose & Capability
Name/description describe a rectifier calculator / data tool and the included scripts implement a local CLI for add/list/search/remove/export/stats/config. Required artifacts (none) and behavior align with the stated purpose.
Instruction Scope
SKILL.md simply calls scripts/script.sh with specific commands; the script only reads/writes files in a configurable data directory (default ~/.rectifier) and runs standard shell tools (grep, sed, tail, wc, du). Note: user-provided entry values are written into a JSONL file without escaping quotes or other JSON-escaping, which may produce malformed JSON lines or unexpected content if inputs contain quotes/newlines — this is an implementation bug, not evidence of malicious behavior.
Install Mechanism
No install spec; the skill is instruction-only with a bundled shell script. Nothing is downloaded or executed from remote sources during install.
Credentials
No required environment variables or credentials. The only optional environment variable is RECTIFIER_DIR to change the data directory, which is appropriate for a local data tool.
Persistence & Privilege
The skill does not request persistent system privileges or always: true. It writes data under the user's configured data directory (default ~/.rectifier) only, which is consistent with its function.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rectifier - 安装完成后,直接呼叫该 Skill 的名称或使用
/rectifier触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
常见问题
Rectifier 是什么?
Rectifier circuit design calculator. Use when json rectifier tasks, csv rectifier tasks, checking rectifier status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。
如何安装 Rectifier?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rectifier」即可一键安装,无需额外配置。
Rectifier 是免费的吗?
是的,Rectifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Rectifier 支持哪些平台?
Rectifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Rectifier?
由 bytesagain3(@bytesagain3)开发并维护,当前版本 v1.0.0。
推荐 Skills