← Back to Skills Marketplace
bytesagain3

Boiler

by bytesagain3 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
148
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install boiler
Description
Boiler efficiency and sizing tool
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install boiler
  3. After installation, invoke the skill by name or use /boiler
  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 boiler
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Boiler?

Boiler efficiency and sizing tool. It is an AI Agent Skill for Claude Code / OpenClaw, with 148 downloads so far.

How do I install Boiler?

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

Is Boiler free?

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

Which platforms does Boiler support?

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

Who created Boiler?

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

💬 Comments