← 返回 Skills 市场
41
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tee-tool
功能描述
Read from stdin and write to both stdout and files. Use for saving pipe output while still displaying it on screen.
使用说明 (SKILL.md)
Tee - I/O Multiplexer
Read standard input and write to both standard output and one or more files simultaneously. Useful for logging command output while monitoring progress.
Usage
command | tee-tool [options] \x3Cfile...>
Options
-a: Append to files instead of overwriting-i: Ignore interrupt signals
Examples
echo "data" | tee-tool output.txt
ls -la | tee-tool -a log.txt
make 2>&1 | tee-tool build.log
安全使用建议
This skill appears benign for saving piped output locally. Before relying on it, verify how it is invoked and be careful with existing files, because the included script overwrites one file and does not implement the documented append or multiple-file options.
功能分析
Type: OpenClaw Skill
Name: tee-tool
Version: 1.0.0
The skill provides a basic Python implementation of the Unix 'tee' utility in scripts/tee.py, allowing data to be written to a file and stdout simultaneously. While the script lacks the command-line flag support (-a, -i) mentioned in SKILL.md, it performs its stated function without any indicators of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The stated purpose—copying stdin to stdout and a file—is coherent and low-scope, but the implementation appears simpler than the documented tee behavior.
Instruction Scope
The instructions are user-directed pipe examples, but documented options such as append and multiple files are not reflected in the included script.
Install Mechanism
There is no install spec, no declared dependency, and no remote download or package installation path shown.
Credentials
Writing user-specified local files is expected for this skill, but users should be aware that the script opens its target in overwrite mode.
Persistence & Privilege
The skill creates or overwrites local files as its core purpose; there is no evidence of background persistence, privilege escalation, credentials, or network access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tee-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/tee-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Tee Tool 是什么?
Read from stdin and write to both stdout and files. Use for saving pipe output while still displaying it on screen. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 41 次。
如何安装 Tee Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tee-tool」即可一键安装,无需额外配置。
Tee Tool 是免费的吗?
是的,Tee Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tee Tool 支持哪些平台?
Tee Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tee Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills