← 返回 Skills 市场
dinghaibin

Tac Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tac-tool
功能描述
Concatenate and display files in reverse line order (last line first). Use for viewing log files from newest entries and reversing file content.
使用说明 (SKILL.md)

Tac - Reverse File Concatenation

Display file contents with lines in reverse order. The last line appears first, making it useful for viewing recent log entries and processing data in reverse.

Usage

tac-tool [options] \x3Cfile...>

Examples

tac-tool log.txt
tac-tool file1.txt file2.txt > reversed_combined.txt
安全使用建议
This appears safe for its stated purpose. Only use it on files you are comfortable letting the agent read and display; also note that the included script appears to handle only one filename despite the documentation showing multiple-file usage.
功能分析
Type: OpenClaw Skill Name: tac-tool Version: 1.0.0 The skill provides a simple utility to reverse the lines of a file, mimicking the Unix 'tac' command. While the implementation in 'scripts/tac.py' contains a logic error in its handling of standard input (attempting to open the content of stdin as a filename), the code and documentation in 'SKILL.md' show no signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The stated purpose is to display file contents in reverse line order, and the included script reads a supplied file and prints its lines reversed. There is a minor non-security mismatch: the documentation suggests multiple files/options, while the script only uses the first argument.
Instruction Scope
The SKILL.md provides simple user-invoked command examples and does not instruct the agent to override user intent, run automatically, or perform unrelated actions.
Install Mechanism
There is no install spec, no declared external dependencies, and only one small local Python script is included.
Credentials
Local file reading is necessary for this tool's purpose, and the artifacts show no environment variable access, credential use, network calls, or system modification.
Persistence & Privilege
The artifacts show no persistence, background execution, privilege escalation, or long-running behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tac-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tac-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug tac-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tac Tool 是什么?

Concatenate and display files in reverse line order (last line first). Use for viewing log files from newest entries and reversing file content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。

如何安装 Tac Tool?

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

Tac Tool 是免费的吗?

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

Tac Tool 支持哪些平台?

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

谁开发了 Tac Tool?

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

💬 留言讨论