← 返回 Skills 市场
bytesagain1

Tagout

作者 bytesagain1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tagout
功能描述
Tagout safety compliance tracker. Use when json tagout tasks, csv tagout tasks, checking tagout status.
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tagout
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tagout 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug tagout
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Tagout 是什么?

Tagout safety compliance tracker. Use when json tagout tasks, csv tagout tasks, checking tagout status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 Tagout?

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

Tagout 是免费的吗?

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

Tagout 支持哪些平台?

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

谁开发了 Tagout?

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

💬 留言讨论