box-cloud-filesystem
Transparent cloud filesystem for AI agents using Box CLI (@box/cli). Upload, download, search, share, and sync files to Box cloud storage with operational safety guardrails.
Installation
Open Claude Code and run this command:
/plugin install box-cloud-filesystem@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
Transparent cloud filesystem for AI agents using the official Box CLI (@box/cli). Upload, download, search, share, and sync files to Box cloud storage with operational safety guardrails. Works with any Box account — personal, business, or enterprise.
Compatible with: Claude Code, Codex, Perplexity Computer, OpenClaw, and any agent platform that supports skills or system prompts.
Skills (1) plugin-local skills
Cloud filesystem operations via Box CLI.
How It Works
Transparent mode — initialize a workspace, then work normally:
./scripts/box-init-workspace.sh 123456789 /tmp/box-workspace
Explicit mode — use Box CLI directly with the skill's guidance:
box search "quarterly report" --json # Find files
box files:download FILE_ID --destination ./ # Download
box files:upload ./report.md --parent-id 123 # Upload new
box files:versions:upload FILE_ID ./report.md # Update existing (preserves history)
box files:share FILE_ID --access collaborators # Share (never defaults to public)