/install test-tool
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-tool - After installation, invoke the skill by name or use
/test-tool - Provide required inputs per the skill's parameter spec and get structured output
What is Test Tool?
Evaluate conditional expressions for file testing, string comparison, and arithmetic checks. Use for shell script conditionals. It is an AI Agent Skill for Claude Code / OpenClaw, with 37 downloads so far.
How do I install Test Tool?
Run "/install test-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Test Tool free?
Yes, Test Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Test Tool support?
Test Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Test Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.