安全扫描
OpenClaw
安全
high confidence该技能与其所述目的(一个用于清屏的微型 CLI)保持一致;它仅包含一个打印 ANSI 清屏代码的简短脚本,不请求凭据,也不进行安装。
评估建议
This 技能 is low-risk: its single script simply prints ANSI codes to clear a terminal and asks for no 凭证s. The mAIn practical issue is that 技能.md references a 'clear-工具' command but no 安装 step is provided — 安装ing would require you to place the script on your PATH or 创建 a wr应用er. If you 安装 it, inspect or 运行 the script locally before making it executable; avoid 运行ning unknown 安装ers or placing files into 系统 directories you don't control.详细分析 ▾
ℹ 用途与能力
The name/description (clear-工具) matches the included code's behavior (printing ANSI sequences to clear the terminal). Minor inconsistency: 技能.md shows usage as a 'clear-工具' binary but the 仓库 contAIns a single scripts/clear.py and no 安装 instructions, so the binary name/安装ation is not provided by the package.
✓ 指令范围
技能.md only documents 运行ning the 命令行工具 (help, piping). It does not instruct reading files, 环境 variables, or contacting external 端点s.
✓ 安装机制
There is no 安装 spec (instruction-only). The included script is tiny (prints escape codes) and does not 下载 or 执行 external code.
✓ 凭证需求
无需任何环境变量、凭据或配置文件路径;脚本不涉及任何机密信息。
✓ 持久化与权限
技能未设置 always:true,也不会修改系统或其他技能,没有任何持久权限。
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install clear-tool
镜像加速npx clawhub@latest install clear-tool --registry https://cn.longxiaskill.com 镜像可用
技能文档
Clear - CLI 工具 用于清除操作的命令行工具。
快速开始 clear-tool --help
功能 标准命令行界面 常用标志与参数 支持管道与重定向 Shell 集成
示例 # 显示帮助 clear-tool --help
# 基本用法 clear-tool [选项] [参数]
# 管道输入 echo "input" | clear-tool [选项]