📦 Dji Backup — 自动备份DJI素材
v1.0.0一键把DJI相机SD卡里的航拍素材按序号归档到NAS的下一个备份文件夹,省去手动复制与重命名,让素材管理井井有条。
0· 732·2 当前·2 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
安全
high confidenceThe skill's instructions, requirements, and behavior are coherent with a simple local backup task: it looks like what it says — a tool to copy DJI footage from a mounted SD card to a NAS folder.
评估建议
This skill is coherent for local copying of DJI footage to a mounted NAS, and it requires no credentials. Before using it, confirm that the source (/Volumes/SD_Card/DCIM) and destination (/Volumes/File/DJI_Video) paths match your environment to avoid accidental copies or overwrites. Ensure the NAS has sufficient space and that you want the agent to perform file operations on those mounts. Because it is instruction-only, the agent will run shell-style file operations (ls, mkdir, cp) against those...详细分析 ▾
✓ 用途与能力
The SKILL.md describes copying DJI footage from a mounted SD card (source) to a NAS mount (destination). The skill declares no credentials, binaries, or installs — consistent with a local file-copy helper. The only minor issue is the package lacks a human-readable description field, but that is documentation quality, not a capability mismatch.
✓ 指令范围
Instructions are narrowly scoped to checking /Volumes/SD_Card/DCIM, enumerating /Volumes/File/DJI_Video/DJI_*, creating a new folder, and copying files. There are no instructions to read unrelated files, access network endpoints, or exfiltrate secrets. Note: the use of hard-coded mount paths is an assumption that may cause mistakes if a user’s mounts differ; the agent might operate on whatever is mounted at those paths.
✓ 安装机制
No install spec and no code files — instruction-only. This is lowest-risk from an install perspective (nothing is written to disk by an installer).
✓ 凭证需求
No environment variables, credentials, or config paths are requested. This is proportionate for a local backup operation.
✓ 持久化与权限
always is false and the skill does not request persistent/system-wide changes. Autonomous invocation is allowed by default (normal). The skill does not attempt to modify other skills or global agent settings.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/14
Initial release of DJI Video Backup skill: - Automates backup of DJI camera footage from SD card or USB share to a NAS archive. - Automatically detects source and destination folders, incrementing folder names as needed (e.g., DJI_001, DJI_002). - Copies content from SD card DCIM subfolders (such as 100MEDIA, DJI_xxx) to the NAS. - Notifies the user when the backup starts and finishes.
● 可疑
安装命令
点击复制官方npx clawhub@latest install dji-backup
镜像加速npx clawhub@latest install dji-backup --registry https://cn.longxiaskill.com