← 返回 Skills 市场
dinghaibin

True Tool

作者 BIN · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
33
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install true-tool
功能描述
Return exit code 0 indicating success. Use as a no-op command that always succeeds in scripts and conditional expressions.
使用说明 (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"
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install true-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /true-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug true-tool
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

True Tool 是什么?

Return exit code 0 indicating success. Use as a no-op command that always succeeds in scripts and conditional expressions. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 33 次。

如何安装 True Tool?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install true-tool」即可一键安装,无需额外配置。

True Tool 是免费的吗?

是的,True Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

True Tool 支持哪些平台?

True Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 True Tool?

由 BIN(@dinghaibin)开发并维护,当前版本 v1.0.0。

💬 留言讨论