📦 File Backup — 文件备份
v1.0.0修改文件前自动创建备份,修改完成后供用户比对确认,无误后一键删除备份,保障数据安全。
0· 261·0 当前·0 累计
下载技能包
最后更新
2026/3/17
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears to do what it says, but before installing you should: 1) confirm which exact file paths the agent may act on (avoid unintended system or secret files); 2) ensure the backup directory (default 'backups/') is secure (correct ownership and permissions) so sensitive data isn't exposed; 3) consider storing backups outside world-readable locations and/or encrypting them if they contain secrets; 4) verify how the agent 'detects' modifications in your environment to avoid unexpected a...详细分析 ▾
✓ 用途与能力
The name and description (backup-before-modify) match the instructions: create a copy (cp), perform modification, ask the user, then rm on confirmation. No unrelated binaries, credentials, or installs are requested.
ℹ 指令范围
Instructions are high-level and limited to copying and deleting backups and prompting the user. They rely on the agent to 'detect' when a file is about to be modified (the SKILL.md does not specify how detection occurs), which is vague and grants the agent discretion about when to act. The examples include filenames that may refer to agent-internal files (SOUL.md, MEMORY.md) — backing up these is coherent with the stated goal but worth confirming you want those files handled.
✓ 安装机制
No install spec and no code files — instruction-only skills are lowest-risk because nothing is written to disk by the skill itself.
✓ 凭证需求
No environment variables, credentials, or config path requirements are declared. The actions described (cp, rm) require only filesystem access consistent with the backup purpose.
✓ 持久化与权限
Skill does not request always:true or other elevated persistent privileges. Model invocation is allowed (platform default) but the skill itself does not request extra persistence or modification of other skills.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/17
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install file-backup
镜像加速npx clawhub@latest install file-backup --registry https://cn.longxiaskill.com