بنقرة واحدة
c-files
Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Lock In Mode — orchestrate distraction blocking, environment setup, and session tracking.
OpenPaw coordinator — routes requests to skills, manages memory, knows what's installed. Use /c for any task.
System clipboard — copy, paste, transform content between clipboard and files.
macOS Contacts — search, list, and look up contact details via AppleScript.
Timers, alarms, and pomodoro — set countdowns with native notifications.
Weather forecasts and conditions — current, hourly, multi-day. No API key needed.
| name | c-files |
| description | Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone. |
| tags | ["files","cloud","sync","backup","storage"] |
# List configured remotes
rclone listremotes
# List files in a remote
rclone ls remote:path
rclone lsd remote:path # directories only
# Copy files to/from cloud
rclone copy local/path remote:path
rclone copy remote:path local/path
# Sync (make remote match local — deletes extra files on remote)
rclone sync local/path remote:path
# Move files
rclone move local/path remote:path
# Interactive file explorer
rclone ncdu remote:path
# Mount cloud storage as local folder
rclone mount remote:path /mnt/cloud --daemon
# Check for differences
rclone check local/path remote:path
# Show storage usage
rclone about remote:
Run rclone config to add remotes. Supports:
rclone sync deletes files on destination — use rclone copy if unsure--dry-run flag to preview what would changerclone check to verify files match without transferring