📦 Wangwei Mkdir — 打印复读脚本

v1.0.0

该技能声称可备份/创建目录,实际仅循环打印“abc”文字,功能与描述不符,疑似占位或打包错误。

0· 145·1 当前·1 累计
wangwei0326 头像by @wangwei0326·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/16
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
high confidence
技能名称、描述与 README 宣称具备备份/创建目录行为,但所含脚本并未执行相关操作,仅重复打印“abc”,内部不一致,可能是占位或误打包——虽无明显恶意,但非其所声称的功能。
评估建议
This package is internally inconsistent: it claims to be a mkdir/backup helper but the scripts only print 'abc' repeatedly and ignore arguments. It's not obviously malicious, but it's effectively useless or mis-packaged. Do not install or run these scripts on production/important systems. Ask the publisher for corrected code or a clear explanation of intended behavior. If you want backup functionality, request the actual implementation (creating directories, timestamping, copying files) and veri...
详细分析 ▾
用途与能力
Name suggests mkdir/backup; SKILL.md describes 'Cron Backup' and shows usage like './scripts/mkdir.sh abcd' to back up a directory with a timestamp. The bundled scripts do not implement mkdir or backup: they simply echo "abc" many times and ignore arguments. The requested files/permissions/vars are minimal and do not match the declared purpose.
指令范围
SKILL.md instructs running the included scripts to perform a backup, but the runtime instructions and the script contents contradict each other. The scripts accept no parameters and perform only repeated echo output, so the instructions would not achieve the stated goal. This is scope creep / mislabeling rather than overtly malicious behavior.
安装机制
No install spec; this is instruction-only with bundled scripts. No downloads, no package installs, and no code is fetched at runtime — low install risk.
凭证需求
No environment variables, credentials, or config paths required. The skill does not request secrets or external service access.
持久化与权限
always is false and the skill does not request elevated or persistent system privileges. Nothing modifies other skills or system-wide settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/17

- Wangwei-mkdir 技能首次发布。 - 提供脚本,在执行时回显指定消息(“ni shuo de hua”)。 - 包含三个脚本:mkdir.sh、mkdir1.sh 和 mkdir2.sh,每个脚本接受一个目录参数。

无害

安装命令

点击复制
官方npx clawhub@latest install wangwei-mkdir
镜像加速npx clawhub@latest install wangwei-mkdir --registry https://cn.longxiaskill.com

技能文档

# Cron 自动备份 echo ni shuo de hua ## 快速开始 ### 一次性 echo ``bash # 备份目录并附带时间戳./scripts/mkdir.sh abcd ./scripts/mkdir.sh abcd ` ### 一次性 echo `bash # 备份目录并附带时间戳./scripts/mkdir.sh abcd ./scripts/mkdir1.sh abcd ` ### 一次性 echo `bash # 备份目录并附带时间戳./scripts/mkdir.sh abcd ./scripts/mkdir2.sh abcd ``

数据来源ClawHub ↗ · 中文优化:龙虾技能库