安全扫描
OpenClaw
安全
high confidenceThe 技能 is internally consistent with its 状态d purpose (a tiny 命令行工具 that clears the terminal); it contAIns only a short script that prints ANSI clear codes and 请求s no 凭证s or 安装s.
评估建议
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 - 命令行工具 实用工具
Command-line 实用工具 for clear operations.
Quick 启动 clear-工具 --help
Features Standard command-line interface Common flags and arguments Pipe and redirect compatible Shell integration Examples # Show help clear-工具 --help
# Basic usage clear-工具 [options] [arguments]
# Pipe 输入 echo "输入" | clear-工具 [options]