← 返回 Skills 市场
37
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-tool
功能描述
Evaluate conditional expressions for file testing, string comparison, and arithmetic checks. Use for shell script conditionals.
使用说明 (SKILL.md)
Test - Condition Evaluator
Evaluate expressions and return exit status 0 (true) or 1 (false). Used for file attribute testing, string comparison, and numeric checks in scripts.
Usage
test-tool \x3Cexpression>
Common Tests
-f file: True if file exists-d dir: True if directory exists-z str: True if string is emptyn1 -eq n2: True if numbers equals1 = s2: True if strings equal
Examples
test-tool -f /etc/passwd
test-tool -d /home/user
test-tool 5 -gt 3
安全使用建议
This looks safe for basic local file checks such as -e, -f, and -d. Do not rely on the documented string or arithmetic examples until the implementation is fixed or verified, especially in critical automation.
功能分析
Type: OpenClaw Skill
Name: test-tool
Version: 1.0.0
The skill provides a basic utility for checking file and directory existence using standard Python os.path functions in scripts/test.py. While the documentation in SKILL.md claims support for arithmetic and string comparisons that are not actually implemented in the code, there are no indicators of malicious intent, data exfiltration, or dangerous execution patterns.
能力评估
Purpose & Capability
The stated purpose is benign and proportional, but SKILL.md claims file, string, and arithmetic condition support while the included script only implements -e, -f, and -d file checks.
Instruction Scope
The instructions are simple usage documentation and do not try to override user intent, force hidden tool use, or change agent behavior.
Install Mechanism
There is no install spec, no dependency installation, no remote download, and the included Python code uses only the standard library.
Credentials
The tool requires no credentials, environment variables, network access, or configuration paths; local file existence/type checks fit the stated purpose.
Persistence & Privilege
No persistence, background execution, privilege escalation, writes, or account mutation are shown in the artifacts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test-tool - 安装完成后,直接呼叫该 Skill 的名称或使用
/test-tool触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Test Tool 是什么?
Evaluate conditional expressions for file testing, string comparison, and arithmetic checks. Use for shell script conditionals. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 37 次。
如何安装 Test Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-tool」即可一键安装,无需额外配置。
Test Tool 是免费的吗?
是的,Test Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Test Tool 支持哪些平台?
Test Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Test Tool?
由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。
推荐 Skills