/install true-tool
True - Success Return Utility
Do nothing and return exit code 0 (success). Used in shell scripts for infinite loops, as a placeholder command, or in conditional logic where a successful command is needed.
Usage
true-tool
Common Patterns
while true-tool; do ...; done: Infinite looptrue-tool && echo "always runs"- Placeholder in if/then branches
Examples
true-tool
true-tool && echo "This always executes"
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install true-tool - After installation, invoke the skill by name or use
/true-tool - Provide required inputs per the skill's parameter spec and get structured output
What is True Tool?
Return exit code 0 indicating success. Use as a no-op command that always succeeds in scripts and conditional expressions. It is an AI Agent Skill for Claude Code / OpenClaw, with 33 downloads so far.
How do I install True Tool?
Run "/install true-tool" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is True Tool free?
Yes, True Tool is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does True Tool support?
True Tool is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created True Tool?
It is built and maintained by BIN (@dinghaibin); the current version is v1.0.0.