← Back to Skills Marketplace
xueyetianya

Lockout

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
115
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install lockout
Description
Lockout tagout safety procedure manager. Use when json lockout tasks, csv lockout tasks, checking lockout status.
README (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]

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install lockout
  3. After installation, invoke the skill by name or use /lockout
  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 lockout
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Lockout?

Lockout tagout safety procedure manager. Use when json lockout tasks, csv lockout tasks, checking lockout status. It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Lockout?

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

Is Lockout free?

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

Which platforms does Lockout support?

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

Who created Lockout?

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

💬 Comments