dji-backupAutomates copying DJI camera footage from an SD card to the next numbered backup folder on a NAS for organized archiving.
Install via ClawdBot CLI:
clawdbot install CrazyFeng666/dji-backupThis skill automates backing up DJI camera footage from an SD card (or USB share) to a NAS archive folder.
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.
/Volumes/SD_Card/DCIM (or similar) exists./Volumes/File/DJI_Video/ to find the highest numbered folder (e.g., DJI_005).DJI_006).DCIM subfolder (e.g., 100MEDIA or DJI_001) into the new destination folder./Volumes/SD_Card/DCIM (Look for subfolders like DJI_xxx or 100MEDIA)/Volumes/File/DJI_Video# 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/
Generated Mar 1, 2026
A professional drone videographer uses this skill to automatically transfer footage from a DJI drone's SD card to a NAS after a shoot, ensuring data is safely archived and organized in sequentially numbered folders for easy retrieval during post-production.
An event photographer employs the skill to back up DJI aerial footage from weddings or corporate events directly to a NAS, streamlining the workflow by automating file transfers and maintaining a structured archive without manual folder management.
A construction manager uses the skill to archive DJI drone footage from site inspections onto a NAS, enabling secure storage and organized access for project documentation, compliance records, and progress tracking over time.
Researchers in environmental science utilize the skill to automatically copy DJI drone footage from field surveys to a NAS, ensuring critical visual data from habitat assessments or pollution studies is backed up and systematically stored for analysis.
Offer a basic version of the skill for free to attract individual users, with premium features like faster transfers, cloud integration, or advanced analytics available through a subscription model, generating recurring revenue from professionals.
License the skill to businesses in industries like media or construction as part of a larger workflow automation package, providing customization, support, and integration with existing NAS systems for a one-time fee or annual contract.
Partner with NAS manufacturers or drone retailers to bundle the skill with their products, earning revenue through commissions or bundled software sales, enhancing the value proposition for customers seeking complete backup solutions.
💬 Integration Tip
Ensure the NAS is mounted and accessible at the specified path, and verify SD card compatibility with DJI formats to avoid errors during the backup process.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot
Perform advanced filesystem tasks including listing, recursive searching by name or content, batch copying/moving/deleting files, and analyzing directory siz...
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.
Extract text from PDF files for LLM processing
The directory for AI agent services. Discover tools, platforms, and infrastructure built for agents.
Advanced filesystem operations - listing, searching, batch processing, and directory analysis for Clawdbot