← 返回 Skills 市场
xueyetianya

Lockout

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
115
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install lockout
功能描述
Lockout tagout safety procedure manager. Use when json lockout tasks, csv lockout tasks, checking lockout status.
使用说明 (SKILL.md)

lockout

Lockout tagout safety procedure manager. Use when json lockout tasks, csv lockout tasks, checking lockout 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
LOCKOUT_DIR Data directory (default: ~/.lockout/)

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

安全使用建议
This skill appears to be a simple local CLI tool that stores entries in plain text under ~/.lockout (or the directory you set via LOCKOUT_DIR). Before installing, be aware that: entries and config are stored unencrypted in data.jsonl and config.txt (so avoid saving sensitive secrets there); the tool uses common shell utilities (grep, sed, tail, wc, du, cp) so ensure those behave as expected on your OS (macOS sed -i semantics differ); you can inspect scripts/script.sh yourself — there are no network calls or credential requests. If you need encrypted storage or multi-user isolation, do not rely on this script as-is.
功能分析
Type: OpenClaw Skill Name: lockout Version: 1.0.0 The script 'scripts/script.sh' contains shell injection vulnerabilities in the 'cmd_config' function, where 'sed' is used with unvalidated user input, potentially allowing for file manipulation or command execution. Additionally, the 'cmd_add' function lacks proper escaping when constructing JSON entries, which could lead to data corruption. While the tool's functionality is consistent with its stated purpose as a safety procedure manager, these implementation flaws represent significant security vulnerabilities.
能力评估
Purpose & Capability
Name/description describe a local lockout/tagout task manager and the included script implements exactly that: add/list/search/remove/export/stats/config operations on a local data directory. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to run scripts/script.sh with specific commands. The script performs only local file I/O under DATA_DIR (default ~/.lockout), simple text processing, and standard CLI actions. It does not reach out to network endpoints, read arbitrary system files, or access other environment variables beyond the optional LOCKOUT_DIR.
Install Mechanism
There is no install spec (instruction-only with an included script). Nothing is downloaded or written to system locations beyond the user's data directory created by the script.
Credentials
No required environment variables or credentials are declared. The script honors an optional LOCKOUT_DIR env var (documented in SKILL.md) to override the data directory, which is proportionate and expected.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent settings. It stores its own data and config under the user's data directory only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lockout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lockout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug lockout
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Lockout 是什么?

Lockout tagout safety procedure manager. Use when json lockout tasks, csv lockout tasks, checking lockout status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Lockout?

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

Lockout 是免费的吗?

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

Lockout 支持哪些平台?

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

谁开发了 Lockout?

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

💬 留言讨论