← Back to Skills Marketplace
bytesagain1

Breaker

by bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
144
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install breaker
Description
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.
README (SKILL.md)

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 \x3Ckey> \x3Cvalue> to set preferences.

Variable Description
BREAKER_DIR Data directory (default: ~/.breaker/)

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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: breaker Version: 1.0.0 The 'breaker' skill is a straightforward CLI tool for managing circuit breaker data stored locally in the user's home directory (~/.breaker/). The implementation in 'scripts/script.sh' performs standard file-based CRUD operations (add, list, search, remove, export) and configuration management without any network access, data exfiltration, or suspicious execution patterns.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install breaker
  3. After installation, invoke the skill by name or use /breaker
  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 breaker
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Breaker?

Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status. It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.

How do I install Breaker?

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

Is Breaker free?

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

Which platforms does Breaker support?

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

Who created Breaker?

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

💬 Comments