← 返回 Skills 市场
dinghaibin

Tail Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
44
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tail-tool
功能描述
Display the last lines of files. Use for monitoring log files, checking recent entries, and following file growth in real-time.
使用说明 (SKILL.md)

File Tail Viewer

Show the end of files, defaulting to the last 10 lines. Includes follow-mode for watching files that grow in real-time.

Usage

tail-tool [options] [file...]

Options

  • -n N: Show last N lines
  • -f: Follow file growth (watch mode)
  • -c N: Show last N bytes
  • -q: Suppress filename headers

Examples

# Show last 10 lines
tail-tool log.txt

# Show last 50 lines
tail-tool -n 50 access.log

# Follow log in real-time
tail-tool -f /var/log/syslog
安全使用建议
This skill appears safe for ordinary log or text-file viewing. Before installing or using it, remember that any file you ask it to read may be shown to the agent, and do not rely on the advertised follow, byte, quiet, or multiple-file options unless the implementation is updated to support them.
功能分析
Type: OpenClaw Skill Name: tail-tool Version: 1.0.0 The skill bundle provides a standard implementation of a file tailing utility. The Python script `scripts/tail.py` and the documentation in `SKILL.md` are consistent with the stated purpose of displaying the last lines of a file. No indicators of malicious intent, data exfiltration, or prompt injection were found.
能力评估
Purpose & Capability
The stated purpose of showing the last lines of files matches the included script, but SKILL.md advertises follow mode, byte mode, quiet mode, and multiple-file style usage that the script does not implement.
Instruction Scope
The skill is scoped to user-directed file viewing. Because it accepts arbitrary file paths or stdin, users should avoid pointing it at secrets or private files unless they intend those contents to enter the agent conversation.
Install Mechanism
There is no install spec, dependency installation, remote download, or install-time execution shown. The included Python script is small and self-contained.
Credentials
Reading local files is expected and proportionate for a tail-style tool. No evidence shows network access, credential handling, file writes, or unrelated system access.
Persistence & Privilege
No persistence, background service, privilege escalation, credential use, or ongoing autonomous behavior is shown. The advertised follow mode is not implemented in the included script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tail-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tail-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug tail-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tail Tool 是什么?

Display the last lines of files. Use for monitoring log files, checking recent entries, and following file growth in real-time. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 44 次。

如何安装 Tail Tool?

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

Tail Tool 是免费的吗?

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

Tail Tool 支持哪些平台?

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

谁开发了 Tail Tool?

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

💬 留言讨论