Dji Backup
/install dji-backup
SKILL: DJI Video Backup
This skill automates backing up DJI camera footage from an SD card (or USB share) to a NAS archive folder.
Description
Use when the user asks to "copy DJI videos", "backup camera", or similar requests involving DJI footage and the NAS. It detects the source SD card, finds the next available destination folder (incrementing from DJI_001, DJI_002...), and copies the files.
Usage
- Check Source: Verify
/Volumes/SD_Card/DCIM(or similar) exists. - Check Destination: Look at
/Volumes/File/DJI_Video/to find the highest numbered folder (e.g.,DJI_005). - Create New Folder: Create the next number (e.g.,
DJI_006). - Copy: Copy the contents of the source
DCIMsubfolder (e.g.,100MEDIAorDJI_001) into the new destination folder. - Notify: Tell the user when started and when finished.
Paths
- Source:
/Volumes/SD_Card/DCIM(Look for subfolders likeDJI_xxxor100MEDIA) - Destination:
/Volumes/File/DJI_Video
Example Logic
# Find next folder index
last_dir=$(ls -d /Volumes/File/DJI_Video/DJI_* | sort | tail -1)
# extract number, add 1, mkdir new_dir
# cp -R /source/* /new_dir/
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dji-backup - 安装完成后,直接呼叫该 Skill 的名称或使用
/dji-backup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Dji Backup 是什么?
Automates copying DJI camera footage from an SD card to the next numbered backup folder on a NAS for organized archiving. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 781 次。
如何安装 Dji Backup?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dji-backup」即可一键安装,无需额外配置。
Dji Backup 是免费的吗?
是的,Dji Backup 完全免费(开源免费),可自由下载、安装和使用。
Dji Backup 支持哪些平台?
Dji Backup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dji Backup?
由 CrazyFeng666(@crazyfeng666)开发并维护,当前版本 v1.0.0。