← 返回 Skills 市场
bytesagain1

Breaker

作者 bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
144
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install breaker
功能描述
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install breaker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /breaker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug breaker
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Breaker 是什么?

Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 144 次。

如何安装 Breaker?

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

Breaker 是免费的吗?

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

Breaker 支持哪些平台?

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

谁开发了 Breaker?

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

💬 留言讨论