← Back to Skills Marketplace
bytesagain1

Tagout

by bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
156
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install tagout
Description
Tagout safety compliance tracker. Use when json tagout tasks, csv tagout tasks, checking tagout status.
Usage Guidance
This skill appears to do exactly what it says: run the included shell script to manage local tagout entries. Before installing, note that it will create and write files in the data directory (default ~/.tagout or whatever you set via TAGOUT_DIR). The data is stored in plain JSONL and exported as JSON/CSV, so avoid putting sensitive secrets or personal data into entries. If you want to be extra cautious, inspect scripts/script.sh yourself (it’s included), or run the skill in a restricted/sandboxed environment. No network calls or credential requests are present.
Capability Analysis
Type: OpenClaw Skill Name: tagout Version: 1.0.0 The 'tagout' skill is a straightforward bash-based utility for tracking safety compliance tasks locally. It manages data in a local directory (~/.tagout) and lacks any indicators of data exfiltration, remote execution, or malicious intent in its scripts (scripts/script.sh) or instructions (SKILL.md).
Capability Assessment
Purpose & Capability
The skill name/description (tagout safety tracker) matches the included script behavior: adding, listing, searching, exporting, and configuring entries stored locally. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md simply documents commands that run scripts/script.sh and documents TAGOUT_DIR. The runtime instructions stay within the stated purpose (managing local tagout entries) and do not ask the agent to read unrelated system files or transmit data externally.
Install Mechanism
No install spec; the skill is instruction-only plus a bundled shell script. Nothing is downloaded or installed from remote sources.
Credentials
No environment variables, credentials, or config paths are required beyond the optional TAGOUT_DIR (documented). The script reads/writes only to the configured data directory (default: $HOME/.tagout), which is appropriate for a local tracker.
Persistence & Privilege
always is false. The skill creates and writes only to its own data/config files under the data directory and does not modify other skills or system-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tagout
  3. After installation, invoke the skill by name or use /tagout
  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 tagout
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Tagout?

Tagout safety compliance tracker. Use when json tagout tasks, csv tagout tasks, checking tagout status. It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.

How do I install Tagout?

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

Is Tagout free?

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

Which platforms does Tagout support?

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

Who created Tagout?

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

💬 Comments