Agent skill
c-files
Sync files to Google Drive, S3, Dropbox, OneDrive, and 70+ cloud providers using rclone.
Install this agent skill to your Project
npx add-skill https://github.com/daxaur/openpaw/tree/main/skills/c-files
SKILL.md
Cloud Files (rclone)
# 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:
Setup
Run rclone config to add remotes. Supports:
- Google Drive, S3, Dropbox, OneDrive, Backblaze B2
- Azure Blob, SFTP, FTP, WebDAV
- 70+ providers total
Guidelines
rclone syncdeletes files on destination — userclone copyif unsure- Always confirm before sync operations that delete remote files
- Use
--dry-runflag to preview what would change - Use
rclone checkto verify files match without transferring
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
c-slack
Send messages and upload files to Slack channels using the `slack` CLI. Supports direct messages, channel posts, file uploads, and thread replies.
c-timer
Timers, alarms, and pomodoro — set countdowns with native notifications.
c-telegram
Bidirectional Telegram bridge — talk to Claude from your phone. Built into OpenPaw.
c-system
macOS Swiss Army Knife — control volume, wifi, battery, dock, display, trash, firewall, screensaver, shutdown, and more via m-cli.
c-tracking
Track packages across UPS, FedEx, USPS, and DHL using the `ordercli` CLI. Look up tracking numbers, get current status, estimated delivery dates, and shipment history without visiting carrier websites.
c-network
DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.
Didn't find tool you were looking for?