☁️
AutomationTypeScript

Cloud Files

by daxaur

Cloud Files is an Automation skill for Claude Code, published by daxaur in openpaw.

167 stars11 forkson daxaur/openpawAdded 2026/09/08+1% in starsRepository updated 2026/05/23
ai-agentanthropicautomationclaudeclaude-codeclimacosopen-sourcepersonal-assistantproductivitysmart-hometelegramtypescriptvibecoding
Install in seconds
Install Cloud Files
Copy Cloud Files into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/daxaur/openpaw/tree/main/skills/c-files ~/.claude/skills/c-files

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/daxaur/openpaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/c-files/SKILL.md in daxaur/openpaw
Installs to
~/.claude/skills/c-files
Collection
One of 25 skills cataloged from this repository
Category
Automation2226 skills

What Cloud Files does

Cloud Files syncs, copies, moves, checks, and mounts files across cloud storage providers with rclone. Use it to manage Google Drive, S3, Dropbox, OneDrive, and similar remotes from the command line.

Cloud Files is cataloged under Automation on DirSkills. Cloud Files comes from a repository tagged ai-agent, anthropic, automation, claude and claude-code.

Documentation

README

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

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Cloud Files

  • What else does daxaur publish alongside Cloud Files?

    Cloud Files is one of 25 skills that DirSkills catalogs from daxaur/openpaw, the repository it ships in. Its siblings there include AI LLM Tools, Apple Notes And Reminders and Bluetooth Control. Each one is a separate skill with its own page in this directory, installs the same way Cloud Files does, and is maintained by daxaur in that same repository. The rest of the collection is listed on the daxaur/openpaw page.

  • How does Cloud Files compare to other Automation skills?

    Cloud Files ranks #2006 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Cloud Files against them. Open each page to compare what they document and how they install.

More from daxaur/openpaw

Cloud Files is one of 25 skills cataloged on DirSkills from daxaur/openpaw.

See all 25 skills