运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install true-tool
镜像加速npx clawhub@latest install true-tool --registry https://cn.longxiaskill.com镜像同步中
技能文档
True - 成功返回实用程序 什么也不做并返回退出代码 0(成功)。用于 shell 脚本的无限循环、作为占位符命令,或在需要成功命令的条件逻辑中。 用法 true-tool 常见模式 while true-tool; do ...; done:无限循环 true-tool && echo "always runs" 条件分支中的占位符 示例 true-tool true-tool && echo "This always executes"