← 返回 Skills 市场
bytesagain3

Boiler

作者 bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
148
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install boiler
功能描述
Boiler efficiency and sizing tool
使用说明 (SKILL.md)

boiler

Boiler efficiency and sizing tool

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 Required Description
BOILER_DIR No Data directory (default: ~/.boiler/)

Data Storage

All data stored in ~/.boiler/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


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

安全使用建议
This skill appears to be a simple local CLI that stores entries in ~/.boiler/data.jsonl and config in ~/.boiler/config.txt. It requests no secrets and makes no network calls. Before installing, consider: (1) do not store sensitive credentials or PII in entries because they will be kept as plain JSONL in your home directory; (2) exported files are created in the current working directory (watch for overwriting existing files); (3) on macOS the script uses GNU-style sed -i which may behave differently (you may need to adjust it); and (4) although the skill is safe-looking, only run code from sources you trust—this bundle executes a shell script, so inspect it as you already have. Overall the skill is consistent with its description.
功能分析
Type: OpenClaw Skill Name: boiler Version: 1.0.0 The 'boiler' skill is a straightforward CLI utility for logging and managing industrial data locally in ~/.boiler/. The shell script (scripts/script.sh) implements basic CRUD operations (add, list, search, delete) using standard Unix tools. There are no network requests, no attempts to access sensitive system files, and no evidence of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description (boiler efficiency & sizing tool) matches the provided script and commands. All required functionality (add/list/search/remove/export/stats/config) is implemented in scripts/script.sh and the SKILL.md maps directly to those commands.
Instruction Scope
SKILL.md only instructs running the bundled script with listed commands and documents BOILER_DIR for data location. The runtime instructions only read/write files under the declared data directory (~/.boiler) and do not request unrelated system files, environment variables, or external endpoints.
Install Mechanism
No install spec is present (instruction-only plus a bundled script). Nothing is downloaded or written to system locations outside the user data dir. This is the lowest-risk install model.
Credentials
No required environment variables or credentials. An optional BOILER_DIR variable is documented and used to override the data directory; this is proportional to the stated purpose.
Persistence & Privilege
Skill does not request always:true or other elevated privileges. It writes only to its own data directory (~/.boiler) and its own config file; it does not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install boiler
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /boiler 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug boiler
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Boiler 是什么?

Boiler efficiency and sizing tool. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 148 次。

如何安装 Boiler?

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

Boiler 是免费的吗?

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

Boiler 支持哪些平台?

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

谁开发了 Boiler?

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

💬 留言讨论