boxyard-cli
Installation
SKILL.md
Boxyard CLI Skill
Use this skill when the user wants to use Boxyard, not develop Boxyard itself.
Boxyard is a Python CLI for managing and syncing folders ("boxes") across local and remote storage using rclone or local storage. A box has data, metadata, optional sync configuration, group membership, and sync records.
Before running commands
-
If operating from this repository checkout, prefer:
cd /path/to/boxyard && uv run boxyard ...If Boxyard is already installed in the environment,
boxyard ...is also fine.