← Back to Skills Marketplace
dinghaibin

True Tool

by BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
33
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install true-tool
Description
Return exit code 0 indicating success. Use as a no-op command that always succeeds in scripts and conditional expressions.
README (SKILL.md)

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 loop
  • true-tool && echo "always runs"
  • Placeholder in if/then branches

Examples

true-tool
true-tool && echo "This always executes"
Usage Guidance
This appears safe for its stated purpose. Be aware that, like the standard Unix true command, it can make conditional logic always succeed if used in scripts.
Capability Analysis
Type: OpenClaw Skill Name: true-tool Version: 1.0.0 The skill is a simple utility that mimics the standard Unix 'true' command, designed to return a success exit code (0) without performing any other actions. The implementation in scripts/true.py and the instructions in SKILL.md are straightforward, lack any high-risk behaviors, and align perfectly with the stated purpose.
Capability Assessment
Purpose & Capability
The stated purpose is to return exit code 0, and the included script only calls sys.exit(0).
Instruction Scope
The usage instructions are limited to invoking the no-op command in shell/script contexts.
Install Mechanism
There is no install specification, no dependency installation, and no required binaries or environment variables.
Credentials
The skill does not read files, access the network, use credentials, or mutate the local environment.
Persistence & Privilege
No persistence, background execution, privilege escalation, or credential/session use is shown in the artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install true-tool
  3. After installation, invoke the skill by name or use /true-tool
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug true-tool
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments