Boiler

v1.0.0

Boiler efficiency and sizing tool

0· 146·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bytesagain3/boiler.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Boiler" (bytesagain3/boiler) from ClawHub.
Skill page: https://clawhub.ai/bytesagain3/boiler
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install boiler

ClawHub CLI

Package manager switcher

npx clawhub@latest install boiler
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk977cj492cymn08bncvkvshx118388sb
146downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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 <key> <value> to set preferences.

VariableRequiredDescription
BOILER_DIRNoData 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 | hello@bytesagain.com

Comments

Loading comments...