Breaker

v1.0.0

Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.

0· 143·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 bytesagain1/breaker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Breaker" (bytesagain1/breaker) from ClawHub.
Skill page: https://clawhub.ai/bytesagain1/breaker
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 breaker

ClawHub CLI

Package manager switcher

npx clawhub@latest install breaker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the provided script and commands (add/list/search/export/stats/config). There are no unrelated required binaries or credentials; the behavior is coherent with a local circuit-breaker data management tool.
Instruction Scope
SKILL.md only instructs invoking the included scripts/script.sh commands. The script reads/writes files under $DATA_DIR (default ~/.breaker) and does not reference external endpoints or other system credentials. It does not attempt to read arbitrary system files or environment variables beyond an optional BREAKER_DIR.
Install Mechanism
No install spec is provided (instruction-only skill) and the shipped code is a simple bash script. Nothing is downloaded from external URLs or written outside the user data directory, so install risk is low.
Credentials
No required environment variables or credentials are declared. The single optional variable BREAKER_DIR is appropriate and directly related to the tool's storage location.
Persistence & Privilege
The skill is not marked always:true, does not change other skills or system settings, and only writes to its own data directory. Autonomous invocation is allowed (platform default) but not combined with broad access.
Assessment
This skill appears to be a small local CLI that stores its data under ~/.breaker by default (or a directory you set via BREAKER_DIR). Before installing or invoking, review the script if you want to be certain it meets your requirements. Note it writes and modifies files in that data directory (data.jsonl and config.txt). There is no network activity or credential usage in the code, so the risk surface is limited to local data storage—avoid placing sensitive secrets in entries. If you need portability on macOS, be aware the script uses sed -i which behaves differently on BSD sed; otherwise it is coherent and low risk.

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

latestvk97enpxxar21z8v4zzgj9cnjas838b51
143downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

breaker

Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker 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 <key> <value> to set preferences.

VariableDescription
BREAKER_DIRData directory (default: ~/.breaker/)

Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

Comments

Loading comments...