blog-sync-video-src

Sync whitelisted blog media from library and project folders to Google Drive with rclone.

6|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/dandaka/skills --skill blog-sync-video-src
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-sync-video-src
Source: https://github.com/dandaka/skills/tree/main/blog-sync-video-src
Command: npx skills add https://github.com/dandaka/skills --skill blog-sync-video-src

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Syncs blog media files from library/ and projects/ in ~/projects/dn-blog/ to Google Drive using rclone. Only uploads whitelisted media extensions — code, JSON, and text files are excluded.

Core Features & Use Cases

  • Syncs library/ and projects/ media to Google Drive using rclone.
  • Preserves directory structure and applies whitelisting to media extensions (mp4, mov, webm, wav, mp3, m4a, aac, flac, jpg, jpeg, png, gif, webp, psd, ai, svg).
  • Dry-run and list features to preview uploads before transferring.

Quick Start

Run the provided rclone copy commands to upload your library/ and projects/ media to the configured gdrive destination.

Frequently Asked Questions about blog-sync-video-src

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync blog media to Google Drive using rclone?

Sync blog media to Google Drive by running rclone copy commands that upload library/ and projects/ folders while preserving directory structure and filtering for whitelisted media extensions.

What file formats are whitelisted when syncing blog media?

Whitelisted formats include video, audio, and image extensions like mp4, mov, webm, wav, mp3, m4a, aac, flac, jpg, jpeg, png, gif, webp, psd, ai, and svg. Code, JSON, and text files are excluded.

Do I need a specific Google Drive folder ID to sync blog media?

Yes, you need the GDRIVE_BLOG_FOLDER_ID environment variable set, rclone installed, and a configured gdrive remote to sync blog media to the correct Google Drive destination.

Can I preview blog media uploads before transferring files to Google Drive?

Yes, you can use the dry-run and list features to preview uploads before transferring, allowing you to verify which whitelisted media files will sync to Google Drive.

Does directory structure get preserved when syncing blog media to Google Drive?

Yes, directory structure is preserved when syncing blog media from library/ and projects/ folders to Google Drive, ensuring your uploaded media maintains its original organizational hierarchy.